Skip to content

Commit

Permalink
Merge remote-tracking branch 'mist-ce/staging' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
d-mo committed Jul 26, 2019
2 parents 0f5244c + bf0c97b commit 115966e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Bugfix: Fix volume actions & attachment info update in UI
* Bugfix: Fix volume parsing in DigitalOcean and OpenStack
* Bugfix: Fix detach_volume in OpenStack driver
* Bugfix: Dont throw exception when landing content page is unreachable

## v4.1.0 (21 May 2019)

Expand Down
3 changes: 1 addition & 2 deletions chart/mist/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
annotations:
kubernetes.io/ingress.class: nginx
{{- if .Values.http.tlsSecret }}
ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
{{- if .Values.http.http2 }}
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
Expand Down Expand Up @@ -39,4 +39,3 @@ spec:
- backend:
serviceName: {{ include "chart.fullname" . }}-nginx
servicePort: 80
path: /*
2 changes: 1 addition & 1 deletion landing

0 comments on commit 115966e

Please sign in to comment.