Skip to content

Commit

Permalink
fixed upgrade pod
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninguyot committed Jul 11, 2024
1 parent 4cfc370 commit caf413c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: horizon-upgrade
image: {{ include "common.images.image" (dict "imageRoot" .Values.upgrade.image "global" .Values.global) }}
imagePullPolicy: {{ .Values.upgrade.image.pullPolicy | default "IfNotPresent" | quote }}
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.upgrade.image) "context" $) | nindent 5 }}
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.upgrade.image) "context" $) | nindent 10 }}
args: [
"-y",
"-m", "$(MONGODB_URI)",
Expand Down

0 comments on commit caf413c

Please sign in to comment.