use v2
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
b341ea51fa
commit
ae991fc2ce
|
@ -1,4 +1,4 @@
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: fp
|
name: fp
|
||||||
|
@ -11,7 +11,8 @@ spec:
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: fp
|
name: fp
|
||||||
valuesFile: ./charts/fp/values-dev.yaml
|
valuesFiles:
|
||||||
|
- ./charts/fp/values-dev.yaml
|
||||||
interval: 1m
|
interval: 1m
|
||||||
install:
|
install:
|
||||||
remediation:
|
remediation:
|
||||||
|
|
Loading…
Reference in New Issue