[bitnami/sonarqube] Replace deprecated pull secret partial (#21396)

Signed-off-by: Max Nitze <max.nitze@mgm-tp.com>
Co-authored-by: Max Nitze <max.nitze@mgm-tp.com>
This commit is contained in:
Max Nitze
2023-12-05 13:53:31 +01:00
committed by GitHub
parent 7ce2a11dd3
commit b155b41a64
2 changed files with 2 additions and 2 deletions

View File

@@ -37,4 +37,4 @@ maintainers:
name: sonarqube
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/sonarqube
version: 4.1.3
version: 4.1.4

View File

@@ -49,7 +49,7 @@ Return the proper sysctl image name
Return the proper Container Image Registry Secret Names
*/}}
{{- define "sonarqube.imagePullSecrets" -}}
{{- include "common.images.pullSecrets" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.sysctl.image .Values.metrics.jmx.image) "global" .Values.global) -}}
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.sysctl.image .Values.metrics.jmx.image) "context" $) -}}
{{- end -}}
{{/*