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