Skip to content

Commit

Permalink
fix: set the image in prebackuppods
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Sep 20, 2023
1 parent a09d49d commit 46d5cd7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
key: {{ include "mariadb-dbaas.fullnameUppercase" . }}_READREPLICA_HOSTS
name: lagoon-env
{{- end }}
image: {{ .Values.imageCache }}{{ .Values.image }}
image: {{ .Values.imageCache }}uselagoon/database-tools:latest
imagePullPolicy: Always
name: {{ include "mariadb-dbaas.fullname" . }}-prebackuppod
{{ end }}
1 change: 0 additions & 1 deletion legacy/helmcharts/mariadb-dbaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ environment: ""
readReplicaHosts: ""

imageCache: ""
image: uselagoon/database-tools:latest
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
configMapKeyRef:
key: {{ include "mongodb-dbaas.fullnameUppercase" . }}_DB_AUTHTLS
name: lagoon-env
image: {{ .Values.imageCache }}{{ .Values.image }}
image: {{ .Values.imageCache }}uselagoon/database-tools:latest
imagePullPolicy: Always
name: {{ include "mongodb-dbaas.fullname" . }}-prebackuppod
{{ end }}
1 change: 0 additions & 1 deletion legacy/helmcharts/mongodb-dbaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
environment: ""

imageCache: ""
image: uselagoon/database-tools:latest
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
key: {{ include "postgres-dbaas.fullnameUppercase" . }}_READREPLICA_HOSTS
name: lagoon-env
{{- end }}
image: {{ .Values.imageCache }}{{ .Values.image }}
image: {{ .Values.imageCache }}uselagoon/database-tools:latest
imagePullPolicy: Always
name: {{ include "postgres-dbaas.fullname" . }}-prebackuppod
{{ end }}
1 change: 0 additions & 1 deletion legacy/helmcharts/postgres-dbaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ environment: ""
readReplicaHosts: ""

imageCache: ""
image: uselagoon/database-tools:latest

0 comments on commit 46d5cd7

Please sign in to comment.