mattermost-helm icon indicating copy to clipboard operation
mattermost-helm copied to clipboard

Mattermost Helm charts for Kubernetes

Results 84 mattermost-helm issues
Sort by recently updated
recently updated
newest added

Hey, there seems to be no way to get the `RTCD_RTC_ICESERVERS` environment variable to be applied when provided via a values.yaml file. Here are examples I tried: - ```yaml daemonset:...

Triage

I don't see filestore options from either the enterprise edition or the team edition values.yaml file, e.g. https://github.com/helm/charts/blob/master/stable/mattermost-team-edition/values.yaml Can I just add the option to it in the following way?...

#### Summary This settings allow do calls in mattermost ver. 7 - https://docs.mattermost.com/channels/make-calls.html

Lifecycle/1:stale

I'm trying to deploy focalboard using the helm chart, but pod fails to start with this error: 2022/07/29 15:44:04 Focalboard Server 2022/07/29 15:44:04 Version: 0.6.7 2022/07/29 15:44:04 Edition: linux 2022/07/29...

The fix for nodeSelector, affinity, tolerations indentation. Issue link: https://github.com/mattermost/mattermost-helm/issues/212 values-dev.yaml: ```yaml nodeSelector: app: dms tolerations: - key: app operator: Equal value: dms effect: NoExecute ``` Cutted unnecessary part. ```yaml...

2: Reviews Complete
Lifecycle/1:stale

Hello, ``` k api-resources |grep ingress ingressclasses networking.k8s.io/v1 false IngressClass ingresses ing networking.k8s.io/v1 true Ingress ``` ``` helm upgrade -n x mattermost mattermost/mattermost-team-edition -f apps/mattermost/values.yaml --dry-run Error: UPGRADE FAILED: unable...

Chart version: 5.4.0 K8s version: 1.21.4 When redeploying or updating, the helm chart creates a new PV and a new PVC claim instead of re-using the old ones. ``` pvc-00563e91-ddde-40f7-9f14-d394324ec8b3...

#### Summary I messed up the default value for extraEnv in #316. This fixes the jobserver.extraEnv to be an array, which is what the template is expecting Without this change,...

Lifecycle/1:stale

#### Summary Added securityContext on mattermost-operator helm chart deployment #### Ticket Link This just add securityContext on mattermost-operator helm chart deployment as discussed on https://github.com/mattermost/mattermost-helm/issues/339.

Lifecycle/1:stale

With `networking.k8s.io/v1`, the Class.Spec expects the attribute `ingressClassName`. Example: ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: #... spec: ingressClassName: nginx ``` `ingressClassName` should be configurable via `.Values`