diff --git a/charts/osartifact/Chart.yaml b/charts/osartifact/Chart.yaml index e0a6932..8c32f0e 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.4.2 \ No newline at end of file +version: 0.4.3 \ No newline at end of file diff --git a/charts/osartifact/templates/secret.yaml b/charts/osartifact/templates/secret.yaml index d2b524f..c90ac1f 100644 --- a/charts/osartifact/templates/secret.yaml +++ b/charts/osartifact/templates/secret.yaml @@ -50,6 +50,10 @@ stringData: content: | mirrors: "*": + - path: /etc/plural-id + permissions: "0644" + content: | + {{ uuidv4 }} k3s: enabled: true diff --git a/charts/osartifact/values.yaml b/charts/osartifact/values.yaml index a4fcdf5..ff48db0 100644 --- a/charts/osartifact/values.yaml +++ b/charts/osartifact/values.yaml @@ -25,11 +25,11 @@ tokenSecret: # A list of our required bundles that should be added to the result ISO image. defaultBundles: - plural-bundle: ghcr.io/pluralsh/kairos-plural-bundle:0.1.4 + plural-bundle: ghcr.io/pluralsh/kairos-plural-bundle:0.1.6 # A list of our optional bundles that should be added to the result ISO image. bundles: - plural-images-bundle: ghcr.io/pluralsh/kairos-plural-images-bundle:0.1.1 + plural-images-bundle: ghcr.io/pluralsh/kairos-plural-images-bundle:0.1.2 plural-trust-manager-bundle: ghcr.io/pluralsh/kairos-plural-trust-manager-bundle:0.1.0 # A list of extra bundles that should be added to the result ISO image.