fix and release osartifact chart

This commit is contained in:
Sebastian Florek 2025-01-24 16:54:34 +01:00
parent 641e8e281f
commit 960bb81839
No known key found for this signature in database
GPG Key ID: DBC7C083B0200A0F
3 changed files with 4 additions and 10 deletions

View File

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

View File

@ -62,17 +62,17 @@ stringData:
bundles:
{{- range $key, $value := .Values.defaultBundles }}
- targets:
- run://{{ $key }}.tar
- run:///{{ $key }}.tar
local_file: true
{{- end }}
{{- range $key, $value := .Values.bundles }}
- targets:
- run://{{ $key }}.tar
- run:///{{ $key }}.tar
local_file: true
{{- end }}
{{- range $key, $value := .Values.extraBundles }}
- targets:
- run://{{ $key }}.tar
- run:///{{ $key }}.tar
local_file: true
{{- end }}

View File

@ -15,12 +15,6 @@ passwordSecret:
name: ~
key: password
# Optional Plural user email that will be attached to the autogenerated device bootstrap token. It will be visible in audit logs
email: ~
# Name of the Plural project that will be attached to the device bootstrap token
project: default
# Console URL that will be used by the device to join the fleet, i.e. console.plrl-xyz.onplural.sh
url: ~