Skip to content

Commit

Permalink
chore: bump k8s-wait-for to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Sep 6, 2024
1 parent ef4f027 commit 4bbc7e1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/galoy/templates/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
args:
- job-wr
- {{ template "galoy.migration.jobname" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/galoy/templates/exporter-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
args:
- job-wr
- {{ template "galoy.migration.jobname" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/galoy/templates/galoy-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
args:
- job-wr
- {{ template "galoy.migration.jobname" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/galoy/templates/galoy-migration-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
command:
- "/bin/sh"
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion charts/galoy/templates/trigger-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
args:
- job-wr
- {{ template "galoy.migration.jobname" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/galoy/templates/websocket-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
args:
- job-wr
- {{ template "galoy.migration.jobname" . }}
Expand Down

0 comments on commit 4bbc7e1

Please sign in to comment.