patch HR correctly
This commit is contained in:
@@ -9,4 +9,11 @@ resources:
|
||||
- sync.yaml
|
||||
patchesStrategicMerge:
|
||||
- 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
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: podinfo
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
version: 6.1.6
|
||||
- op: replace
|
||||
path: /spec/chart/spec/version
|
||||
value: 6.1.6
|
||||
|
||||
Reference in New Issue
Block a user