Update Helm chart common to v1.2.0 - Part 1 (#154)
* Update Helm chart common to v1.2.0 - Part 1 - remove split2 content - Update-Folder-Names-and-Dependencies - Mixed tweaks - Add setPermissions to test_values.yaml - Update questions.yaml - Update questions.yaml - Don't set permission on USB devices (#143) - Remove nodePorts from zwavejs2mqtt because invalid ports (and not needed for test) Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com> * moved from split2 Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
This commit is contained in:
co-authored by
Troy Prelog
parent
40fd284c87
commit
766473fd71
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 1.1.1
|
||||
digest: sha256:ced5fa6acb2b0821c18589a35f21c3d094a76e8099467b5e0ce3d0812d1524ce
|
||||
generated: "2021-02-18T22:45:31.669253739Z"
|
||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 1.2.0
|
||||
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
|
||||
generated: "2021-02-19T22:00:16.128142127Z"
|
||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: latest
|
||||
description: HTPC/Homelab Services Organizer
|
||||
name: organizr
|
||||
version: 1.1.0
|
||||
version: 1.2.0
|
||||
upstream_version: 3.2.1
|
||||
keywords:
|
||||
- organizr
|
||||
@@ -19,4 +19,4 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 1.1.1
|
||||
version: 1.2.0
|
||||
Binary file not shown.
@@ -159,6 +159,13 @@ questions:
|
||||
required: true
|
||||
hidden: true
|
||||
editable: false
|
||||
- variable: setPermissions
|
||||
label: "Automatic Permissions"
|
||||
description: "Automatically set permissions on install"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: false
|
||||
- variable: emptyDir
|
||||
label: "emptyDir"
|
||||
schema:
|
||||
@@ -208,6 +215,13 @@ questions:
|
||||
required: true
|
||||
hidden: true
|
||||
editable: false
|
||||
- variable: setPermissions
|
||||
label: "Automatic Permissions"
|
||||
description: "Automatically set permissions on install"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: false
|
||||
- variable: emptyDir
|
||||
label: "emptyDir"
|
||||
schema:
|
||||
@@ -30,6 +30,7 @@ appVolumeMounts:
|
||||
config:
|
||||
enabled: true
|
||||
emptyDir: true
|
||||
setPermissions: true
|
||||
mountPath: "/config"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user