Skip to content

Commit 4cea6d7

Browse files
fix typo in jitsi
1 parent 7a9abec commit 4cea6d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/jitsi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.5.7
17+
version: 1.5.8
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.

charts/jitsi/templates/keycloak-adapter/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- 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 }}"
1818
ports:
1919
- containerPort: 9000
2020
envFrom:

0 commit comments

Comments
 (0)