diff --git a/catalog.json b/catalog.json index 9e3f9209aa..d876bf64a8 100644 --- a/catalog.json +++ b/catalog.json @@ -27,9 +27,9 @@ "healthy": true, "healthy_error": null, "location": "/__w/charts/charts/charts/home-assistant", - "latest_version": "1.0.75", + "latest_version": "1.0.76", "latest_app_version": "2023.4.1", - "latest_human_version": "2023.4.1_1.0.75", + "latest_human_version": "2023.4.1_1.0.76", "last_update": "2023-04-07 06:15:33", "name": "home-assistant", "recommended": false, @@ -162,7 +162,7 @@ "latest_version": "1.0.0", "latest_app_version": "4.3.2.6857", "latest_human_version": "4.3.2.6857_1.0.0", - "last_update": null, + "last_update": "2023-04-07 17:43:54", "name": "radarr", "recommended": false, "title": "Radarr", diff --git a/charts/home-assistant/1.0.75/.helmignore b/charts/home-assistant/1.0.76/.helmignore similarity index 100% rename from charts/home-assistant/1.0.75/.helmignore rename to charts/home-assistant/1.0.76/.helmignore diff --git a/charts/home-assistant/1.0.75/Chart.lock b/charts/home-assistant/1.0.76/Chart.lock similarity index 100% rename from charts/home-assistant/1.0.75/Chart.lock rename to charts/home-assistant/1.0.76/Chart.lock diff --git a/charts/home-assistant/1.0.75/Chart.yaml b/charts/home-assistant/1.0.76/Chart.yaml similarity index 97% rename from charts/home-assistant/1.0.75/Chart.yaml rename to charts/home-assistant/1.0.76/Chart.yaml index 17e2983e28..d3f48c2f5a 100644 --- a/charts/home-assistant/1.0.75/Chart.yaml +++ b/charts/home-assistant/1.0.76/Chart.yaml @@ -3,7 +3,7 @@ description: Home Assistant App for TrueNAS SCALE annotations: title: Home Assistant type: application -version: 1.0.75 +version: 1.0.76 apiVersion: v2 appVersion: 2023.4.1 kubeVersion: '>=1.16.0-0' diff --git a/charts/home-assistant/1.0.75/README.md b/charts/home-assistant/1.0.76/README.md similarity index 100% rename from charts/home-assistant/1.0.75/README.md rename to charts/home-assistant/1.0.76/README.md diff --git a/charts/home-assistant/1.0.75/app-readme.md b/charts/home-assistant/1.0.76/app-readme.md similarity index 100% rename from charts/home-assistant/1.0.75/app-readme.md rename to charts/home-assistant/1.0.76/app-readme.md diff --git a/charts/home-assistant/1.0.75/charts/common-2207.0.0.tgz b/charts/home-assistant/1.0.76/charts/common-2207.0.0.tgz similarity index 100% rename from charts/home-assistant/1.0.75/charts/common-2207.0.0.tgz rename to charts/home-assistant/1.0.76/charts/common-2207.0.0.tgz diff --git a/charts/home-assistant/1.0.75/ci/test-values.yaml b/charts/home-assistant/1.0.76/ci/test-values.yaml similarity index 100% rename from charts/home-assistant/1.0.75/ci/test-values.yaml rename to charts/home-assistant/1.0.76/ci/test-values.yaml diff --git a/charts/home-assistant/1.0.75/ix_values.yaml b/charts/home-assistant/1.0.76/ix_values.yaml similarity index 100% rename from charts/home-assistant/1.0.75/ix_values.yaml rename to charts/home-assistant/1.0.76/ix_values.yaml diff --git a/charts/home-assistant/1.0.75/questions.yaml b/charts/home-assistant/1.0.76/questions.yaml similarity index 100% rename from charts/home-assistant/1.0.75/questions.yaml rename to charts/home-assistant/1.0.76/questions.yaml diff --git a/charts/home-assistant/1.0.75/templates/_postgres.tpl b/charts/home-assistant/1.0.76/templates/_postgres.tpl similarity index 100% rename from charts/home-assistant/1.0.75/templates/_postgres.tpl rename to charts/home-assistant/1.0.76/templates/_postgres.tpl diff --git a/charts/home-assistant/1.0.75/templates/backup-postgres-config.yaml b/charts/home-assistant/1.0.76/templates/backup-postgres-config.yaml similarity index 100% rename from charts/home-assistant/1.0.75/templates/backup-postgres-config.yaml rename to charts/home-assistant/1.0.76/templates/backup-postgres-config.yaml diff --git a/charts/home-assistant/1.0.75/templates/backup-postgres-hook.yaml b/charts/home-assistant/1.0.76/templates/backup-postgres-hook.yaml similarity index 100% rename from charts/home-assistant/1.0.75/templates/backup-postgres-hook.yaml rename to charts/home-assistant/1.0.76/templates/backup-postgres-hook.yaml diff --git a/charts/home-assistant/1.0.75/templates/deployment.yaml b/charts/home-assistant/1.0.76/templates/deployment.yaml similarity index 96% rename from charts/home-assistant/1.0.75/templates/deployment.yaml rename to charts/home-assistant/1.0.76/templates/deployment.yaml index 1f333b07db..4e1e97aa0d 100644 --- a/charts/home-assistant/1.0.75/templates/deployment.yaml +++ b/charts/home-assistant/1.0.76/templates/deployment.yaml @@ -30,7 +30,13 @@ spec: {{- include "common.labels.selectorLabels" . | nindent 8 }} annotations: {{ include "common.annotations" . | nindent 8 }} spec: - hostNetwork: {{ .Values.hostNetwork }} + {{ if .Values.hostNetwork }} + hostNetwork: true + dnsPoliy: ClusterFirstWithHostNet + {{ else }} + hostNetwork: false + dnsPoliy: ClusterFirst + {{ end }} initContainers: - name: init-postgresdb image: {{ template "postgres.imageName" . }} diff --git a/charts/home-assistant/1.0.75/templates/home-assistance-init-config.yaml b/charts/home-assistant/1.0.76/templates/home-assistance-init-config.yaml similarity index 100% rename from charts/home-assistant/1.0.75/templates/home-assistance-init-config.yaml rename to charts/home-assistant/1.0.76/templates/home-assistance-init-config.yaml diff --git a/charts/home-assistant/1.0.75/templates/postgres-config.yaml b/charts/home-assistant/1.0.76/templates/postgres-config.yaml similarity index 100% rename from charts/home-assistant/1.0.75/templates/postgres-config.yaml rename to charts/home-assistant/1.0.76/templates/postgres-config.yaml diff --git a/charts/home-assistant/1.0.75/templates/postgres-deployment.yaml b/charts/home-assistant/1.0.76/templates/postgres-deployment.yaml similarity index 100% rename from charts/home-assistant/1.0.75/templates/postgres-deployment.yaml rename to charts/home-assistant/1.0.76/templates/postgres-deployment.yaml diff --git a/charts/home-assistant/1.0.75/templates/postgres-secret.yaml b/charts/home-assistant/1.0.76/templates/postgres-secret.yaml similarity index 100% rename from charts/home-assistant/1.0.75/templates/postgres-secret.yaml rename to charts/home-assistant/1.0.76/templates/postgres-secret.yaml diff --git a/charts/home-assistant/1.0.75/templates/postgres-service.yaml b/charts/home-assistant/1.0.76/templates/postgres-service.yaml similarity index 100% rename from charts/home-assistant/1.0.75/templates/postgres-service.yaml rename to charts/home-assistant/1.0.76/templates/postgres-service.yaml diff --git a/charts/home-assistant/1.0.75/templates/pre-install-job.yaml b/charts/home-assistant/1.0.76/templates/pre-install-job.yaml similarity index 100% rename from charts/home-assistant/1.0.75/templates/pre-install-job.yaml rename to charts/home-assistant/1.0.76/templates/pre-install-job.yaml diff --git a/charts/home-assistant/1.0.75/templates/service.yaml b/charts/home-assistant/1.0.76/templates/service.yaml similarity index 100% rename from charts/home-assistant/1.0.75/templates/service.yaml rename to charts/home-assistant/1.0.76/templates/service.yaml