diff --git a/charts/gotify/Chart.yaml b/charts/gotify/Chart.yaml index 00efe42..9494312 100644 --- a/charts/gotify/Chart.yaml +++ b/charts/gotify/Chart.yaml @@ -17,7 +17,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.0.10 +version: 0.0.11 # 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/gotify/values.yaml b/charts/gotify/values.yaml index 8faff5f..2878bcc 100644 --- a/charts/gotify/values.yaml +++ b/charts/gotify/values.yaml @@ -35,8 +35,8 @@ env: TZ: America/New_York envFrom: -- secretRef: - name: {{ include "common.names.fullname" . }} + - secretRef: + name: {{ include "common.names.fullname" . }} secret: user: "admin"