Skip to content

Commit 2ca1f78

Browse files
committed
chore(argocd): bump versions of components to match AppSets
This bumps the versions of various components to match what's in the AppSets.
1 parent 222bd47 commit 2ca1f78

3 files changed

Lines changed: 15 additions & 11 deletions

File tree

charts/argocd-understack/templates/application-cert-manager.yaml.tpl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ spec:
1616
helm:
1717
releaseName: cert-manager
1818
valuesObject:
19+
config:
20+
apiVersion: controller.config.cert-manager.io/v1alpha1
21+
enableGatewayAPI: true
22+
kind: ControllerConfiguration
1923
crds:
2024
enabled: true
2125
repoURL: https://charts.jetstack.io
22-
targetRevision: 1.18.2
26+
targetRevision: 1.19.2
2327
syncPolicy:
2428
automated:
2529
prune: true

charts/argocd-understack/templates/application-external-dns.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
valueFiles:
2020
- $deploy/{{ $.Release.Name }}/helm-configs/external-dns.yaml
2121
repoURL: ghcr.io/rackerlabs/charts
22-
targetRevision: 0.1.0
22+
targetRevision: 0.2.0
2323
- path: {{ $.Release.Name }}/manifests/external-dns
2424
ref: deploy
2525
repoURL: {{ include "understack.deploy_url" $ }}

charts/argocd-understack/values.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ site:
231231
wave: 1
232232
# -- Chart version for Keystone
233233
# renovate: datasource=helm depName=keystone registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
234-
chartVersion: 2025.2.6+9b270fe35
234+
chartVersion: 2025.2.7+01c93d867
235235

236236
# -- Glance (Image Service)
237237
glance:
@@ -243,7 +243,7 @@ site:
243243
wave: 2
244244
# -- Chart version for Glance
245245
# renovate: datasource=helm depName=glance registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
246-
chartVersion: 2025.2.6+9b270fe35
246+
chartVersion: 2025.2.7+01c93d867
247247

248248
# -- Cinder (Block Storage Service)
249249
cinder:
@@ -267,7 +267,7 @@ site:
267267
wave: 2
268268
# -- Chart version for Ironic
269269
# renovate: datasource=helm depName=ironic registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
270-
chartVersion: 2025.2.5+e61f0342c
270+
chartVersion: 2025.2.8+01c93d867
271271

272272
# -- Neutron (Networking Service)
273273
neutron:
@@ -279,7 +279,7 @@ site:
279279
wave: 2
280280
# -- Chart version for Neutron
281281
# renovate: datasource=helm depName=neutron registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
282-
chartVersion: 2025.2.12+9cc7c1ea9
282+
chartVersion: 2025.2.15+01c93d867
283283

284284
# -- Placement (Placement Service)
285285
placement:
@@ -291,7 +291,7 @@ site:
291291
wave: 2
292292
# -- Chart version for Placement
293293
# renovate: datasource=helm depName=placement registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
294-
chartVersion: 2025.2.4+9b270fe35
294+
chartVersion: 2025.2.5+01c93d867
295295

296296
# -- Nova (Compute Service)
297297
nova:
@@ -315,7 +315,7 @@ site:
315315
wave: 3
316316
# -- Chart version for Octavia
317317
# renovate: datasource=helm depName=octavia registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
318-
chartVersion: 2025.2.7+9b270fe35
318+
chartVersion: 2025.2.8+01c93d867
319319

320320
# -- Horizon (Dashboard)
321321
horizon:
@@ -327,7 +327,7 @@ site:
327327
wave: 4
328328
# -- Chart version for Horizon
329329
# renovate: datasource=helm depName=horizon registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
330-
chartVersion: 2025.2.3+9b270fe35
330+
chartVersion: 2025.2.4+01c93d867
331331

332332
# -- Skyline (Dashboard)
333333
skyline:
@@ -338,8 +338,8 @@ site:
338338
# @default -- 4
339339
wave: 4
340340
# -- Chart version for Skyline
341-
# renovate: datasource=helm depName=horizon registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
342-
chartVersion: 2025.2.3+b6bb28b51
341+
# renovate: datasource=helm depName=skyline registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
342+
chartVersion: 2025.2.5+01c93d867
343343

344344
# -- Open vSwitch (Networking)
345345
openvswitch:

0 commit comments

Comments
 (0)