diff --git a/charts/terrakube/Chart.yaml b/charts/terrakube/Chart.yaml index 79469f6..babc6cd 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.21.0 +version: 3.21.1 # 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-api.yaml b/charts/terrakube/templates/secrets-api.yaml index a822ded..f61c800 100644 --- a/charts/terrakube/templates/secrets-api.yaml +++ b/charts/terrakube/templates/secrets-api.yaml @@ -14,6 +14,7 @@ stringData: DexClientId: '{{ .Values.security.dexClientId }}' TerrakubeHostname: '{{ .Values.ingress.api.domain }}' AzBuilderExecutorUrl: 'http://terrakube-executor-service:8090/api/v1/terraform-rs' + ExecutorReplicas: '{{ .Values.api.properties.executorReplicaCount | default .Values.executor.replicaCount }}' TerrakubeUiURL: '{{- if .Values.ingress.useTls }}https{{else}}http{{ end }}://{{ .Values.ingress.ui.domain }}' TERRAKUBE_ADMIN_GROUP: '{{ .Values.security.adminGroup }}' TerrakubeRedisPort: '6379'