mattermost-helm
mattermost-helm copied to clipboard
Mattermost Helm charts for Kubernetes
Signed-off-by: garcia.ryan #### Summary Updating section of README for mattermost team edition to use `config` values with ENV vars rather than `configJSON` items per issue #238 . Also updating a...
There are some outdated links to the archived `helm/charts` repo in some files, see: https://github.com/search?q=repo%3Amattermost%2Fmattermost-helm%20%22https%3A%2F%2Fgithub.com%2Fhelm%2Fcharts%22&type=code
… HTTP/S termination options for liveness/readiness/startup probes #### Summary Adds a configuration option and settings in the deployment to facilitate TLS enabled pods #### Description Adds a ```probeScheme``` setting in...
mysql password should be able to reference Kubernetes secret specified in values.yaml
#### Summary PR proposes a possible solution to the issue we are facing when trying to have `rtcd` listen on a privileged port (lower than 1024). So far we've tested...
#### Summary Hi, this pull request introduces a configuration parameter in the `values.yaml`, that allows to configure the `securityContext` on pod level. I've implemented this feature, as the pod level...
Reasons to drop `mysqlha` in Mattermost: 1. Some docs mentions about deprecation. > MySQL databases are now deprecated in Mattermost. [^1] 2. Chart still uses [mysqlha](https://github.com/mattermost/mattermost-helm/blob/02228aa9356b2a86d39aede9d09d0af3de6d5e26/charts/mattermost-enterprise-edition/Chart.yaml#L29-L32) but that repo [deprecated](https://github.com/helm/charts/blob/master/incubator/mysqlha/README.md#%EF%B8%8F-repo-archive-notice)...
As per the Security updates listed, there is MMSA-2024-00345 with a Severity of "high" and fixed version 9.5.6, but the latest Helm Chart I could find for ESR versions is...
Summary Helm deployment of mattermost enterprise edition(8.1.13) on OpenShift 4.14.24 as a testing environment for production. Also, tested on local minikube v1.33.1 which fails as well. However this does work...