diff --git a/bitnami/sonarqube/Chart.yaml b/bitnami/sonarqube/Chart.yaml index 6a96c55b09..e402fcad54 100644 --- a/bitnami/sonarqube/Chart.yaml +++ b/bitnami/sonarqube/Chart.yaml @@ -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 diff --git a/bitnami/sonarqube/templates/_helpers.tpl b/bitnami/sonarqube/templates/_helpers.tpl index 0254aab3e4..8cb5b6bc64 100644 --- a/bitnami/sonarqube/templates/_helpers.tpl +++ b/bitnami/sonarqube/templates/_helpers.tpl @@ -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 -}} {{/*