[bitnami/cert-manager] Replace deprecated pull secret partial (#20662)

This commit is contained in:
Max Nitze
2023-11-10 16:36:03 +01:00
committed by GitHub
parent 7e2d8b5a60
commit b65f50c0d3
2 changed files with 4 additions and 5 deletions

View File

@@ -35,4 +35,4 @@ maintainers:
name: cert-manager
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/cert-manager
version: 0.13.2
version: 0.13.3

View File

@@ -28,7 +28,7 @@ Return the proper image name (for the init container volume-permissions image)
Return the proper Docker Image Registry Secret Names
*/}}
{{- define "certmanager.imagePullSecrets" -}}
{{ include "common.images.pullSecrets" (dict "images" (list .Values.controller.image) "global" .Values.global) }}
{{ include "common.images.renderPullSecrets" (dict "images" (list .Values.controller.image) "context" $) }}
{{- end -}}
{{/*
@@ -68,7 +68,7 @@ Return the proper certmanager.webhook image name
Return the proper Docker Image Registry Secret Names
*/}}
{{- define "certmanager.webhook.imagePullSecrets" -}}
{{ include "common.images.pullSecrets" (dict "images" (list .Values.webhook.image) "global" .Values.global) }}
{{ include "common.images.renderPullSecrets" (dict "images" (list .Values.webhook.image) "context" $) }}
{{- end -}}
{{/*
@@ -108,7 +108,7 @@ Return the proper cainjector image name
Return the proper Docker Image Registry Secret Names
*/}}
{{- define "certmanager.cainjector.imagePullSecrets" -}}
{{ include "common.images.pullSecrets" (dict "images" (list .Values.cainjector.image) "global" .Values.global) }}
{{ include "common.images.renderPullSecrets" (dict "images" (list .Values.cainjector.image) "context" $) }}
{{- end -}}
{{/*
@@ -163,4 +163,3 @@ cert-manager: CRDs
If you want to include our CRD resources, please install the cert-manager using the crd flags (--set .Values.installCRDs=true).
{{- end -}}
{{- end -}}