diff --git a/helm-charts/infisical-standalone-postgres/Chart.yaml b/helm-charts/infisical-standalone-postgres/Chart.yaml index d4c47cee8..f22a53e7e 100644 --- a/helm-charts/infisical-standalone-postgres/Chart.yaml +++ b/helm-charts/infisical-standalone-postgres/Chart.yaml @@ -13,7 +13,7 @@ version: 1.0.6 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.0.0" +appVersion: "1.0.1" dependencies: - name: ingress-nginx diff --git a/helm-charts/infisical-standalone-postgres/templates/infisical.yaml b/helm-charts/infisical-standalone-postgres/templates/infisical.yaml index 2e2966061..6c022c005 100644 --- a/helm-charts/infisical-standalone-postgres/templates/infisical.yaml +++ b/helm-charts/infisical-standalone-postgres/templates/infisical.yaml @@ -32,7 +32,7 @@ spec: {{- if $infisicalValues.autoDatabaseSchemaMigration }} initContainers: - name: "migration-init" - image: "groundnuty/k8s-wait-for:1.3" + image: "ghcr.io/groundnuty/k8s-wait-for:no-root-v2.0" imagePullPolicy: {{ $infisicalValues.image.pullPolicy }} args: - "job"