From 35ef6a4180f971b9474ad77fad1ac5d86642b29b Mon Sep 17 00:00:00 2001 From: Gabor Pichner Date: Tue, 26 Dec 2023 20:22:46 +0100 Subject: [PATCH] bump(home-assistant): 0.1.9 --- charts/home-assistant/Chart.yaml | 2 +- charts/home-assistant/templates/statefullset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/home-assistant/Chart.yaml b/charts/home-assistant/Chart.yaml index 0c8efc6..174fa7a 100644 --- a/charts/home-assistant/Chart.yaml +++ b/charts/home-assistant/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.8 +version: 0.1.9 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/home-assistant/templates/statefullset.yaml b/charts/home-assistant/templates/statefullset.yaml index b8465df..66752f1 100644 --- a/charts/home-assistant/templates/statefullset.yaml +++ b/charts/home-assistant/templates/statefullset.yaml @@ -88,7 +88,7 @@ spec: - name: secrets readOnly: true secret: - name: {{ include "home-assistant.fullname" . }} + secretName: {{ include "home-assistant.fullname" . }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}