Change raw helm chart
This commit is contained in:
parent
62f99b1379
commit
089db494c5
|
@ -19,11 +19,11 @@ spec:
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
metadata:
|
metadata:
|
||||||
name: incubator-charts
|
name: raw-charts
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 1m
|
interval: 1m
|
||||||
url: https://charts.helm.sh/incubator
|
url: https://buttahtoast.github.io/helm-charts/
|
||||||
---
|
---
|
||||||
# ================= Release for longhorn =================
|
# ================= Release for longhorn =================
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||||
|
@ -75,10 +75,10 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: raw
|
chart: raw
|
||||||
version: '2.6.x'
|
version: '2.x.x'
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: incubator-charts
|
name: raw-charts
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
interval: 1m
|
interval: 1m
|
||||||
values:
|
values:
|
||||||
|
|
Loading…
Reference in New Issue