diff --git a/stable/home-assistant/8.1.0/CHANGELOG.md b/stable/home-assistant/8.1.0/CHANGELOG.md deleted file mode 100644 index 68c8be7bb09..00000000000 --- a/stable/home-assistant/8.1.0/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ - - -### [home-assistant-8.1.0](https://github.com/truecharts/apps/compare/home-assistant-8.0.8...home-assistant-8.1.0) (2021-10-13) - diff --git a/stable/home-assistant/8.1.1/CHANGELOG.md b/stable/home-assistant/8.1.1/CHANGELOG.md new file mode 100644 index 00000000000..b59ec3fd5b0 --- /dev/null +++ b/stable/home-assistant/8.1.1/CHANGELOG.md @@ -0,0 +1,4 @@ + + +### [home-assistant-8.1.1](https://github.com/truecharts/apps/compare/home-assistant-8.1.0...home-assistant-8.1.1) (2021-10-13) + diff --git a/stable/home-assistant/8.1.0/CONFIG.md b/stable/home-assistant/8.1.1/CONFIG.md similarity index 100% rename from stable/home-assistant/8.1.0/CONFIG.md rename to stable/home-assistant/8.1.1/CONFIG.md diff --git a/stable/home-assistant/8.1.0/Chart.lock b/stable/home-assistant/8.1.1/Chart.lock similarity index 84% rename from stable/home-assistant/8.1.0/Chart.lock rename to stable/home-assistant/8.1.1/Chart.lock index 24474e474c7..72b7bf6547e 100644 --- a/stable/home-assistant/8.1.0/Chart.lock +++ b/stable/home-assistant/8.1.1/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 3.0.14 digest: sha256:0c1ecfaee7e9cdd1d1971984ab8e22f3a74fb994b546e555904277f24bdf01f7 -generated: "2021-10-13T10:04:03.410190975Z" +generated: "2021-10-13T10:34:59.904904592Z" diff --git a/stable/home-assistant/8.1.0/Chart.yaml b/stable/home-assistant/8.1.1/Chart.yaml similarity index 98% rename from stable/home-assistant/8.1.0/Chart.yaml rename to stable/home-assistant/8.1.1/Chart.yaml index 1ddbbe8ed22..05b8e1a50dc 100644 --- a/stable/home-assistant/8.1.0/Chart.yaml +++ b/stable/home-assistant/8.1.1/Chart.yaml @@ -29,4 +29,4 @@ sources: - https://github.com/home-assistant/home-assistant - https://github.com/cdr/code-server type: application -version: 8.1.0 +version: 8.1.1 diff --git a/stable/home-assistant/8.1.0/README.md b/stable/home-assistant/8.1.1/README.md similarity index 100% rename from stable/home-assistant/8.1.0/README.md rename to stable/home-assistant/8.1.1/README.md diff --git a/stable/home-assistant/8.1.0/app-readme.md b/stable/home-assistant/8.1.1/app-readme.md similarity index 100% rename from stable/home-assistant/8.1.0/app-readme.md rename to stable/home-assistant/8.1.1/app-readme.md diff --git a/stable/home-assistant/8.1.0/charts/common-8.3.5.tgz b/stable/home-assistant/8.1.1/charts/common-8.3.5.tgz similarity index 100% rename from stable/home-assistant/8.1.0/charts/common-8.3.5.tgz rename to stable/home-assistant/8.1.1/charts/common-8.3.5.tgz diff --git a/stable/home-assistant/8.1.0/charts/postgresql-3.0.14.tgz b/stable/home-assistant/8.1.1/charts/postgresql-3.0.14.tgz similarity index 100% rename from stable/home-assistant/8.1.0/charts/postgresql-3.0.14.tgz rename to stable/home-assistant/8.1.1/charts/postgresql-3.0.14.tgz diff --git a/stable/home-assistant/8.1.0/helm-values.md b/stable/home-assistant/8.1.1/helm-values.md similarity index 86% rename from stable/home-assistant/8.1.0/helm-values.md rename to stable/home-assistant/8.1.1/helm-values.md index ea4c1541aa7..4a310246458 100644 --- a/stable/home-assistant/8.1.0/helm-values.md +++ b/stable/home-assistant/8.1.1/helm-values.md @@ -11,7 +11,7 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| -| env | object | `{}` | | +| env.PUID | int | `568` | | | git.deployKey | string | `""` | | | git.deployKeyBase64 | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | @@ -23,7 +23,7 @@ You will, however, be able to use all values referenced in the common chart here | influxdb.enabled | bool | `false` | | | influxdb.persistence.enabled | bool | `false` | | | initContainers.init-db.command[0] | string | `"/config/init/init.sh"` | | -| initContainers.init-db.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | +| initContainers.init-db.image | string | `"{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}"` | | | initContainers.init-db.volumeMounts[0].mountPath | string | `"/config/init"` | | | initContainers.init-db.volumeMounts[0].name | string | `"init"` | | | initContainers.init-db.volumeMounts[1].mountPath | string | `"/config"` | | @@ -33,9 +33,12 @@ You will, however, be able to use all values referenced in the common chart here | persistence.config.mountPath | string | `"/config"` | | | persistence.config.size | string | `"100Gi"` | | | persistence.config.type | string | `"pvc"` | | -| persistence.varrun.enabled | bool | `true` | | +| podSecurityContext.runAsGroup | int | `0` | | +| podSecurityContext.runAsUser | int | `0` | | | postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) | | prometheus.serviceMonitor.enabled | bool | `false` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | +| securityContext.runAsNonRoot | bool | `false` | | | service.main.ports.main.port | int | `8123` | | All Rights Reserved - The TrueCharts Project diff --git a/stable/home-assistant/8.1.0/ix_values.yaml b/stable/home-assistant/8.1.1/ix_values.yaml similarity index 89% rename from stable/home-assistant/8.1.0/ix_values.yaml rename to stable/home-assistant/8.1.1/ix_values.yaml index ce1404f5e8a..e92dc96979a 100644 --- a/stable/home-assistant/8.1.0/ix_values.yaml +++ b/stable/home-assistant/8.1.1/ix_values.yaml @@ -26,6 +26,12 @@ postgresql: enabled: true postgresqlUsername: home-assistant postgresqlDatabase: home-assistant + existingSecret: "dbcreds" + persistence: + db: + storageClass: "SCALE-ZFS" + dbbackups: + storageClass: "SCALE-ZFS" ## # Most other defaults are set in questions.yaml diff --git a/stable/home-assistant/8.1.0/questions.yaml b/stable/home-assistant/8.1.1/questions.yaml similarity index 99% rename from stable/home-assistant/8.1.0/questions.yaml rename to stable/home-assistant/8.1.1/questions.yaml index d5c87bb0b2b..0143bed0873 100644 --- a/stable/home-assistant/8.1.0/questions.yaml +++ b/stable/home-assistant/8.1.1/questions.yaml @@ -566,18 +566,6 @@ questions: schema: type: dict attrs: - - variable: varrun - label: "varrun override for S6 Readonly Root" - schema: - type: dict - hidden: true - attrs: - - variable: enabled - label: "" - schema: - type: boolean - default: true - hidden: true - variable: config label: "App Config Storage" description: "Stores the Application Configuration." @@ -1203,7 +1191,7 @@ questions: label: "ReadOnly Root Filesystem" schema: type: boolean - default: true + default: false - variable: allowPrivilegeEscalation label: "Allow Privilege Escalation" schema: @@ -1213,7 +1201,7 @@ questions: label: "runAsNonRoot" schema: type: boolean - default: true + default: false - variable: podSecurityContext group: "Security and Permissions" @@ -1226,13 +1214,13 @@ questions: description: "The UserID of the user running the application" schema: type: int - default: 568 + default: 0 - variable: runAsGroup label: "runAsGroup" description: The groupID this App of the user running the application" schema: type: int - default: 568 + default: 0 - variable: fsGroup label: "fsGroup" description: "The group that should own ALL storage." diff --git a/stable/home-assistant/8.1.0/templates/_configmap.tpl b/stable/home-assistant/8.1.1/templates/_configmap.tpl similarity index 100% rename from stable/home-assistant/8.1.0/templates/_configmap.tpl rename to stable/home-assistant/8.1.1/templates/_configmap.tpl diff --git a/stable/home-assistant/8.1.0/templates/common.yaml b/stable/home-assistant/8.1.1/templates/common.yaml similarity index 100% rename from stable/home-assistant/8.1.0/templates/common.yaml rename to stable/home-assistant/8.1.1/templates/common.yaml diff --git a/stable/home-assistant/8.1.0/templates/secret.yaml b/stable/home-assistant/8.1.1/templates/secret.yaml similarity index 100% rename from stable/home-assistant/8.1.0/templates/secret.yaml rename to stable/home-assistant/8.1.1/templates/secret.yaml diff --git a/stable/home-assistant/8.1.0/test_values.yaml b/stable/home-assistant/8.1.1/test_values.yaml similarity index 88% rename from stable/home-assistant/8.1.0/test_values.yaml rename to stable/home-assistant/8.1.1/test_values.yaml index ea5b5c61ad3..d437adb1125 100644 --- a/stable/home-assistant/8.1.0/test_values.yaml +++ b/stable/home-assistant/8.1.1/test_values.yaml @@ -5,8 +5,16 @@ image: pullPolicy: IfNotPresent tag: v2021.10.4@sha256:6f5892e307edd0b135f4ccab1ecee70518e0418b26e6264c23c67d1982eece86 -env: {} - # TZ: +env: + PUID: 568 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 service: main: @@ -16,7 +24,7 @@ service: initContainers: init-db: - image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" + image: "{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}" command: ["/config/init/init.sh"] volumeMounts: - name: init @@ -51,8 +59,6 @@ persistence: type: pvc accessMode: ReadWriteOnce size: "100Gi" - varrun: - enabled: true # -- Enable and configure postgresql database subchart under this key. # For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) diff --git a/stable/home-assistant/8.1.0/values.yaml b/stable/home-assistant/8.1.1/values.yaml similarity index 100% rename from stable/home-assistant/8.1.0/values.yaml rename to stable/home-assistant/8.1.1/values.yaml