@@ -114,7 +114,7 @@ targets:
114114 sourceid : coreClusterAPI
115115 spec :
116116 file : capi.argo/infra/app/cluster-api/app.yaml
117- key : spec.source.helm.valuesObject.core.cluster-api.version
117+ key : $. spec.source.helm.valuesObject.core.cluster-api.version
118118 value : ' {{ source "coreClusterAPI" }}'
119119 bumpInfrastructureProxmoxClusterAPI :
120120 kind : yaml
@@ -123,7 +123,7 @@ targets:
123123 sourceid : infrastructureProxmoxClusterAPI
124124 spec :
125125 file : capi.argo/infra/app/cluster-api/app.yaml
126- key : spec.source.helm.valuesObject.infrastructure.proxmox.version
126+ key : $. spec.source.helm.valuesObject.infrastructure.proxmox.version
127127 value : ' {{ source "infrastructureProxmoxClusterAPI" }}'
128128 bumpControlPlaneTalosClusterAPI :
129129 kind : yaml
@@ -132,7 +132,7 @@ targets:
132132 sourceid : controlPlaneTalosClusterAPI
133133 spec :
134134 file : capi.argo/infra/app/cluster-api/app.yaml
135- key : spec.source.helm.valuesObject.controlPlane.talos.version
135+ key : $. spec.source.helm.valuesObject.controlPlane.talos.version
136136 value : ' {{ source "controlPlaneTalosClusterAPI" }}'
137137 bumpBootstrapTalosClusterAPI :
138138 kind : yaml
@@ -141,7 +141,7 @@ targets:
141141 sourceid : bootstrapTalosClusterAPI
142142 spec :
143143 file : capi.argo/infra/app/cluster-api/app.yaml
144- key : spec.source.helm.valuesObject.bootstrap.talos.version
144+ key : $. spec.source.helm.valuesObject.bootstrap.talos.version
145145 value : ' {{ source "bootstrapTalosClusterAPI" }}'
146146 bumpIpamInClusterClusterAPI :
147147 kind : yaml
@@ -150,7 +150,7 @@ targets:
150150 sourceid : ipamInClusterClusterAPI
151151 spec :
152152 file : capi.argo/infra/app/cluster-api/app.yaml
153- key : spec.source.helm.valuesObject.ipam.in-cluster.version
153+ key : $. spec.source.helm.valuesObject.ipam.in-cluster.version
154154 value : ' {{ source "ipamInClusterClusterAPI" }}'
155155 bumpAddonHelmClusterAPI :
156156 kind : yaml
@@ -159,7 +159,7 @@ targets:
159159 sourceid : addonHelmClusterAPI
160160 spec :
161161 file : capi.argo/infra/app/cluster-api/app.yaml
162- key : spec.source.helm.valuesObject.addon.helm.version
162+ key : $. spec.source.helm.valuesObject.addon.helm.version
163163 value : ' {{ source "addonHelmClusterAPI" }}'
164164 bumpOperatorClusterAPI :
165165 kind : yaml
@@ -168,5 +168,5 @@ targets:
168168 sourceid : operatorClusterAPI
169169 spec :
170170 file : capi.argo/infra/app/cluster-api/app.yaml
171- key : spec.source.targetRevision
171+ key : $. spec.source.targetRevision
172172 value : ' {{ source "operatorClusterAPI" }}'
0 commit comments