mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-18 09:12:38 +00:00
fix and release osartifact chart
This commit is contained in:
parent
3708efba15
commit
8b67f08832
@ -5,4 +5,4 @@ maintainers:
|
|||||||
- name: Plural
|
- name: Plural
|
||||||
email: support@plural.sh
|
email: support@plural.sh
|
||||||
type: application
|
type: application
|
||||||
version: 0.4.4
|
version: 0.4.5
|
@ -93,7 +93,7 @@ stringData:
|
|||||||
{
|
{
|
||||||
"auths": {
|
"auths": {
|
||||||
"{{ .Values.exporter.registry }}": {
|
"{{ .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