Skip to content
Snippets Groups Projects
Commit 41c401f8 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '900-use-rocketchat-helm-repo' into 'master'

Resolve "Use rocketchat helm repo"

Closes #900

See merge request openappstack/openappstack!489
parents 691a9a85 945a41e5
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@ spec:
chart:
spec:
chart: rocketchat
version: 2.0.10
# NOTE: Change the GitRepository yaml file if you want a different version
sourceRef:
kind: HelmRepository
name: helm-stable
kind: GitRepository
name: rocketchat-helm-chart
namespace: flux-system
interval: 1h
install:
......
......@@ -106,8 +106,9 @@ data:
memory: 768Mi
mongodb:
mongodbRootPassword: ${mongodb_root_password}
mongodbPassword: ${mongodb_password}
auth:
rootPassword: ${mongodb_root_password}
password: ${mongodb_password}
podAnnotations:
# Let the backup system include rocketchat data stored in mongodb.
backup.velero.io/backup-volumes: "datadir"
......
......@@ -11,6 +11,7 @@ resources:
- local-path-provisioner.yaml
- nextcloud.yaml
- prometheus-community.yaml
- rocketchat-helm-chart.yaml
- single-sign-on.yaml
- vmware-tanzu.yaml
- wekan.yaml
......
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
name: rocketchat-helm-chart
spec:
# The interval at which to check the upstream for updates
interval: 1h
# The repository URL, can be a HTTP/S or SSH address
url: https://github.com/greenhost/rocketchat-helm-chart
# The Git reference to checkout and monitor for changes
# (defaults to master)
# For all available options, see:
# https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef
ref:
branch: openappstack
tag: 3.1.0-gh2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment