diff --git a/charts/osartifact/Chart.yaml b/charts/osartifact/Chart.yaml index 74dd5e9..e0a6932 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.1 \ No newline at end of file +version: 0.4.2 \ No newline at end of file diff --git a/charts/osartifact/templates/secret.yaml b/charts/osartifact/templates/secret.yaml index 9995d88..d2b524f 100644 --- a/charts/osartifact/templates/secret.yaml +++ b/charts/osartifact/templates/secret.yaml @@ -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 }} diff --git a/charts/osartifact/values.yaml b/charts/osartifact/values.yaml index 8d6b094..a4fcdf5 100644 --- a/charts/osartifact/values.yaml +++ b/charts/osartifact/values.yaml @@ -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: ~