mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-31 23:10:11 +00:00
extend cluster iso images information
This commit is contained in:
@@ -5,4 +5,4 @@ maintainers:
|
||||
- name: Plural
|
||||
email: support@plural.sh
|
||||
type: application
|
||||
version: 0.8.2
|
||||
version: 0.9.0
|
@@ -22,6 +22,9 @@ spec:
|
||||
cloudConfigRef:
|
||||
name: {{ include "osartifact.fullname" . }}-config
|
||||
key: cloud-config.yaml
|
||||
{{- if .Values.project }}
|
||||
project: {{ .Values.project }}
|
||||
{{- end }}
|
||||
exporter:
|
||||
serviceAccount: {{ include "osartifact.fullname" . }}
|
||||
{{- with .Values.exporter.extraEnvVars }}
|
||||
|
@@ -7,6 +7,9 @@ image: quay.io/kairos/alpine:3.19-standard-arm64-rpi4-v3.2.4-k3sv1.31.3-k3s1
|
||||
# Target device. Currently supported values: rpi4
|
||||
device: rpi4
|
||||
|
||||
# Plural project name this image should be tied to.
|
||||
project: ~
|
||||
|
||||
# WiFi configuration. It will attempt the connection on the first boot.
|
||||
wifi:
|
||||
enabled: false
|
||||
|
Reference in New Issue
Block a user