Skip to content

Commit

Permalink
fix typo in jitsi
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jan 9, 2025
1 parent 7a9abec commit 4cea6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/jitsi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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.5.7
version: 1.5.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion charts/jitsi/templates/keycloak-adapter/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: {{ .Release.Name }}-keycloak-adapter
image: "{{ .Values.keycloak_adapter.imageRepository }}:{{ .Values.keycloak_adapter.imageTag }}"ß"
image: "{{ .Values.keycloak_adapter.imageRepository }}:{{ .Values.keycloak_adapter.imageTag }}"
ports:
- containerPort: 9000
envFrom:
Expand Down

0 comments on commit 4cea6d7

Please sign in to comment.