diff --git a/charts/terrakube/Chart.yaml b/charts/terrakube/Chart.yaml index b8466c4..2f3e078 100644 --- a/charts/terrakube/Chart.yaml +++ b/charts/terrakube/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: 3.17.5 +version: 3.17.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/charts/terrakube/templates/secrets-registry.yaml b/charts/terrakube/templates/secrets-registry.yaml index c79f080..aae5238 100644 --- a/charts/terrakube/templates/secrets-registry.yaml +++ b/charts/terrakube/templates/secrets-registry.yaml @@ -14,7 +14,7 @@ stringData: TerrakubeEnableSecurity: 'true' TerrakubeUiURL: '{{- if .Values.ingress.useTls }}https{{else}}http{{ end }}://{{ .Values.ingress.ui.domain }}' AppClientId: '{{ .Values.security.dexClientId }}' - AppIssuerUri: '{{- if .Values.ingress.useTls }}https{{else}}http{{ end }}://{{ .Values.ingress.api.domain }}/dex' + AppIssuerUri: '{{ .Values.dex.config.issuer }}' {{- if .Values.storage.defaultStorage -}}