From fbcda0b881ccd1d48eda9b30880106cddba35389 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Mon, 7 Mar 2022 22:04:18 -0800 Subject: [PATCH] Add chart source for wiki.js --- wiki.js/source.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 wiki.js/source.yaml diff --git a/wiki.js/source.yaml b/wiki.js/source.yaml new file mode 100644 index 0000000..91b3871 --- /dev/null +++ b/wiki.js/source.yaml @@ -0,0 +1,9 @@ +--- +apiVersion: source.toolkit.fluxcd.io/v1beta1 +kind: HelmRepository +metadata: + name: requarks + namespace: flux-system +spec: + interval: 3m0s + url: https://charts.js.wiki \ No newline at end of file