diff --git a/charts/galoy/templates/api-deployment.yaml b/charts/galoy/templates/api-deployment.yaml index ad3f1e1d3a..0c59dd257c 100644 --- a/charts/galoy/templates/api-deployment.yaml +++ b/charts/galoy/templates/api-deployment.yaml @@ -36,7 +36,7 @@ spec: initContainers: - name: wait-for-mongodb-migrate - image: "groundnuty/k8s-wait-for:v1.5.1" + image: "groundnuty/k8s-wait-for:v2.0" args: - job-wr - {{ template "galoy.migration.jobname" . }} diff --git a/charts/galoy/templates/exporter-deployment.yaml b/charts/galoy/templates/exporter-deployment.yaml index 83ddc90c64..81f2f4e901 100644 --- a/charts/galoy/templates/exporter-deployment.yaml +++ b/charts/galoy/templates/exporter-deployment.yaml @@ -41,7 +41,7 @@ spec: initContainers: - name: wait-for-mongodb-migrate - image: "groundnuty/k8s-wait-for:v1.5.1" + image: "groundnuty/k8s-wait-for:v2.0" args: - job-wr - {{ template "galoy.migration.jobname" . }} diff --git a/charts/galoy/templates/galoy-cronjob.yaml b/charts/galoy/templates/galoy-cronjob.yaml index a7ccdf2852..776b98772e 100644 --- a/charts/galoy/templates/galoy-cronjob.yaml +++ b/charts/galoy/templates/galoy-cronjob.yaml @@ -26,7 +26,7 @@ spec: initContainers: - name: wait-for-mongodb-migrate - image: "groundnuty/k8s-wait-for:v1.5.1" + image: "groundnuty/k8s-wait-for:v2.0" args: - job-wr - {{ template "galoy.migration.jobname" . }} diff --git a/charts/galoy/templates/galoy-migration-job.yaml b/charts/galoy/templates/galoy-migration-job.yaml index d660c81dd0..88c065c4a7 100644 --- a/charts/galoy/templates/galoy-migration-job.yaml +++ b/charts/galoy/templates/galoy-migration-job.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: {{ template "galoy.name" . }} initContainers: - name: trigger-mongodb-backup - image: "groundnuty/k8s-wait-for:v1.5.1" + image: "groundnuty/k8s-wait-for:v2.0" command: - "/bin/sh" - "-c" diff --git a/charts/galoy/templates/trigger-deployment.yaml b/charts/galoy/templates/trigger-deployment.yaml index aea3669b65..8dfab18c77 100644 --- a/charts/galoy/templates/trigger-deployment.yaml +++ b/charts/galoy/templates/trigger-deployment.yaml @@ -36,7 +36,7 @@ spec: initContainers: - name: wait-for-mongodb-migrate - image: "groundnuty/k8s-wait-for:v1.5.1" + image: "groundnuty/k8s-wait-for:v2.0" args: - job-wr - {{ template "galoy.migration.jobname" . }} diff --git a/charts/galoy/templates/websocket-deployment.yaml b/charts/galoy/templates/websocket-deployment.yaml index 18d690ca38..0e3dce433d 100644 --- a/charts/galoy/templates/websocket-deployment.yaml +++ b/charts/galoy/templates/websocket-deployment.yaml @@ -28,7 +28,7 @@ spec: serviceAccountName: {{ template "galoy.name" . }} initContainers: - name: wait-for-mongodb-migrate - image: "groundnuty/k8s-wait-for:v1.5.1" + image: "groundnuty/k8s-wait-for:v2.0" args: - job-wr - {{ template "galoy.migration.jobname" . }}