From 829b1d7fd60cb6d5ecc296a6af9f6df4a7efba2f Mon Sep 17 00:00:00 2001 From: sonicaj Date: Wed, 29 May 2024 09:58:48 +0000 Subject: [PATCH] Publish new changes in catalog --- .../{2.0.25 => 2.0.26}/.helmignore | 0 .../{2.0.25 => 2.0.26}/Chart.lock | 0 .../{2.0.25 => 2.0.26}/Chart.yaml | 2 +- .../{2.0.25 => 2.0.26}/README.md | 0 .../{2.0.25 => 2.0.26}/app-readme.md | 0 .../charts/common-1.2.9.tgz | Bin .../{2.0.25 => 2.0.26}/ci/basic-values.yaml | 0 .../2.0.26/ci/devices-values.yaml | 18 ++++++++++ .../{2.0.25 => 2.0.26}/ix_values.yaml | 1 + .../{2.0.25 => 2.0.26}/metadata.yaml | 0 .../{2.0.25 => 2.0.26}/migrations/migrate | 0 .../{2.0.25 => 2.0.26}/questions.yaml | 33 +++++++++++++++++- .../{2.0.25 => 2.0.26}/templates/NOTES.txt | 0 .../templates/_configuration.tpl | 0 .../templates/_home-assistant.tpl | 2 ++ .../templates/_migration.tpl | 0 .../templates/_persistance.tpl | 0 .../{2.0.25 => 2.0.26}/templates/_portal.tpl | 0 .../templates/_postgres.tpl | 0 .../{2.0.25 => 2.0.26}/templates/_service.tpl | 0 .../{2.0.25 => 2.0.26}/templates/common.yaml | 0 .../{2.0.25 => 2.0.26}/to_keep_versions.md | 0 22 files changed, 54 insertions(+), 2 deletions(-) rename charts/home-assistant/{2.0.25 => 2.0.26}/.helmignore (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/Chart.lock (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/Chart.yaml (97%) rename charts/home-assistant/{2.0.25 => 2.0.26}/README.md (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/app-readme.md (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/charts/common-1.2.9.tgz (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/ci/basic-values.yaml (100%) create mode 100644 charts/home-assistant/2.0.26/ci/devices-values.yaml rename charts/home-assistant/{2.0.25 => 2.0.26}/ix_values.yaml (98%) rename charts/home-assistant/{2.0.25 => 2.0.26}/metadata.yaml (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/migrations/migrate (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/questions.yaml (96%) rename charts/home-assistant/{2.0.25 => 2.0.26}/templates/NOTES.txt (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/templates/_configuration.tpl (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/templates/_home-assistant.tpl (92%) rename charts/home-assistant/{2.0.25 => 2.0.26}/templates/_migration.tpl (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/templates/_persistance.tpl (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/templates/_portal.tpl (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/templates/_postgres.tpl (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/templates/_service.tpl (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/templates/common.yaml (100%) rename charts/home-assistant/{2.0.25 => 2.0.26}/to_keep_versions.md (100%) diff --git a/charts/home-assistant/2.0.25/.helmignore b/charts/home-assistant/2.0.26/.helmignore similarity index 100% rename from charts/home-assistant/2.0.25/.helmignore rename to charts/home-assistant/2.0.26/.helmignore diff --git a/charts/home-assistant/2.0.25/Chart.lock b/charts/home-assistant/2.0.26/Chart.lock similarity index 100% rename from charts/home-assistant/2.0.25/Chart.lock rename to charts/home-assistant/2.0.26/Chart.lock diff --git a/charts/home-assistant/2.0.25/Chart.yaml b/charts/home-assistant/2.0.26/Chart.yaml similarity index 97% rename from charts/home-assistant/2.0.25/Chart.yaml rename to charts/home-assistant/2.0.26/Chart.yaml index 121a1498dd..c5f38dce8c 100644 --- a/charts/home-assistant/2.0.25/Chart.yaml +++ b/charts/home-assistant/2.0.26/Chart.yaml @@ -4,7 +4,7 @@ description: Home Assistant is an open source home automation that puts local co annotations: title: Home Assistant type: application -version: 2.0.25 +version: 2.0.26 apiVersion: v2 appVersion: 2024.5.5 kubeVersion: '>=1.16.0-0' diff --git a/charts/home-assistant/2.0.25/README.md b/charts/home-assistant/2.0.26/README.md similarity index 100% rename from charts/home-assistant/2.0.25/README.md rename to charts/home-assistant/2.0.26/README.md diff --git a/charts/home-assistant/2.0.25/app-readme.md b/charts/home-assistant/2.0.26/app-readme.md similarity index 100% rename from charts/home-assistant/2.0.25/app-readme.md rename to charts/home-assistant/2.0.26/app-readme.md diff --git a/charts/home-assistant/2.0.25/charts/common-1.2.9.tgz b/charts/home-assistant/2.0.26/charts/common-1.2.9.tgz similarity index 100% rename from charts/home-assistant/2.0.25/charts/common-1.2.9.tgz rename to charts/home-assistant/2.0.26/charts/common-1.2.9.tgz diff --git a/charts/home-assistant/2.0.25/ci/basic-values.yaml b/charts/home-assistant/2.0.26/ci/basic-values.yaml similarity index 100% rename from charts/home-assistant/2.0.25/ci/basic-values.yaml rename to charts/home-assistant/2.0.26/ci/basic-values.yaml diff --git a/charts/home-assistant/2.0.26/ci/devices-values.yaml b/charts/home-assistant/2.0.26/ci/devices-values.yaml new file mode 100644 index 0000000000..86f6ba7d5a --- /dev/null +++ b/charts/home-assistant/2.0.26/ci/devices-values.yaml @@ -0,0 +1,18 @@ +haConfig: + allowDevices: true + +haNetwork: + webPort: 31000 + +haStorage: + config: + type: pvc + media: + type: pvc + pgData: + type: pvc + pgBackup: + type: emptyDir + emptyDirConfig: + medium: "" + size: "" diff --git a/charts/home-assistant/2.0.25/ix_values.yaml b/charts/home-assistant/2.0.26/ix_values.yaml similarity index 98% rename from charts/home-assistant/2.0.25/ix_values.yaml rename to charts/home-assistant/2.0.26/ix_values.yaml index 826383ebd5..dcd61288ba 100644 --- a/charts/home-assistant/2.0.25/ix_values.yaml +++ b/charts/home-assistant/2.0.26/ix_values.yaml @@ -25,6 +25,7 @@ podOptions: options: [] haConfig: + allowDevices: false additionalEnvs: [] haNetwork: diff --git a/charts/home-assistant/2.0.25/metadata.yaml b/charts/home-assistant/2.0.26/metadata.yaml similarity index 100% rename from charts/home-assistant/2.0.25/metadata.yaml rename to charts/home-assistant/2.0.26/metadata.yaml diff --git a/charts/home-assistant/2.0.25/migrations/migrate b/charts/home-assistant/2.0.26/migrations/migrate similarity index 100% rename from charts/home-assistant/2.0.25/migrations/migrate rename to charts/home-assistant/2.0.26/migrations/migrate diff --git a/charts/home-assistant/2.0.25/questions.yaml b/charts/home-assistant/2.0.26/questions.yaml similarity index 96% rename from charts/home-assistant/2.0.25/questions.yaml rename to charts/home-assistant/2.0.26/questions.yaml index e7133a0b6a..3d3659548c 100644 --- a/charts/home-assistant/2.0.25/questions.yaml +++ b/charts/home-assistant/2.0.26/questions.yaml @@ -33,6 +33,38 @@ questions: $ref: - definitions/timezone + - variable: haConfig + label: "" + group: Home Assistant Configuration + schema: + type: dict + attrs: + - variable: allowDevices + label: Allow Devices + description: | + Allow devices to be added to Home Assistant. + Keep in mind that this will make the container to run with elevated privileges
+ and privilege escalation. Use with caution. + schema: + type: boolean + default: false + - variable: additionalEnvs + label: Additional Environment Variables + description: Additional environment variables for Home Assistant. + schema: + type: list + items: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: podOptions label: "" group: Advanced Pod Configuration @@ -110,7 +142,6 @@ questions: default: 568 required: true - - variable: haStorage label: "" group: Storage Configuration diff --git a/charts/home-assistant/2.0.25/templates/NOTES.txt b/charts/home-assistant/2.0.26/templates/NOTES.txt similarity index 100% rename from charts/home-assistant/2.0.25/templates/NOTES.txt rename to charts/home-assistant/2.0.26/templates/NOTES.txt diff --git a/charts/home-assistant/2.0.25/templates/_configuration.tpl b/charts/home-assistant/2.0.26/templates/_configuration.tpl similarity index 100% rename from charts/home-assistant/2.0.25/templates/_configuration.tpl rename to charts/home-assistant/2.0.26/templates/_configuration.tpl diff --git a/charts/home-assistant/2.0.25/templates/_home-assistant.tpl b/charts/home-assistant/2.0.26/templates/_home-assistant.tpl similarity index 92% rename from charts/home-assistant/2.0.25/templates/_home-assistant.tpl rename to charts/home-assistant/2.0.26/templates/_home-assistant.tpl index 39ff6168ee..955bfa25a8 100644 --- a/charts/home-assistant/2.0.25/templates/_home-assistant.tpl +++ b/charts/home-assistant/2.0.26/templates/_home-assistant.tpl @@ -17,6 +17,8 @@ workload: runAsUser: 0 runAsGroup: 0 runAsNonRoot: false + privileged: {{ .Values.haConfig.allowDevices | default false }} + allowPrivilegeEscalation: {{ .Values.haConfig.allowDevices | default false }} readOnlyRootFilesystem: false capabilities: add: diff --git a/charts/home-assistant/2.0.25/templates/_migration.tpl b/charts/home-assistant/2.0.26/templates/_migration.tpl similarity index 100% rename from charts/home-assistant/2.0.25/templates/_migration.tpl rename to charts/home-assistant/2.0.26/templates/_migration.tpl diff --git a/charts/home-assistant/2.0.25/templates/_persistance.tpl b/charts/home-assistant/2.0.26/templates/_persistance.tpl similarity index 100% rename from charts/home-assistant/2.0.25/templates/_persistance.tpl rename to charts/home-assistant/2.0.26/templates/_persistance.tpl diff --git a/charts/home-assistant/2.0.25/templates/_portal.tpl b/charts/home-assistant/2.0.26/templates/_portal.tpl similarity index 100% rename from charts/home-assistant/2.0.25/templates/_portal.tpl rename to charts/home-assistant/2.0.26/templates/_portal.tpl diff --git a/charts/home-assistant/2.0.25/templates/_postgres.tpl b/charts/home-assistant/2.0.26/templates/_postgres.tpl similarity index 100% rename from charts/home-assistant/2.0.25/templates/_postgres.tpl rename to charts/home-assistant/2.0.26/templates/_postgres.tpl diff --git a/charts/home-assistant/2.0.25/templates/_service.tpl b/charts/home-assistant/2.0.26/templates/_service.tpl similarity index 100% rename from charts/home-assistant/2.0.25/templates/_service.tpl rename to charts/home-assistant/2.0.26/templates/_service.tpl diff --git a/charts/home-assistant/2.0.25/templates/common.yaml b/charts/home-assistant/2.0.26/templates/common.yaml similarity index 100% rename from charts/home-assistant/2.0.25/templates/common.yaml rename to charts/home-assistant/2.0.26/templates/common.yaml diff --git a/charts/home-assistant/2.0.25/to_keep_versions.md b/charts/home-assistant/2.0.26/to_keep_versions.md similarity index 100% rename from charts/home-assistant/2.0.25/to_keep_versions.md rename to charts/home-assistant/2.0.26/to_keep_versions.md