From 3708efba1566aa99bf8fe49c604602ab71256b63 Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Fri, 24 Jan 2025 17:47:16 +0100 Subject: [PATCH] fix and release osartifact chart --- charts/osartifact/Chart.yaml | 2 +- charts/osartifact/templates/secret.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/osartifact/Chart.yaml b/charts/osartifact/Chart.yaml index 8c32f0e..5ea435c 100644 --- a/charts/osartifact/Chart.yaml +++ b/charts/osartifact/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - name: Plural email: support@plural.sh type: application -version: 0.4.3 \ No newline at end of file +version: 0.4.4 \ No newline at end of file diff --git a/charts/osartifact/templates/secret.yaml b/charts/osartifact/templates/secret.yaml index c90ac1f..5434b97 100644 --- a/charts/osartifact/templates/secret.yaml +++ b/charts/osartifact/templates/secret.yaml @@ -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