Skip to content

Commit

Permalink
chore: use renderPullSecrets instead of deprecated common.images.pull…
Browse files Browse the repository at this point in the history
…Secrets
  • Loading branch information
zevisert committed Oct 11, 2023
1 parent 6bda028 commit 9694a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/helmet/templates/_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spec:
{{- include "common.tplvalues.render" ( dict "value" .Values.extraVolumes "context" $) | nindent 8 }}
{{- end }}
{{- end }}
{{- include "common.images.pullSecrets" (dict "images" (list .Values.image) "global" .Values.global) | indent 6 }}
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "global" .Values.global) | indent 6 }}
{{- if .Values.hostAliases }}
hostAliases: {{- include "common.tplvalues.render" (dict "value" .Values.hostAliases "context" $) | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 9694a9f

Please sign in to comment.