diff --git a/charts/osartifact/Chart.yaml b/charts/osartifact/Chart.yaml index e26d5a7..18eb170 100644 --- a/charts/osartifact/Chart.yaml +++ b/charts/osartifact/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - name: Plural email: support@plural.sh type: application -version: 0.6.1 \ No newline at end of file +version: 0.6.2 \ No newline at end of file diff --git a/charts/osartifact/templates/secret.yaml b/charts/osartifact/templates/secret.yaml index 1a4aa11..2323590 100644 --- a/charts/osartifact/templates/secret.yaml +++ b/charts/osartifact/templates/secret.yaml @@ -20,7 +20,7 @@ metadata: stringData: cloud-config.yaml: | #cloud-config - hostname: plural-edge-{{ `{{ trunc 10 .MachineID }}` }} + hostname: pluralos-{{ `{{ trunc 10 .MachineID }}` }} users: - name: kairos diff --git a/charts/osartifact/values.yaml b/charts/osartifact/values.yaml index 9bfc3d6..2f71390 100644 --- a/charts/osartifact/values.yaml +++ b/charts/osartifact/values.yaml @@ -1,5 +1,5 @@ # Kubernetes node name -nodeName: plural-edge +nodeName: pluralos # Base image used for building customized plural ISO image: quay.io/kairos/alpine:3.19-standard-arm64-rpi4-v3.2.4-k3sv1.31.3-k3s1 @@ -74,7 +74,7 @@ exporter: image: # Name of the repository where images should be stored - repository: plural-edge + repository: pluralos # Image tag that should be used when pushing to the registry tag: latest