Skip to content

Commit

Permalink
api: add redis host for pre-install-job (#164)
Browse files Browse the repository at this point in the history
* add REDIS_HOST env var

* bump version to 0.32.0
  • Loading branch information
deer-wmde authored Oct 8, 2024
1 parent 9ef80e7 commit 89f2f7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions charts/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This chart does not yet follow SemVer.

## 0.32.0
- Add missing `REDIS_HOST` env var to pre-install-job template

## 0.29.1
- Fix labels on api-queue pods to match

Expand Down
2 changes: 1 addition & 1 deletion charts/api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for the WBStack API
name: api
version: 0.31.2
version: 0.32.0
home: https://github.com/wbstack
maintainers:
- name: WBstack
Expand Down
2 changes: 2 additions & 0 deletions charts/api/templates/pre-install-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
- name: APP_TIMEZONE
value: {{ .Values.app.timezone | quote }}

- name: REDIS_HOST
value: {{ .Values.app.redis.host | quote }}
- name: REDIS_PORT
value: {{ .Values.app.redis.port | quote }}
- name: REDIS_PASSWORD
Expand Down

0 comments on commit 89f2f7d

Please sign in to comment.