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

Merge branch '1096-use-helmrepository-instead-of-gitrepository-for-zulip' into 'main'

Resolve "Use helmRepository instead of gitRepository for Zulip"

Closes #1096

See merge request stackspin/stackspin!764
parents 352e0042 d90285f7
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,11 @@ spec:
releaseName: zulip
chart:
spec:
chart: ./kubernetes/chart/zulip
# NOTE: Change the GitRepository yaml file if you want a different version
# renovate: registryUrl=https://greenhost.github.io/docker-zulip
chart: zulip
version: 0.2.1
sourceRef:
kind: GitRepository
kind: HelmRepository
name: zulip-helm-chart
namespace: flux-system
interval: 1h
......
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
kind: HelmRepository
metadata:
name: zulip-helm-chart
namespace: flux-system
......@@ -8,10 +8,4 @@ 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/docker-zulip
# 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:
tag: chart-0.2.0
url: https://greenhost.github.io/docker-zulip
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