diff --git a/charts/phrasea/Chart.yaml b/charts/phrasea/Chart.yaml index 099488a..9853653 100644 --- a/charts/phrasea/Chart.yaml +++ b/charts/phrasea/Chart.yaml @@ -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 diff --git a/charts/phrasea/templates/keycloak/keycloak-deployment.yaml b/charts/phrasea/templates/keycloak/keycloak-deployment.yaml index c9b4965..3510c6f 100644 --- a/charts/phrasea/templates/keycloak/keycloak-deployment.yaml +++ b/charts/phrasea/templates/keycloak/keycloak-deployment.yaml @@ -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 }}