[bitnami/fluent-bit] Replace deprecated pull secret partial (#21371)

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:08:07 +01:00
committed by GitHub
parent de67b3385a
commit 79c094b360
2 changed files with 2 additions and 2 deletions

View File

@@ -28,4 +28,4 @@ maintainers:
name: fluent-bit
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit
version: 0.6.3
version: 0.6.4

View File

@@ -35,7 +35,7 @@ Create the name of the service account to use
Return the proper Docker Image Registry Secret Names
*/}}
{{- define "fluent-bit.imagePullSecrets" -}}
{{- include "common.images.pullSecrets" (dict "images" (list .Values.image) "global" .Values.global) -}}
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "context" $) -}}
{{- end -}}
{{/*