mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-31 23:25:20 +00:00
fix and release osartifact chart
This commit is contained in:
parent
641e8e281f
commit
960bb81839
@ -5,4 +5,4 @@ maintainers:
|
||||
- name: Plural
|
||||
email: support@plural.sh
|
||||
type: application
|
||||
version: 0.4.1
|
||||
version: 0.4.2
|
@ -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 }}
|
||||
|
||||
|
@ -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: ~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user