mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-24 02:18:45 +00:00
fix extra bundles
This commit is contained in:
parent
31040788c1
commit
2c867bb126
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user