Skip to content

Commit

Permalink
Release 1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Zerbetto committed Mar 25, 2024
1 parent 5149180 commit d57fc2f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
13 changes: 12 additions & 1 deletion charts/knowage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.23] - 2024-xx-xx
## [1.0.24] - 2024-03-25

### Added

- Add SSO_CLASS env variable from values

### Changed

### Fixed


## [1.0.23] - 2024-01-26

### Added

Expand Down
4 changes: 4 additions & 0 deletions charts/knowage/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ spec:
{{- if .Values.knowage.useProfileFactoryClass }}
- name: USER_PROFILE_FACTORY_CLASS
value: {{ print .Values.knowage.useProfileFactoryClass | quote }}
{{- end }}
{{- if .Values.knowage.useSSOClass }}
- name: SSO_CLASS
value: {{ print .Values.knowage.useSSOClass | quote }}
{{- end }}
livenessProbe:
httpGet:
Expand Down
1 change: 1 addition & 0 deletions charts/knowage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ knowage:

# For debug only
# useProfileFactoryClass:
# useSSOClass:

resources:
requests:
Expand Down

0 comments on commit d57fc2f

Please sign in to comment.