mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-11 20:51:53 +00:00
fix osartifact chart
This commit is contained in:
parent
cca4acc8fc
commit
c8a9142544
@ -5,4 +5,4 @@ maintainers:
|
|||||||
- name: Plural
|
- name: Plural
|
||||||
email: support@plural.sh
|
email: support@plural.sh
|
||||||
type: application
|
type: application
|
||||||
version: 0.5.0
|
version: 0.5.1
|
@ -67,6 +67,8 @@ exporter:
|
|||||||
repository: plural-edge
|
repository: plural-edge
|
||||||
# Image tag that should be used when pushing to the registry
|
# Image tag that should be used when pushing to the registry
|
||||||
tag: latest
|
tag: latest
|
||||||
|
# Username used when generating docker config.json. It is only used when 'passwordSecret' is provided.
|
||||||
|
username: plural
|
||||||
# Secret that stores just the password for the docker registry user.
|
# Secret that stores just the password for the docker registry user.
|
||||||
# One of 'passwordSecret' or 'configSecret' must be provided.
|
# One of 'passwordSecret' or 'configSecret' must be provided.
|
||||||
passwordSecret:
|
passwordSecret:
|
||||||
|
Loading…
Reference in New Issue
Block a user