From 8b67f08832ecd4d06360576aecaaa52e06aeed1a Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Fri, 24 Jan 2025 18:07:01 +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 5ea435c..77718ea 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.4 \ No newline at end of file +version: 0.4.5 \ No newline at end of file diff --git a/charts/osartifact/templates/secret.yaml b/charts/osartifact/templates/secret.yaml index 5434b97..4b219ff 100644 --- a/charts/osartifact/templates/secret.yaml +++ b/charts/osartifact/templates/secret.yaml @@ -93,7 +93,7 @@ stringData: { "auths": { "{{ .Values.exporter.registry }}": { - "auth": {{ printf "%s:%s" .Values.exporter.username $dockerUserPassword | b64enc }} + "auth": {{ printf "%s:%s" .Values.exporter.username $dockerUserPassword | b64enc | quote }} } } }