Skip to content

Commit

Permalink
Update to Terrakube 2.20.0 (#109)
Browse files Browse the repository at this point in the history
* Update to Terrakube 2.20.0
  • Loading branch information
alfespa17 authored Mar 27, 2024
1 parent 0079e88 commit 0f51e6c
Show file tree
Hide file tree
Showing 3 changed files with 4 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.16.0
version: 3.16.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.2"
appVersion: "2.20.0"

dependencies:
- name: minio
Expand Down
1 change: 1 addition & 0 deletions charts/terrakube/templates/secrets-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ stringData:
DatasourceDatabase: '{{ .Values.postgresql.auth.database }}'
DatasourceUser: '{{ .Values.postgresql.auth.username}}'
DatasourcePassword: '{{ .Values.postgresql.auth.password }}'
DatasourcePort: '5432'
ApiDataSourceType: 'POSTGRESQL'
DatasourceSslMode: '{{ .Values.api.properties.databaseSslMode }}'
{{ else }}
Expand Down
1 change: 1 addition & 0 deletions charts/terrakube/templates/secrets-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ stringData:
REACT_APP_REDIRECT_URI: "{{- if .Values.ingress.useTls }}https{{else}}http{{ end }}://{{ .Values.ingress.ui.domain }}",
REACT_APP_REGISTRY_URI: "{{- if .Values.ingress.useTls }}https{{else}}http{{ end }}://{{ .Values.ingress.registry.domain }}",
REACT_APP_SCOPE: "{{ .Values.security.dexClientScope }}",
REACT_APP_TERRAKUBE_VERSION: "{{ default .Chart.AppVersion .Values.ui.version }}",
}
{{ end }}

0 comments on commit 0f51e6c

Please sign in to comment.