Skip to content

Commit ab6e873

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 f19961b commit ab6e873

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
@@ -225,7 +225,7 @@ site:
225225
wave: 1
226226
# -- Chart version for Keystone
227227
# renovate: datasource=helm depName=keystone registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
228-
chartVersion: 2025.2.6+9b270fe35
228+
chartVersion: 2025.2.7+01c93d867
229229

230230
# -- Glance (Image Service)
231231
glance:
@@ -237,7 +237,7 @@ site:
237237
wave: 2
238238
# -- Chart version for Glance
239239
# renovate: datasource=helm depName=glance registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
240-
chartVersion: 2025.2.6+9b270fe35
240+
chartVersion: 2025.2.7+01c93d867
241241

242242
# -- Cinder (Block Storage Service)
243243
cinder:
@@ -261,7 +261,7 @@ site:
261261
wave: 2
262262
# -- Chart version for Ironic
263263
# renovate: datasource=helm depName=ironic registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
264-
chartVersion: 2025.2.5+e61f0342c
264+
chartVersion: 2025.2.8+01c93d867
265265

266266
# -- Neutron (Networking Service)
267267
neutron:
@@ -273,7 +273,7 @@ site:
273273
wave: 2
274274
# -- Chart version for Neutron
275275
# renovate: datasource=helm depName=neutron registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
276-
chartVersion: 2025.2.12+9cc7c1ea9
276+
chartVersion: 2025.2.15+01c93d867
277277

278278
# -- Placement (Placement Service)
279279
placement:
@@ -285,7 +285,7 @@ site:
285285
wave: 2
286286
# -- Chart version for Placement
287287
# renovate: datasource=helm depName=placement registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
288-
chartVersion: 2025.2.4+9b270fe35
288+
chartVersion: 2025.2.5+01c93d867
289289

290290
# -- Nova (Compute Service)
291291
nova:
@@ -309,7 +309,7 @@ site:
309309
wave: 3
310310
# -- Chart version for Octavia
311311
# renovate: datasource=helm depName=octavia registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
312-
chartVersion: 2025.2.7+9b270fe35
312+
chartVersion: 2025.2.8+01c93d867
313313

314314
# -- Horizon (Dashboard)
315315
horizon:
@@ -321,7 +321,7 @@ site:
321321
wave: 4
322322
# -- Chart version for Horizon
323323
# renovate: datasource=helm depName=horizon registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
324-
chartVersion: 2025.2.3+9b270fe35
324+
chartVersion: 2025.2.4+01c93d867
325325

326326
# -- Skyline (Dashboard)
327327
skyline:
@@ -332,8 +332,8 @@ site:
332332
# @default -- 4
333333
wave: 4
334334
# -- Chart version for Skyline
335-
# renovate: datasource=helm depName=horizon registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
336-
chartVersion: 2025.2.3+b6bb28b51
335+
# renovate: datasource=helm depName=skyline registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
336+
chartVersion: 2025.2.5+01c93d867
337337

338338
# -- Open vSwitch (Networking)
339339
openvswitch:

0 commit comments

Comments
 (0)