diff --git a/guacamole/Chart.yaml b/guacamole/Chart.yaml index 6c1c166..c20e3c9 100644 --- a/guacamole/Chart.yaml +++ b/guacamole/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.5 +version: 0.1.6 # 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/guacamole/templates/serviceaccount.yaml b/guacamole/templates/serviceaccount.yaml index 4350920..75895bc 100644 --- a/guacamole/templates/serviceaccount.yaml +++ b/guacamole/templates/serviceaccount.yaml @@ -1,4 +1,4 @@ -{{- if .Values.serviceAccount.create -}} +{{- if .Values.guacamole.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount metadata: