mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 21:11:02 +00:00
14 lines
244 B
YAML
14 lines
244 B
YAML
|
|
---
|
||
|
|
apiVersion: helm.cattle.io/v1
|
||
|
|
kind: HelmChart
|
||
|
|
metadata:
|
||
|
|
name: helm-operator
|
||
|
|
namespace: kube-system
|
||
|
|
spec:
|
||
|
|
chart: helm-operator
|
||
|
|
repo: https://charts.fluxcd.io
|
||
|
|
version: ${version}
|
||
|
|
targetNamespace: flux
|
||
|
|
set:
|
||
|
|
helm.versions: v3
|