diff --git a/helm/fence/Chart.yaml b/helm/fence/Chart.yaml index 4df81c7f..68e00ff7 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.27 +version: 0.1.28 # 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/usersync-cron.yaml b/helm/fence/templates/usersync-cron.yaml index d10ad669..1a358232 100644 --- a/helm/fence/templates/usersync-cron.yaml +++ b/helm/fence/templates/usersync-cron.yaml @@ -56,6 +56,7 @@ spec: emptyDir: {} - name: cred-volume secret: + optional: true {{- if .Values.global.aws.useLocalSecret.enabled }} secretName: {{ .Values.global.aws.useLocalSecret.localSecretName }} {{- else }} diff --git a/helm/gen3/Chart.yaml b/helm/gen3/Chart.yaml index f34b0afd..a0145622 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.27 + version: 0.1.28 repository: "file://../fence" condition: fence.enabled - name: guppy @@ -128,7 +128,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.55 +version: 0.1.56 # 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