mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-16 16:21:06 +00:00
fix and release osartifact chart
This commit is contained in:
parent
3708efba15
commit
8b67f08832
@ -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 }}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user