fix and release osartifact chart

This commit is contained in:
Sebastian Florek
2025-01-24 17:47:16 +01:00
parent 4341bb9419
commit 3708efba15
2 changed files with 2 additions and 2 deletions

View File

@@ -5,4 +5,4 @@ maintainers:
- name: Plural
email: support@plural.sh
type: application
version: 0.4.3
version: 0.4.4

View File

@@ -9,7 +9,7 @@
{{- if .Values.exporter.passwordSecret.name }}
{{ $dockerUserPasswordSecret := (lookup "v1" "Secret" .Release.Namespace .Values.exporter.passwordSecret.name )}}
{{ $dockerUserPassword = index $passwordSecret.data .Values.exporter.passwordSecret.key | b64dec }}
{{ $dockerUserPassword = index $dockerUserPasswordSecret.data .Values.exporter.passwordSecret.key | b64dec }}
{{- end }}
kind: Secret