diff --git a/bitnami/logstash/Chart.yaml b/bitnami/logstash/Chart.yaml index 97d4161c4c..1f41895c51 100644 --- a/bitnami/logstash/Chart.yaml +++ b/bitnami/logstash/Chart.yaml @@ -30,4 +30,4 @@ maintainers: name: logstash sources: - https://github.com/bitnami/charts/tree/main/bitnami/logstash -version: 5.6.6 +version: 5.6.7 diff --git a/bitnami/logstash/templates/_helpers.tpl b/bitnami/logstash/templates/_helpers.tpl index df14b9761b..8325f988a1 100644 --- a/bitnami/logstash/templates/_helpers.tpl +++ b/bitnami/logstash/templates/_helpers.tpl @@ -17,7 +17,7 @@ Return the proper Logstash image name Return the proper Docker Image Registry Secret Names */}} {{- define "logstash.imagePullSecrets" -}} -{{- include "common.images.pullSecrets" (dict "images" (list .Values.image) "global" .Values.global) -}} +{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "context" $) -}} {{- end -}} {{/*