mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-31 15:20:38 +00:00
update osartifact chart
This commit is contained in:
parent
dcc3f0efc3
commit
cca4acc8fc
@ -5,4 +5,4 @@ maintainers:
|
|||||||
- name: Plural
|
- name: Plural
|
||||||
email: support@plural.sh
|
email: support@plural.sh
|
||||||
type: application
|
type: application
|
||||||
version: 0.4.5
|
version: 0.5.0
|
@ -23,10 +23,12 @@ spec:
|
|||||||
name: {{ include "osartifact.fullname" . }}-config
|
name: {{ include "osartifact.fullname" . }}-config
|
||||||
key: cloud-config.yaml
|
key: cloud-config.yaml
|
||||||
outputImage:
|
outputImage:
|
||||||
|
cloud: {{ .Values.exporter.cloud }}
|
||||||
registry: {{ .Values.exporter.registry }}
|
registry: {{ .Values.exporter.registry }}
|
||||||
repository: {{ .Values.exporter.repository }}
|
repository: {{ .Values.exporter.repository }}
|
||||||
tag: {{ .Values.exporter.tag }}
|
tag: {{ .Values.exporter.tag }}
|
||||||
username: {{ .Values.exporter.username }}
|
{{- if (eq .Values.exporter.cloud "other") }}
|
||||||
passwordSecretKeyRef:
|
passwordSecretKeyRef:
|
||||||
name: {{ .Values.exporter.configSecret.name | default (printf "%s-%s" (include "osartifact.fullname" .) "config") }}
|
name: {{ .Values.exporter.configSecret.name | default (printf "%s-%s" (include "osartifact.fullname" .) "config") }}
|
||||||
key: {{ .Values.exporter.configSecret.key }}
|
key: {{ .Values.exporter.configSecret.key }}
|
||||||
|
{{- end }}
|
@ -59,14 +59,14 @@ extraCloudConfig: ~
|
|||||||
|
|
||||||
# Export configuration for the final ISO images
|
# Export configuration for the final ISO images
|
||||||
exporter:
|
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
|
# Docker registry DNS name where we should export packed ISO images
|
||||||
registry: ~
|
registry: ~
|
||||||
# Name of the repository where images should be stored
|
# Name of the repository where images should be stored
|
||||||
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
|
||||||
# Repository username used for basic auth
|
|
||||||
username: ~
|
|
||||||
# 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