Skip to content

Commit 6f37728

Browse files
committed
feat: wip
1 parent f64ab9a commit 6f37728

8 files changed

Lines changed: 20 additions & 20 deletions

File tree

0.updatecli/argocd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ targets:
4545
sourceid: argocd
4646
spec:
4747
file: capi.argo/helm/cluster/values.yaml
48-
key: 'argo.apps.version'
48+
key: '$.argo.apps.version'
4949
value: '{{ source "argocd" }}'

0.updatecli/cert-manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ targets:
7070
sourceid: cert-manager
7171
spec:
7272
file: capi.argo/helm/cluster/values.yaml
73-
key: "certManager.version"
73+
key: "$.certManager.version"
7474
value: '{{ source "cert-manager" }}'
7575
bumptrust-manager:
7676
kind: yaml
@@ -79,5 +79,5 @@ targets:
7979
sourceid: trust-manager
8080
spec:
8181
file: capi.argo/helm/cluster/values.yaml
82-
key: "trustManager.version"
82+
key: "$.trustManager.version"
8383
value: '{{ source "trust-manager" }}'

0.updatecli/cilium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ targets:
4646
scmid: default
4747
spec:
4848
file: capi.argo/helm/cluster/values.yaml
49-
key: "cilium.version"
49+
key: "$.cilium.version"
5050
value: '{{ source "cilium" }}'

0.updatecli/cluster-api.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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.updatecli/dns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ targets:
4545
scmid: default
4646
spec:
4747
file: capi.argo/helm/dns/values.yaml
48-
key: "externalDns.version"
48+
key: "$.externalDns.version"
4949
value: '{{ source "externalDns" }}'

0.updatecli/kyverno.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ targets:
5959
sourceid: kyverno
6060
spec:
6161
file: capi.argo/helm/cluster/values.yaml
62-
key: "kyverno.version"
62+
key: "$.kyverno.version"
6363
value: '{{ source "kyverno" }}'
6464
bumpKyvernoPoliciesHelm:
6565
name: "Update kyverno policies helm"
@@ -68,7 +68,7 @@ targets:
6868
sourceid: kyvernoPolicies
6969
spec:
7070
file: capi.argo/helm/cluster/values.yaml
71-
key: "kyverno.policies"
71+
key: "$.kyverno.policies"
7272
value: '{{ source "kyvernoPolicies" }}'
7373
bumpPolicyReporterHelm:
7474
name: "Update policy-reporter helm"
@@ -77,5 +77,5 @@ targets:
7777
sourceid: policyReporter
7878
spec:
7979
file: capi.argo/helm/cluster/values.yaml
80-
key: "kyverno.reporter"
80+
key: "$.kyverno.reporter"
8181
value: '{{ source "policyReporter" }}'

0.updatecli/talos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ targets:
6565
sourceid: qemuGuestAgent
6666
spec:
6767
file: capi.argo/helm/cluster/values.yaml
68-
key: "extensions.qemuGuestAgent.image"
68+
key: "$.extensions.qemuGuestAgent.image"
6969
value: 'ghcr.io/siderolabs/qemu-guest-agent:{{ source "qemuGuestAgent" }}'
7070
bumpInstallImage:
7171
name: "Update Talos Install Image"
@@ -74,5 +74,5 @@ targets:
7474
sourceid: factoryTalosV2
7575
spec:
7676
file: capi.argo/helm/cluster/values.yaml
77-
key: "controlPlane.installImage"
77+
key: "$.controlPlane.installImage"
7878
value: 'factory.talos.dev/nocloud-installer/{{ source "factoryTalosV2" }}:{{ source "talos" }}'

0.updatecli/traefik.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ targets:
7979
sourceid: traefik
8080
spec:
8181
file: capi.argo/helm/cluster/values.yaml
82-
key: traefik.version
82+
key: $.traefik.version
8383
value: '{{ source "traefik" }}'
8484
bumpCrowdSecPluginMultiNode:
8585
kind: yaml
@@ -88,7 +88,7 @@ targets:
8888
sourceid: pluginsCrowdSec
8989
spec:
9090
file: capi.argo/helm/cluster/values.yaml
91-
key: traefik.plugins.bouncer.version
91+
key: $.traefik.plugins.bouncer.version
9292
value: '{{ source "pluginsCrowdSec" }}'
9393
bumpSablierPluginMultiNode:
9494
kind: yaml
@@ -97,5 +97,5 @@ targets:
9797
sourceid: pluginsSablier
9898
spec:
9999
file: capi.argo/helm/cluster/values.yaml
100-
key: traefik.plugins.sablier.version
100+
key: $.traefik.plugins.sablier.version
101101
value: '{{ source "pluginsSablier" }}'

0 commit comments

Comments
 (0)