This commit is contained in:
2025-02-15 04:16:28 +01:00
parent 88edd90c9e
commit a1ccd9b018
4 changed files with 24079 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: k8up
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: k8up-io
namespace: k8up
spec:
interval: 24h
url: https://k8up-io.github.io/k8up
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: k8up
namespace: k8up
spec:
interval: 30m
chart:
spec:
chart: k8up
version: 4.8.3
sourceRef:
kind: HelmRepository
name: k8up-io
namespace: k8up
interval: 12h
values: {}