diff --git a/CHANGELOG.md b/CHANGELOG.md index 94784d7391c70ef89ebbf0f1b6f1d0882760134e..4a0b0f9c3c25224c382060fd2305694bb4d032e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- +## [0.1.6-bb.9] - 2021-07-25 +### Changed +- Disabled Ingress HTTP + ## [0.1.6-bb.8] - 2021-07-21 ### Changed - Add openshift toggle, conditionally add port 5353 egress. Changing "openshift:" to true in values.yaml will enable. diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f39880dd28f61794a4ddaa38ea66462925e6fffd..dd951b9e45c09296528c2d58a9042044d9cb80fd 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: mattermost type: application -version: "0.1.6-bb.8" +version: "0.1.6-bb.9" appVersion: "5.36.1" description: "Deployment of mattermost" keywords: diff --git a/chart/templates/mattermost.yaml b/chart/templates/mattermost.yaml index f7d6e6829c56e2572c9f3b62eea5c5ff71190a48..30e835b85cac5963aff06ec8d1ef4eb91c677b34 100644 --- a/chart/templates/mattermost.yaml +++ b/chart/templates/mattermost.yaml @@ -23,6 +23,8 @@ spec: {{- else }} ingressName: "chat.bigbang.dev" {{- end }} + ingressAnnotations: + kubernetes.io/ingress.allow-http: "false" {{- if and .Values.enterprise.enabled .Values.enterprise.license }} licenseSecret: "mattermost-license"