mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-09-02 07:46:24 +00:00
fix and release osartifact chart
This commit is contained in:
@@ -5,4 +5,4 @@ maintainers:
|
||||
- name: Plural
|
||||
email: support@plural.sh
|
||||
type: application
|
||||
version: 0.4.4
|
||||
version: 0.4.5
|
@@ -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 }}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user