From dea2d6d9bff19429059a14548ba1789bcdf8fd0c Mon Sep 17 00:00:00 2001 From: sonicaj Date: Sat, 11 May 2024 06:48:35 +0000 Subject: [PATCH] Publish new changes in catalog --- .../home-assistant/{2.0.22 => 2.0.23}/.helmignore | 0 charts/home-assistant/{2.0.22 => 2.0.23}/Chart.lock | 0 charts/home-assistant/{2.0.22 => 2.0.23}/Chart.yaml | 4 ++-- charts/home-assistant/{2.0.22 => 2.0.23}/README.md | 0 .../home-assistant/{2.0.22 => 2.0.23}/app-readme.md | 0 .../{2.0.22 => 2.0.23}/charts/common-1.2.9.tgz | Bin .../{2.0.22 => 2.0.23}/ci/basic-values.yaml | 0 .../{2.0.22 => 2.0.23}/ix_values.yaml | 2 +- .../home-assistant/{2.0.22 => 2.0.23}/metadata.yaml | 0 .../{2.0.22 => 2.0.23}/migrations/migrate | 0 .../{2.0.22 => 2.0.23}/questions.yaml | 0 .../{2.0.22 => 2.0.23}/templates/NOTES.txt | 0 .../{2.0.22 => 2.0.23}/templates/_configuration.tpl | 0 .../templates/_home-assistant.tpl | 0 .../{2.0.22 => 2.0.23}/templates/_migration.tpl | 0 .../{2.0.22 => 2.0.23}/templates/_persistance.tpl | 0 .../{2.0.22 => 2.0.23}/templates/_portal.tpl | 0 .../{2.0.22 => 2.0.23}/templates/_postgres.tpl | 0 .../{2.0.22 => 2.0.23}/templates/_service.tpl | 0 .../{2.0.22 => 2.0.23}/templates/common.yaml | 0 .../{2.0.22 => 2.0.23}/to_keep_versions.md | 0 21 files changed, 3 insertions(+), 3 deletions(-) rename charts/home-assistant/{2.0.22 => 2.0.23}/.helmignore (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/Chart.lock (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/Chart.yaml (94%) rename charts/home-assistant/{2.0.22 => 2.0.23}/README.md (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/app-readme.md (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/charts/common-1.2.9.tgz (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/ci/basic-values.yaml (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/ix_values.yaml (98%) rename charts/home-assistant/{2.0.22 => 2.0.23}/metadata.yaml (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/migrations/migrate (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/questions.yaml (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/templates/NOTES.txt (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/templates/_configuration.tpl (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/templates/_home-assistant.tpl (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/templates/_migration.tpl (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/templates/_persistance.tpl (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/templates/_portal.tpl (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/templates/_postgres.tpl (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/templates/_service.tpl (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/templates/common.yaml (100%) rename charts/home-assistant/{2.0.22 => 2.0.23}/to_keep_versions.md (100%) diff --git a/charts/home-assistant/2.0.22/.helmignore b/charts/home-assistant/2.0.23/.helmignore similarity index 100% rename from charts/home-assistant/2.0.22/.helmignore rename to charts/home-assistant/2.0.23/.helmignore diff --git a/charts/home-assistant/2.0.22/Chart.lock b/charts/home-assistant/2.0.23/Chart.lock similarity index 100% rename from charts/home-assistant/2.0.22/Chart.lock rename to charts/home-assistant/2.0.23/Chart.lock diff --git a/charts/home-assistant/2.0.22/Chart.yaml b/charts/home-assistant/2.0.23/Chart.yaml similarity index 94% rename from charts/home-assistant/2.0.22/Chart.yaml rename to charts/home-assistant/2.0.23/Chart.yaml index 360847824c..69989ebed5 100644 --- a/charts/home-assistant/2.0.22/Chart.yaml +++ b/charts/home-assistant/2.0.23/Chart.yaml @@ -4,9 +4,9 @@ description: Home Assistant is an open source home automation that puts local co annotations: title: Home Assistant type: application -version: 2.0.22 +version: 2.0.23 apiVersion: v2 -appVersion: 2024.5.2 +appVersion: 2024.5.3 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/charts/home-assistant/2.0.22/README.md b/charts/home-assistant/2.0.23/README.md similarity index 100% rename from charts/home-assistant/2.0.22/README.md rename to charts/home-assistant/2.0.23/README.md diff --git a/charts/home-assistant/2.0.22/app-readme.md b/charts/home-assistant/2.0.23/app-readme.md similarity index 100% rename from charts/home-assistant/2.0.22/app-readme.md rename to charts/home-assistant/2.0.23/app-readme.md diff --git a/charts/home-assistant/2.0.22/charts/common-1.2.9.tgz b/charts/home-assistant/2.0.23/charts/common-1.2.9.tgz similarity index 100% rename from charts/home-assistant/2.0.22/charts/common-1.2.9.tgz rename to charts/home-assistant/2.0.23/charts/common-1.2.9.tgz diff --git a/charts/home-assistant/2.0.22/ci/basic-values.yaml b/charts/home-assistant/2.0.23/ci/basic-values.yaml similarity index 100% rename from charts/home-assistant/2.0.22/ci/basic-values.yaml rename to charts/home-assistant/2.0.23/ci/basic-values.yaml diff --git a/charts/home-assistant/2.0.22/ix_values.yaml b/charts/home-assistant/2.0.23/ix_values.yaml similarity index 98% rename from charts/home-assistant/2.0.22/ix_values.yaml rename to charts/home-assistant/2.0.23/ix_values.yaml index 0ad5553605..8a6b772dec 100644 --- a/charts/home-assistant/2.0.22/ix_values.yaml +++ b/charts/home-assistant/2.0.23/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: homeassistant/home-assistant - tag: 2024.5.2 + tag: 2024.5.3 # Keep using the same image # as before the migration diff --git a/charts/home-assistant/2.0.22/metadata.yaml b/charts/home-assistant/2.0.23/metadata.yaml similarity index 100% rename from charts/home-assistant/2.0.22/metadata.yaml rename to charts/home-assistant/2.0.23/metadata.yaml diff --git a/charts/home-assistant/2.0.22/migrations/migrate b/charts/home-assistant/2.0.23/migrations/migrate similarity index 100% rename from charts/home-assistant/2.0.22/migrations/migrate rename to charts/home-assistant/2.0.23/migrations/migrate diff --git a/charts/home-assistant/2.0.22/questions.yaml b/charts/home-assistant/2.0.23/questions.yaml similarity index 100% rename from charts/home-assistant/2.0.22/questions.yaml rename to charts/home-assistant/2.0.23/questions.yaml diff --git a/charts/home-assistant/2.0.22/templates/NOTES.txt b/charts/home-assistant/2.0.23/templates/NOTES.txt similarity index 100% rename from charts/home-assistant/2.0.22/templates/NOTES.txt rename to charts/home-assistant/2.0.23/templates/NOTES.txt diff --git a/charts/home-assistant/2.0.22/templates/_configuration.tpl b/charts/home-assistant/2.0.23/templates/_configuration.tpl similarity index 100% rename from charts/home-assistant/2.0.22/templates/_configuration.tpl rename to charts/home-assistant/2.0.23/templates/_configuration.tpl diff --git a/charts/home-assistant/2.0.22/templates/_home-assistant.tpl b/charts/home-assistant/2.0.23/templates/_home-assistant.tpl similarity index 100% rename from charts/home-assistant/2.0.22/templates/_home-assistant.tpl rename to charts/home-assistant/2.0.23/templates/_home-assistant.tpl diff --git a/charts/home-assistant/2.0.22/templates/_migration.tpl b/charts/home-assistant/2.0.23/templates/_migration.tpl similarity index 100% rename from charts/home-assistant/2.0.22/templates/_migration.tpl rename to charts/home-assistant/2.0.23/templates/_migration.tpl diff --git a/charts/home-assistant/2.0.22/templates/_persistance.tpl b/charts/home-assistant/2.0.23/templates/_persistance.tpl similarity index 100% rename from charts/home-assistant/2.0.22/templates/_persistance.tpl rename to charts/home-assistant/2.0.23/templates/_persistance.tpl diff --git a/charts/home-assistant/2.0.22/templates/_portal.tpl b/charts/home-assistant/2.0.23/templates/_portal.tpl similarity index 100% rename from charts/home-assistant/2.0.22/templates/_portal.tpl rename to charts/home-assistant/2.0.23/templates/_portal.tpl diff --git a/charts/home-assistant/2.0.22/templates/_postgres.tpl b/charts/home-assistant/2.0.23/templates/_postgres.tpl similarity index 100% rename from charts/home-assistant/2.0.22/templates/_postgres.tpl rename to charts/home-assistant/2.0.23/templates/_postgres.tpl diff --git a/charts/home-assistant/2.0.22/templates/_service.tpl b/charts/home-assistant/2.0.23/templates/_service.tpl similarity index 100% rename from charts/home-assistant/2.0.22/templates/_service.tpl rename to charts/home-assistant/2.0.23/templates/_service.tpl diff --git a/charts/home-assistant/2.0.22/templates/common.yaml b/charts/home-assistant/2.0.23/templates/common.yaml similarity index 100% rename from charts/home-assistant/2.0.22/templates/common.yaml rename to charts/home-assistant/2.0.23/templates/common.yaml diff --git a/charts/home-assistant/2.0.22/to_keep_versions.md b/charts/home-assistant/2.0.23/to_keep_versions.md similarity index 100% rename from charts/home-assistant/2.0.22/to_keep_versions.md rename to charts/home-assistant/2.0.23/to_keep_versions.md