Skip to content

Commit

Permalink
Upgrade to 2.19.2 and fix pod labels (#95)
Browse files Browse the repository at this point in the history
* Upgrade to 2.19.2 and fix pod labels
  • Loading branch information
alfespa17 authored Feb 16, 2024
1 parent b7f23a9 commit b5ae773
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/terrakube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions charts/terrakube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ security:
existingSecret: false
ldapConfigSecretName: terrakube-openldap-secrets

## OpenLdap
openldap:
podLabels: {}

## Dex
dex:
enabled: true
Expand Down Expand Up @@ -162,6 +166,7 @@ api:
serviceType: "ClusterIP"
serviceAccountName: ""
resources: {}
podLabels: {}
defaultDatabase: true
defaultRedis: true
loadSampleData: true
Expand Down Expand Up @@ -198,6 +203,7 @@ executor:
serviceType: "ClusterIP"
serviceAccountName: ""
resources: {}
podLabels: {}
properties:
toolsRepository: "https://github.com/AzBuilder/terrakube-extensions"
toolsBranch: "main"
Expand All @@ -211,6 +217,7 @@ registry:
serviceType: "ClusterIP"
serviceAccountName: ""
resources: {}
podLabels: {}

## UI Properties
ui:
Expand All @@ -221,6 +228,7 @@ ui:
serviceType: "ClusterIP"
serviceAccountName: ""
resources: {}
podLabels: {}

## Ingress properties
ingress:
Expand Down

0 comments on commit b5ae773

Please sign in to comment.