fix and release osartifact chart

This commit is contained in:
Sebastian Florek 2025-01-24 18:07:01 +01:00
parent 3708efba15
commit 8b67f08832
No known key found for this signature in database
GPG Key ID: DBC7C083B0200A0F
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.4
version: 0.4.5

View File

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