Update Helm chart common to v1.2.0 - Part 2 (#155)

- remove split1 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>
This commit is contained in:
Kjeld Schouten-Lebbing
2021-02-20 14:48:04 +01:00
committed by kjeld Schouten-Lebbing
co-authored by Troy Prelog
parent 766473fd71
commit 490485522e
328 changed files with 468 additions and 169 deletions
-6
View File
@@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.1.1
digest: sha256:ced5fa6acb2b0821c18589a35f21c3d094a76e8099467b5e0ce3d0812d1524ce
generated: "2021-02-18T22:46:11.866723336Z"
Binary file not shown.
+6
View File
@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.2.0
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
generated: "2021-02-19T22:00:59.631078369Z"
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 1.15.3
version: 1.1.0
version: 1.2.0
upstream_version: 4.3.1
name: esphome
@@ -23,4 +23,4 @@ sources:
dependencies:
- name: common
repository: https://charts.truecharts.org/
version: 1.1.1
version: 1.2.0
Binary file not shown.
@@ -166,6 +166,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:
@@ -45,6 +45,7 @@ appVolumeMounts:
config:
enabled: true
emptyDir: true
setPermissions: true
mountPath: "/config"