[bitnami/logstash] Replace deprecated pull secret partial (#21381)

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:44:29 +01:00
committed by GitHub
parent ba5adfb0ae
commit cad094a579
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 -}}
{{/*