patch HR correctly
This commit is contained in:
@@ -9,4 +9,11 @@ resources:
|
|||||||
- sync.yaml
|
- sync.yaml
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- nginx-tag.yaml
|
- nginx-tag.yaml
|
||||||
- podinfo-version.yaml
|
patchesJson6902:
|
||||||
|
- target:
|
||||||
|
group: helm.toolkit.fluxcd.io
|
||||||
|
version: v2beta1
|
||||||
|
kind: HelmRelease
|
||||||
|
name: podinfo
|
||||||
|
namespace: dev
|
||||||
|
path: podinfo-version.yaml
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
- op: replace
|
||||||
kind: HelmRelease
|
path: /spec/chart/spec/version
|
||||||
metadata:
|
value: 6.1.6
|
||||||
name: podinfo
|
|
||||||
spec:
|
|
||||||
chart:
|
|
||||||
spec:
|
|
||||||
version: 6.1.6
|
|
||||||
|
|||||||
Reference in New Issue
Block a user