Skip to content

Commit

Permalink
remove keycloak option
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Jul 23, 2024
1 parent d651078 commit d246e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/phrasea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.2.2
version: 1.2.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.17.0
appVersion: 1.17.1

dependencies:
- name: elasticsearch
Expand Down
3 changes: 0 additions & 3 deletions charts/phrasea/templates/keycloak/keycloak-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ spec:
image: {{ $.Values.repository.baseurl }}/ps-keycloak:{{ $.Values.repository.tag }}
args:
- 'start'
{{- if $.Values.security.verifySsl }}
- '--hostname-strict-https=false'
{{- end }}
{{- if not (eq "latest" $.Values.repository.tag) }}
imagePullPolicy: Always
{{- end }}
Expand Down

0 comments on commit d246e71

Please sign in to comment.