mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-30 22:54:54 +00:00
update osartifact chart
This commit is contained in:
parent
dcc3f0efc3
commit
cca4acc8fc
@ -5,4 +5,4 @@ maintainers:
|
||||
- name: Plural
|
||||
email: support@plural.sh
|
||||
type: application
|
||||
version: 0.4.5
|
||||
version: 0.5.0
|
@ -23,10 +23,12 @@ spec:
|
||||
name: {{ include "osartifact.fullname" . }}-config
|
||||
key: cloud-config.yaml
|
||||
outputImage:
|
||||
cloud: {{ .Values.exporter.cloud }}
|
||||
registry: {{ .Values.exporter.registry }}
|
||||
repository: {{ .Values.exporter.repository }}
|
||||
tag: {{ .Values.exporter.tag }}
|
||||
username: {{ .Values.exporter.username }}
|
||||
{{- if (eq .Values.exporter.cloud "other") }}
|
||||
passwordSecretKeyRef:
|
||||
name: {{ .Values.exporter.configSecret.name | default (printf "%s-%s" (include "osartifact.fullname" .) "config") }}
|
||||
key: {{ .Values.exporter.configSecret.key }}
|
||||
{{- end }}
|
@ -59,14 +59,14 @@ extraCloudConfig: ~
|
||||
|
||||
# Export configuration for the final ISO images
|
||||
exporter:
|
||||
# Whether container registry is an ECR instance or other. One of: "ecr", "other"
|
||||
cloud: other
|
||||
# Docker registry DNS name where we should export packed ISO images
|
||||
registry: ~
|
||||
# Name of the repository where images should be stored
|
||||
repository: plural-edge
|
||||
# Image tag that should be used when pushing to the registry
|
||||
tag: latest
|
||||
# Repository username used for basic auth
|
||||
username: ~
|
||||
# Secret that stores just the password for the docker registry user.
|
||||
# One of 'passwordSecret' or 'configSecret' must be provided.
|
||||
passwordSecret:
|
||||
|
Loading…
Reference in New Issue
Block a user