diff --git a/README.md b/README.md index 8fba0e4..564928f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Helm's [documentation](https://helm.sh/docs) to get started. Once Helm has been set up correctly, add the repo as follows: - helm repo add vault-autounseal https://camaeel.github.io/vault-autounseal + helm repo add vault-autounseal https://pytoshka.github.io/vault-autounseal If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages. You can then run `helm search repo diff --git a/charts/vault-autounseal/Chart.yaml b/charts/vault-autounseal/Chart.yaml index 09bb819..04e9a10 100644 --- a/charts/vault-autounseal/Chart.yaml +++ b/charts/vault-autounseal/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/vault-autounseal/values.yaml b/charts/vault-autounseal/values.yaml index d9158c3..d820670 100644 --- a/charts/vault-autounseal/values.yaml +++ b/charts/vault-autounseal/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: ghcr.io/camaeel/vault-autounseal + repository: ghcr.io/pytoshka/vault-autounseal pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: ""