Skip to content
Snippets Groups Projects
Commit 7174feb5 authored by Arie Peterson's avatar Arie Peterson
Browse files

Switch to our fork of rocketchat helm chart

parent 691a9a85
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:
......
......@@ -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
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