try v2
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
d5a5ce928f
commit
1dfa91cf8f
|
@ -1,4 +1,4 @@
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: podinfo
|
name: podinfo
|
||||||
|
@ -7,11 +7,12 @@ spec:
|
||||||
releaseName: podinfo
|
releaseName: podinfo
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
|
version: '6.6.3'
|
||||||
chart: podinfo
|
chart: podinfo
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: podinfo
|
name: podinfo
|
||||||
interval: 50m
|
interval: 10m
|
||||||
install:
|
install:
|
||||||
remediation:
|
remediation:
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
Loading…
Reference in New Issue