update osartifact chart

This commit is contained in:
Sebastian Florek 2025-01-29 12:33:16 +01:00
parent dcc3f0efc3
commit cca4acc8fc
No known key found for this signature in database
GPG Key ID: DBC7C083B0200A0F
3 changed files with 6 additions and 4 deletions

View File

@ -5,4 +5,4 @@ maintainers:
- name: Plural
email: support@plural.sh
type: application
version: 0.4.5
version: 0.5.0

View File

@ -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 }}

View File

@ -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: