From bfb7d9348a0fa8e50da2f63e3a2b1cb2d3374df1 Mon Sep 17 00:00:00 2001 From: Max Nitze Date: Tue, 5 Dec 2023 12:34:24 +0100 Subject: [PATCH] [bitnami/argo-cd] Replace deprecated pull secret partial (#21369) --- bitnami/argo-cd/Chart.yaml | 2 +- bitnami/argo-cd/templates/_helpers.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/argo-cd/Chart.yaml b/bitnami/argo-cd/Chart.yaml index 3d3e0e6777..43e9761734 100644 --- a/bitnami/argo-cd/Chart.yaml +++ b/bitnami/argo-cd/Chart.yaml @@ -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 diff --git a/bitnami/argo-cd/templates/_helpers.tpl b/bitnami/argo-cd/templates/_helpers.tpl index 5e8ea1d3bb..8d6ea917da 100644 --- a/bitnami/argo-cd/templates/_helpers.tpl +++ b/bitnami/argo-cd/templates/_helpers.tpl @@ -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 -}} {{/*