extend cluster iso images information

This commit is contained in:
Sebastian Florek
2025-02-07 13:41:23 +01:00
parent 390891fa14
commit 461535a440
7 changed files with 121 additions and 11 deletions

View File

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

View File

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

View File

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