mattermost-helm
mattermost-helm copied to clipboard
Mattermost Helm charts for Kubernetes
You could provide docs on using a pvc to store backups: apiVersion: v1 kind: PersistentVolumeClaim metadata: name: backup-pv-claim spec: storageClassName: managed-nfs-storage accessModes: - ReadWriteMany resources: requests: storage: 3Gi and in...
When attempting to deploy a newer version of focalboard for example, 9.0 https://hub.docker.com/layers/mattermost/focalboard/0.9.0/images/sha256-31078df7a3c891c5ce7e24dd946e247bcb12fd7a4c8d3ab42b5ebcb956a3519a?context=explore The following error occurs, However, when using the same values and the 6.7 version it does work...
Besides deployment, stateful set would be nice to have as well.
Chart name: mattermost-push-proxy Chart version: 0.5.0 Application version: 5.22.4 Currently push-config.tpl defines the Apple Push certificate file as ``` "ApplePushCertPrivate": "/certs/apple-push-cert.pem" ``` However, in the template `deployment.yaml` the certificate secret...
There is nothing indicating this chart can be used directly with S3. Ive merged in changes to be able to provide the service account the ability to handle IAM Access,...
The deployment does not set the securityContext. Can the securityContext be added to the deployment(s)?
Hi, I did try a bit. I made the Mattermos application start fine. Thought the are no write permissions on the PVC and the container that should be fixed. Logs...
As title.
#### Summary We simplified the script and utilising better the `chart-releaser` CLI. Now we iterate through all charts and we package them but we will upload only the packages are...
I installed Mattermost Team Edition ver 7.2.0 on Kubernetes ver 1.21.14 Alter I register account then mattermost performance slow speed. I check the log pod: ``` {"timestamp":"2022-09-19 09:33:48.001 Z","level":"error","msg":"failed to...