[bitnami/argo-cd] Replace deprecated pull secret partial (#21369)

This commit is contained in:
Max Nitze
2023-12-05 12:34:24 +01:00
committed by GitHub
parent f6f855635d
commit bfb7d9348a
2 changed files with 2 additions and 2 deletions

View File

@@ -39,4 +39,4 @@ maintainers:
name: argo-cd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
version: 5.2.8
version: 5.2.9

View File

@@ -35,7 +35,7 @@ Return the proper Redis image name
Return the proper Docker Image Registry Secret Names
*/}}
{{- define "argocd.imagePullSecrets" -}}
{{- include "common.images.pullSecrets" (dict "images" (list .Values.image .Values.dex.image .Values.volumePermissions.image .Values.redis.image) "global" .Values.global) -}}
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image .Values.dex.image .Values.volumePermissions.image .Values.redis.image) "context" $) -}}
{{- end -}}
{{/*