Skip to content

Commit 337cfcc

Browse files
committed
rax-dev-iad3-dev: fix stale chart version pins for a659ab8a2
09aa5fd removed the stray trailing "f" from the a659ab8a2 hash but left the version numbers unchanged. Helm's chart-repo resolution ignores semver build metadata (the "+hash" suffix) when matching, so each pin was silently resolving to whatever pre-fix build already existed under that version number instead of erroring. Bump every chart's version number to the one actually published alongside a659ab8a2 (verified against the tarballs.opendev.org index) so the identity.openrc wiring fix actually gets deployed.
1 parent 09aa5fd commit 337cfcc

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

charts/argocd-understack/values.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ site:
346346
wave: 1
347347
# -- Chart version for Keystone
348348
# renovate: datasource=helm depName=keystone registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
349-
chartVersion: 2026.1.5+a659ab8a2 # -- Glance (Image Service)
349+
chartVersion: 2026.1.10+a659ab8a2 # -- Glance (Image Service)
350350

351351
glance:
352352
# -- Enable/disable deploying Glance
@@ -357,7 +357,7 @@ site:
357357
wave: 2
358358
# -- Chart version for Glance
359359
# renovate: datasource=helm depName=glance registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
360-
chartVersion: 2026.1.5+a659ab8a2
360+
chartVersion: 2026.1.11+a659ab8a2
361361

362362
# -- Cinder (Block Storage Service)
363363
cinder:
@@ -369,7 +369,7 @@ site:
369369
wave: 2
370370
# -- Chart version for Cinder
371371
# renovate: datasource=helm depName=cinder registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
372-
chartVersion: 2026.1.5+a659ab8a2
372+
chartVersion: 2026.1.14+a659ab8a2
373373
# -- Ironic (Bare Metal Service)
374374
ironic:
375375
# -- Enable/disable deploying Ironic
@@ -380,7 +380,7 @@ site:
380380
wave: 2
381381
# -- Chart version for Ironic
382382
# renovate: datasource=helm depName=ironic registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
383-
chartVersion: 2026.1.7+a659ab8a2
383+
chartVersion: 2026.1.10+a659ab8a2
384384
# -- Neutron (Networking Service)
385385
neutron:
386386
# -- Enable/disable deploying Neutron
@@ -391,7 +391,7 @@ site:
391391
wave: 2
392392
# -- Chart version for Neutron
393393
# renovate: datasource=helm depName=neutron registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
394-
chartVersion: 2026.1.8+a659ab8a2
394+
chartVersion: 2026.1.15+a659ab8a2
395395

396396
# -- Placement (Placement Service)
397397
placement:
@@ -403,7 +403,7 @@ site:
403403
wave: 2
404404
# -- Chart version for Placement
405405
# renovate: datasource=helm depName=placement registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
406-
chartVersion: 2026.1.4+a659ab8a2
406+
chartVersion: 2026.1.7+a659ab8a2
407407

408408
# -- Nova (Compute Service)
409409
nova:
@@ -427,7 +427,7 @@ site:
427427
wave: 3
428428
# -- Chart version for Octavia
429429
# renovate: datasource=helm depName=octavia registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
430-
chartVersion: 2026.1.4+a659ab8a2
430+
chartVersion: 2026.1.7+a659ab8a2
431431

432432
# -- Horizon (Dashboard)
433433
horizon:
@@ -439,7 +439,7 @@ site:
439439
wave: 4
440440
# -- Chart version for Horizon
441441
# renovate: datasource=helm depName=horizon registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
442-
chartVersion: 2026.1.2+a659ab8a2
442+
chartVersion: 2026.1.8+a659ab8a2
443443

444444
# -- Skyline (Dashboard)
445445
skyline:
@@ -451,7 +451,7 @@ site:
451451
wave: 4
452452
# -- Chart version for Skyline
453453
# renovate: datasource=helm depName=skyline registryUrl=https://tarballs.opendev.org/openstack/openstack-helm
454-
chartVersion: 2026.1.2+a659ab8a2
454+
chartVersion: 2026.1.3+a659ab8a2
455455

456456
# -- Open vSwitch (Networking)
457457
openvswitch:

0 commit comments

Comments
 (0)