From d68055a264b59c98dd7cc907919fe2ac9b9358a1 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 22 Mar 2024 09:28:44 -0400 Subject: [PATCH] Update Chart.yaml Update to multi arch and rootless --- helm-charts/infisical-standalone-postgres/Chart.yaml | 2 +- .../infisical-standalone-postgres/templates/infisical.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"