Skip to content

Commit

Permalink
fix and release osartifact chart
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Jan 24, 2025
1 parent 960bb81 commit 4341bb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/osartifact/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- name: Plural
email: [email protected]
type: application
version: 0.4.2
version: 0.4.3
4 changes: 4 additions & 0 deletions charts/osartifact/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ stringData:
content: |
mirrors:
"*":
- path: /etc/plural-id
permissions: "0644"
content: |
{{ uuidv4 }}
k3s:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions charts/osartifact/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4341bb9

Please sign in to comment.