Skip to content

Commit

Permalink
fix: base helm configs should use nova-efi images
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRepko authored and cloudnull committed Jul 12, 2024
1 parent b34ccfa commit 87922fe
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions base-helm-configs/nova/nova-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@ images:
ks_user: "docker.io/openstackhelm/heat:2024.1-ubuntu_jammy"
ks_service: "docker.io/openstackhelm/heat:2024.1-ubuntu_jammy"
ks_endpoints: "docker.io/openstackhelm/heat:2024.1-ubuntu_jammy"
nova_api: "docker.io/openstackhelm/nova:2024.1-ubuntu_jammy"
nova_cell_setup: "docker.io/openstackhelm/nova:2024.1-ubuntu_jammy"
nova_api: "ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy"
nova_cell_setup: "ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy"
nova_cell_setup_init: "docker.io/openstackhelm/heat:2024.1-ubuntu_jammy"
nova_compute: "docker.io/openstackhelm/nova:2024.1-ubuntu_jammy"
nova_compute_ssh: "docker.io/openstackhelm/nova:2024.1-ubuntu_jammy"
nova_conductor: "docker.io/openstackhelm/nova:2024.1-ubuntu_jammy"
nova_db_sync: "docker.io/openstackhelm/nova:2024.1-ubuntu_jammy"
nova_novncproxy: "docker.io/openstackhelm/nova:2024.1-ubuntu_jammy"
nova_novncproxy_assets: "docker.io/openstackhelm/nova:2024.1-ubuntu_jammy"
nova_scheduler: "docker.io/openstackhelm/nova:2024.1-ubuntu_jammy"
nova_spiceproxy: "docker.io/openstackhelm/nova:2024.1-ubuntu_jammy"
nova_spiceproxy_assets: "docker.io/openstackhelm/nova:2024.1-ubuntu_jammy"
nova_compute: "ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy"
nova_compute_ssh: "ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy"
nova_conductor: "ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy"
nova_db_sync: "ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy"
nova_novncproxy: "ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy"
nova_novncproxy_assets: "ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy"
nova_scheduler: "ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy"
nova_spiceproxy: "ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy"
nova_spiceproxy_assets: "ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy"
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal"
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0'
rabbit_init: docker.io/rabbitmq:3.7-management
nova_archive_deleted_rows: "docker.io/openstackhelm/nova:2024.1-ubuntu_jammy"
nova_archive_deleted_rows: "ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy"
nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:wallaby'
nova_storage_init: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal'
test: docker.io/xrally/xrally-openstack:2.0.0
Expand Down

0 comments on commit 87922fe

Please sign in to comment.