Skip to content

Commit

Permalink
Release 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Libanori committed Jan 26, 2024
1 parent 578f627 commit 5149180
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions charts/knowage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed

- Add quotes around value of DB_DO_INITIALIZATION to prevent errors when user insert `true` or `false`
- Fixed typo CACHE_DB_TYPE

## [1.0.22] - 2024-01-24

Expand Down
2 changes: 1 addition & 1 deletion charts/knowage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

apiVersion: v2
name: knowage
version: 1.0.22
version: 1.0.23
kubeVersion: ">= 1.22.0-0"
description: A Helm chart for Kubernetes Suite
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/knowage/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ spec:
configMapKeyRef:
name: {{ include "knowage.config" . }}
key: cacheDbPort
- name: CACHE_TYPE
- name: CACHE_DB_TYPE
value: {{ include "knowage.cache.type" . }}

- name: HMAC_KEY
Expand Down

0 comments on commit 5149180

Please sign in to comment.