diff --git a/charts/terrakube/Chart.yaml b/charts/terrakube/Chart.yaml index fe1cda4..5f90794 100644 --- a/charts/terrakube/Chart.yaml +++ b/charts/terrakube/Chart.yaml @@ -15,13 +15,13 @@ 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.13.0 +version: 3.13.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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.19.0" +appVersion: "2.19.2" dependencies: - name: minio diff --git a/charts/terrakube/values.yaml b/charts/terrakube/values.yaml index bce1062..6e5b629 100644 --- a/charts/terrakube/values.yaml +++ b/charts/terrakube/values.yaml @@ -13,6 +13,10 @@ security: existingSecret: false ldapConfigSecretName: terrakube-openldap-secrets +## OpenLdap +openldap: + podLabels: {} + ## Dex dex: enabled: true @@ -162,6 +166,7 @@ api: serviceType: "ClusterIP" serviceAccountName: "" resources: {} + podLabels: {} defaultDatabase: true defaultRedis: true loadSampleData: true @@ -198,6 +203,7 @@ executor: serviceType: "ClusterIP" serviceAccountName: "" resources: {} + podLabels: {} properties: toolsRepository: "https://github.com/AzBuilder/terrakube-extensions" toolsBranch: "main" @@ -211,6 +217,7 @@ registry: serviceType: "ClusterIP" serviceAccountName: "" resources: {} + podLabels: {} ## UI Properties ui: @@ -221,6 +228,7 @@ ui: serviceType: "ClusterIP" serviceAccountName: "" resources: {} + podLabels: {} ## Ingress properties ingress: