Skip to content

Commit

Permalink
New release of the helm chart (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgalanciak authored Jun 19, 2024
1 parent 00b134d commit 38bfd8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/live/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: codetogether
description: CodeTogether Live provides pair programming and collaborative coding

type: application
version: 1.4.20
version: 1.4.21
appVersion: "2024.2.0"
kubeVersion: ">= 1.18.0"

Expand Down
2 changes: 2 additions & 0 deletions charts/live/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ spec:
key: systemBaseUrl
- name: CT_SSO_SECURE_JWKS_ENDPT_ENABLE
value: {{ .Values.sso.jwksEndPointEnabled | quote }}
- name: CT_REQUEST_OFFLINE_ACCESS
value: {{ .Values.sso.offlineAccessScope | default "true" | quote }}
{{- end }}

{{- if .Values.securityContext.readOnlyRootFilesystem}}
Expand Down
2 changes: 1 addition & 1 deletion charts/live/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ sso:
clientSecret: "my-id-secret"
# Set this value to 'true' if you are using Oracle IDCS OpenID Connect.
jwksEndPointEnabled: false

offlineAccessScope: true
#
# The following sections provide default configurations for the
# container and normally do not need to be modified.
Expand Down

0 comments on commit 38bfd8d

Please sign in to comment.