From f49c6a94a59cdc0946dd8b89153d99e3ac804880 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 13 Oct 2023 16:01:15 -0400 Subject: [PATCH] Add runix repo --- base/runix/runix-helm-repo.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 base/runix/runix-helm-repo.yaml diff --git a/base/runix/runix-helm-repo.yaml b/base/runix/runix-helm-repo.yaml new file mode 100644 index 0000000..2c23a5d --- /dev/null +++ b/base/runix/runix-helm-repo.yaml @@ -0,0 +1,8 @@ +apiVersion: source.toolkit.fluxcd.io/v1beta1 +kind: HelmRepository +metadata: + name: runix + namespace: flux-system +spec: + interval: 5m0s + url: "https://helm.runix.net"