From 87ee00030853ff4df73040ec770e8337e467fe56 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Sun, 1 Aug 2021 18:06:25 +0200 Subject: [PATCH] Use upstream chart v5.42 --- flux2/infrastructure/sources/wekan.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/flux2/infrastructure/sources/wekan.yaml b/flux2/infrastructure/sources/wekan.yaml index e5c9144d1..283e57d5e 100644 --- a/flux2/infrastructure/sources/wekan.yaml +++ b/flux2/infrastructure/sources/wekan.yaml @@ -6,13 +6,10 @@ metadata: spec: # The interval at which to check the upstream for updates interval: 1h - # Until [Chart apiVersion update PR](https://github.com/wekan/wekan/pull/3933) - # is not merged, use varac:master for now - url: https://github.com/varac/wekan + url: https://github.com/wekan/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: - branch: update_helmchart - # tag: 5.41 + tag: "v5.42" -- GitLab