From 6909afe7a5161c30d658819a5cb1df0e5e0bb332 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Tue, 27 Jul 2021 22:33:48 +0200 Subject: [PATCH] Use varacs wekan helm chart fork for chart apiVersion v2 --- flux2/infrastructure/sources/wekan.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/flux2/infrastructure/sources/wekan.yaml b/flux2/infrastructure/sources/wekan.yaml index 966a53355..1c9082d54 100644 --- a/flux2/infrastructure/sources/wekan.yaml +++ b/flux2/infrastructure/sources/wekan.yaml @@ -6,11 +6,12 @@ metadata: 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/wekan/wekan + # Until Chart apiVersion update PR is not merged, use varac:master for now + url: https://github.com/varac/wekan # 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: v5.41 + branch: update_helmchart + # tag: 5.41 -- GitLab