Skip to content

Commit 59454e7

Browse files
authored
Merge pull request #1953 from bosch-io/bugfix/ws-ingress-auth-fix
bugfix/ws-ingress-auth-fix
2 parents fe3c928 + 0cbd96b commit 59454e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deployment/helm/ditto/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: |
1616
A digital twin is a virtual, cloud based, representation of his real world counterpart
1717
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
1818
type: application
19-
version: 3.5.6 # chart version is effectively set by release-job
19+
version: 3.5.7 # chart version is effectively set by release-job
2020
appVersion: 3.5.6
2121
keywords:
2222
- iot-chart

deployment/helm/ditto/templates/nginx-ingress-ws.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ metadata:
2525
{{- with .Values.ingress.ws.annotations }}
2626
{{- toYaml . | nindent 4 }}
2727
{{- end }}
28+
{{ tpl .Values.ingress.api.kubernetesAuthAnnotations . | nindent 4}}
2829
spec:
2930
ingressClassName: {{ .Values.ingress.className }}
3031
defaultBackend:

0 commit comments

Comments
 (0)