Skip to content

Commit a0694ea

Browse files
PUC-975: changing container repo for tag heat:2024.2-ubuntu_jammy
1 parent a127b1d commit a0694ea

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

components/images-openstack.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ images:
55

66
tags:
77
# these are common across all these OpenStack Helm installations
8-
bootstrap: "docker.io/openstackhelm/heat:2024.2-ubuntu_jammy"
9-
db_init: "docker.io/openstackhelm/heat:2024.2-ubuntu_jammy"
10-
db_drop: "docker.io/openstackhelm/heat:2024.2-ubuntu_jammy"
11-
ks_user: "docker.io/openstackhelm/heat:2024.2-ubuntu_jammy"
12-
ks_service: "docker.io/openstackhelm/heat:2024.2-ubuntu_jammy"
13-
ks_endpoints: "docker.io/openstackhelm/heat:2024.2-ubuntu_jammy"
8+
bootstrap: "quay.io/airshipit/heat:2024.2-ubuntu_jammy"
9+
db_init: "quay.io/airshipit/heat:2024.2-ubuntu_jammy"
10+
db_drop: "quay.io/airshipit/heat:2024.2-ubuntu_jammy"
11+
ks_user: "quay.io/airshipit/heat:2024.2-ubuntu_jammy"
12+
ks_service: "quay.io/airshipit/heat:2024.2-ubuntu_jammy"
13+
ks_endpoints: "quay.io/airshipit/heat:2024.2-ubuntu_jammy"
1414

1515
# keystone
1616
keystone_api: "ghcr.io/rackerlabs/understack/keystone:2024.2-ubuntu_jammy"
@@ -29,9 +29,9 @@ images:
2929
ironic_pxe_http: "docker.io/nginx:1.13.3"
3030
ironic_db_sync: "ghcr.io/rackerlabs/understack/ironic:2024.2-ubuntu_jammy"
3131
# these want curl which apparently is in the heat image
32-
ironic_manage_cleaning_network: "docker.io/openstackhelm/heat:2024.2-ubuntu_jammy"
33-
ironic_retrive_cleaning_network: "docker.io/openstackhelm/heat:2024.2-ubuntu_jammy"
34-
ironic_retrive_swift_config: "docker.io/openstackhelm/heat:2024.2-ubuntu_jammy"
32+
ironic_manage_cleaning_network: "quay.io/airshipit/heat:2024.2-ubuntu_jammy"
33+
ironic_retrive_cleaning_network: "quay.io/airshipit/heat:2024.2-ubuntu_jammy"
34+
ironic_retrive_swift_config: "quay.io/airshipit/heat:2024.2-ubuntu_jammy"
3535

3636
# neutron
3737
neutron_db_sync: "ghcr.io/rackerlabs/understack/neutron:2024.2-ubuntu_jammy"
@@ -50,7 +50,7 @@ images:
5050
# nova
5151
nova_api: "ghcr.io/rackerlabs/understack/nova:2024.2-ubuntu_jammy"
5252
nova_cell_setup: "ghcr.io/rackerlabs/understack/nova:2024.2-ubuntu_jammy"
53-
nova_cell_setup_init: "docker.io/openstackhelm/heat:2024.2-ubuntu_jammy"
53+
nova_cell_setup_init: "quay.io/airshipit/heat:2024.2-ubuntu_jammy"
5454
nova_compute: "ghcr.io/rackerlabs/understack/nova:2024.2-ubuntu_jammy"
5555
nova_compute_ironic: "ghcr.io/rackerlabs/understack/nova:2024.2-ubuntu_jammy"
5656
nova_compute_ssh: "ghcr.io/rackerlabs/understack/nova:2024.2-ubuntu_jammy"

components/ironic/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ conductor:
2222
# it is only necessary because the above pxe is disabled, its init
2323
# creates this path
2424
- name: create-tftpboot
25-
image: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy
25+
image: quay.io/airshipit/heat:2024.2-ubuntu_jammy
2626
imagePullPolicy: IfNotPresent
2727
command: [bash]
2828
args:

go/understackctl/cmd/helmConfig/helmConfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func ironic() error {
102102
conductor:
103103
initContainers:
104104
- name: create-tmpdir
105-
image: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy
105+
image: quay.io/airshipit/heat:2024.2-ubuntu_jammy
106106
imagePullPolicy: IfNotPresent
107107
command: [bash]
108108
args:

0 commit comments

Comments
 (0)