fix(platform): correct helm valueFiles field name for ArgoCD 3.x
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
|||||||
chart: cert-manager
|
chart: cert-manager
|
||||||
targetRevision: v1.17.2
|
targetRevision: v1.17.2
|
||||||
helm:
|
helm:
|
||||||
valuesFiles:
|
valueFiles:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ spec:
|
|||||||
chart: external-dns
|
chart: external-dns
|
||||||
targetRevision: 1.15.1
|
targetRevision: 1.15.1
|
||||||
helm:
|
helm:
|
||||||
valuesFiles:
|
valueFiles:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ spec:
|
|||||||
chart: external-secrets
|
chart: external-secrets
|
||||||
targetRevision: 0.14.4
|
targetRevision: 0.14.4
|
||||||
helm:
|
helm:
|
||||||
valuesFiles:
|
valueFiles:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ spec:
|
|||||||
chart: ingress-nginx
|
chart: ingress-nginx
|
||||||
targetRevision: 4.12.1
|
targetRevision: 4.12.1
|
||||||
helm:
|
helm:
|
||||||
valuesFiles:
|
valueFiles:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ spec:
|
|||||||
chart: connect
|
chart: connect
|
||||||
targetRevision: 1.16.0
|
targetRevision: 1.16.0
|
||||||
helm:
|
helm:
|
||||||
valuesFiles:
|
valueFiles:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|||||||
Reference in New Issue
Block a user