Skip to content

Commit

Permalink
Merge pull request #16 from orkes-io/release_v2.3.4
Browse files Browse the repository at this point in the history
Update version appVersion in chart.yaml file
  • Loading branch information
boney9 authored Jan 10, 2023
2 parents 6be2bf1 + 038aa0c commit edd2892
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/orkes-conductor-standalone/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Orkes Conductor Standalone (recommended only for testing and develo

type: application

version: 2.3.1
appVersion: "2.1.106"
version: 2.3.4
appVersion: "2.3.4"
4 changes: 2 additions & 2 deletions charts/orkes-conductor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Orkes Conductor

type: application

version: 2.3.1
appVersion: "2.1.106"
version: 2.3.4
appVersion: "2.3.4"
2 changes: 2 additions & 0 deletions charts/orkes-conductor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ spec:
value: {{ .Values.security.oidc.audience | quote }}
- name: conductor.security.oidc.metadataUrl
value: {{ .Values.security.oidc.metadataUrl | quote }}
- name: conductor.security.oidc.claims.email
value: {{ .Values.security.oidc.emailClaim | quote }}
{{- end }}
{{- if .Values.security.okta }}
#### Security - OKTA ####
Expand Down
1 change: 1 addition & 0 deletions charts/orkes-conductor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ security:
# clientId:
# audience:
# metadataUrl:
# emailClaim:
# okta:
# clientId:
# audience:
Expand Down

0 comments on commit edd2892

Please sign in to comment.