File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/keycloak-adapter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type: application
14
14
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
- version : 1.5.7
17
+ version : 1.5.8
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change 14
14
spec :
15
15
containers :
16
16
- name : {{ .Release.Name }}-keycloak-adapter
17
- image : " {{ .Values.keycloak_adapter.imageRepository }}:{{ .Values.keycloak_adapter.imageTag }}" ß"
17
+ image : " {{ .Values.keycloak_adapter.imageRepository }}:{{ .Values.keycloak_adapter.imageTag }}"
18
18
ports :
19
19
- containerPort : 9000
20
20
envFrom :
You can’t perform that action at this time.
0 commit comments