diff --git a/charms/heat-k8s/metadata.yaml b/charms/heat-k8s/metadata.yaml index a8a034a3..5b133af0 100644 --- a/charms/heat-k8s/metadata.yaml +++ b/charms/heat-k8s/metadata.yaml @@ -28,12 +28,12 @@ resources: type: oci-image description: OCI image for OpenStack Heat # ghcr.io/openstack-snaps/heat-api:2023.1 - upstream-source: ghcr.io/openstack-snaps/heat-api:2023.1 + upstream-source: ghcr.io/openstack-snaps/heat-consolidated:2023.1 heat-engine-image: type: oci-image description: OCI image for OpenStack Heat Engine # ghcr.io/openstack-snaps/heat-engine:2023.1 - upstream-source: ghcr.io/openstack-snaps/heat-engine:2023.1 + upstream-source: ghcr.io/openstack-snaps/heat-consolidated:2023.1 requires: database: diff --git a/charms/heat-k8s/tests/bundles/smoke.yaml b/charms/heat-k8s/tests/bundles/smoke.yaml index a7aa413e..961a99e8 100644 --- a/charms/heat-k8s/tests/bundles/smoke.yaml +++ b/charms/heat-k8s/tests/bundles/smoke.yaml @@ -45,8 +45,8 @@ applications: scale: 1 trust: true resources: - heat-api-image: ghcr.io/openstack-snaps/heat-api:2023.1 - heat-engine-image: ghcr.io/openstack-snaps/heat-engine:2023.1 + heat-api-image: ghcr.io/openstack-snaps/heat-consolidated:2023.1 + heat-engine-image: ghcr.io/openstack-snaps/heat-consolidated:2023.1 heat-cfn: charm: ../../heat-k8s.charm @@ -55,8 +55,8 @@ applications: options: api_service: heat-api-cfn resources: - heat-api-image: ghcr.io/openstack-snaps/heat-api:2023.1 - heat-engine-image: ghcr.io/openstack-snaps/heat-engine:2023.1 + heat-api-image: ghcr.io/openstack-snaps/heat-consolidated:2023.1 + heat-engine-image: ghcr.io/openstack-snaps/heat-consolidated:2023.1 relations: - - traefik:ingress