fix extra bundles

This commit is contained in:
Lukasz Zajaczkowski 2025-03-05 14:45:13 +01:00
parent 31040788c1
commit 2c867bb126
2 changed files with 4 additions and 4 deletions

View File

@ -16,9 +16,8 @@ spec:
{{- range $key, $value := .Values.bundles }} {{- range $key, $value := .Values.bundles }}
{{ $key }}: {{ $value }} {{ $key }}: {{ $value }}
{{- end }} {{- end }}
{{- range $key, $value := .Values.extraBundles }} bundles:
{{ $key }}: {{ $value }} {{- .Values.extraBundles | toYaml | nindent 2 }}
{{- end }}
cloudConfigRef: cloudConfigRef:
name: {{ include "osartifact.fullname" . }}-config name: {{ include "osartifact.fullname" . }}-config
key: cloud-config.yaml key: cloud-config.yaml

View File

@ -42,7 +42,8 @@ bundles:
plural-trust-manager-bundle: ghcr.io/pluralsh/kairos-plural-trust-manager-bundle:0.2.0 plural-trust-manager-bundle: ghcr.io/pluralsh/kairos-plural-trust-manager-bundle:0.2.0
# A list of extra bundles that should be added to the result ISO image. # A list of extra bundles that should be added to the result ISO image.
extraBundles: {} extraBundles:
- quay.io/kairos/community-bundles:system-upgrade-controller_latest
# Additional config for the default user # Additional config for the default user
defaultUser: defaultUser: