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