diff --git a/helm/fence/Chart.yaml b/helm/fence/Chart.yaml index 99bafac4..33a49ee8 100644 --- a/helm/fence/Chart.yaml +++ b/helm/fence/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.21 +version: 0.1.22 # 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/helm/fence/templates/useryaml-job.yaml b/helm/fence/templates/useryaml-job.yaml index 064c4f2a..6fd72be7 100644 --- a/helm/fence/templates/useryaml-job.yaml +++ b/helm/fence/templates/useryaml-job.yaml @@ -1,4 +1,3 @@ -{{ if not .Values.usersync.usersync }} kind: ConfigMap apiVersion: v1 metadata: @@ -6,6 +5,7 @@ metadata: data: useryaml: {{ .Values.USER_YAML | toYaml | nindent 4}} --- +{{ if not .Values.usersync.usersync }} apiVersion: batch/v1 kind: Job metadata: diff --git a/helm/gen3/Chart.yaml b/helm/gen3/Chart.yaml index f893dc62..a73ef49c 100644 --- a/helm/gen3/Chart.yaml +++ b/helm/gen3/Chart.yaml @@ -36,7 +36,7 @@ dependencies: repository: "file://../frontend-framework" condition: frontend-framework.enabled - name: fence - version: 0.1.21 + version: 0.1.22 repository: "file://../fence" condition: fence.enabled - name: guppy