Skip to content

Commit

Permalink
Fix redis external release (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfespa17 authored Nov 10, 2023
1 parent 0b22914 commit 2bc7ad2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/terrakube/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.10.1
digest: sha256:50c63019748e06c4958dda505fcb47e56ce1434f70602a478e92d6792fae5745
generated: "2023-05-17T12:01:40.237461825-06:00"
digest: sha256:b585024374038198da33c7e8484d7a6e4738e0418cec205a0e91ac1b85f3b91e
generated: "2023-11-10T09:50:04.812420216-06:00"
2 changes: 1 addition & 1 deletion charts/terrakube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 3.10.1
# 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.17.0"
appVersion: "2.17.2"

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 @@ -17,6 +17,7 @@ stringData:
TerrakubeUiURL: '{{- if .Values.ingress.useTls }}https{{else}}http{{ end }}://{{ .Values.ingress.ui.domain }}'
TERRAKUBE_ADMIN_GROUP: '{{ .Values.security.adminGroup }}'

#Defaulta Redis
{{- if .Values.api.defaultRedis -}}

TerrakubeRedisHostname: 'terrakube-redis-master'
Expand Down
1 change: 1 addition & 0 deletions charts/terrakube/templates/secrets-executor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ stringData:
TerrakubeRegistryDomain: '{{ .Values.ingress.registry.domain }}'
TerrakubeApiUrl: '{{- if .Values.ingress.useTls }}https{{else}}http{{ end }}://{{ .Values.ingress.api.domain }}'

#Defaulta Redis
{{- if .Values.api.defaultRedis -}}

TerrakubeRedisHostname: 'terrakube-redis-master'
Expand Down

0 comments on commit 2bc7ad2

Please sign in to comment.