diff --git a/charms/horizon-k8s/CONTRIBUTING.md b/charms/horizon-k8s/CONTRIBUTING.md index fa5b4fe5..098b74cb 100644 --- a/charms/horizon-k8s/CONTRIBUTING.md +++ b/charms/horizon-k8s/CONTRIBUTING.md @@ -45,7 +45,7 @@ run: To deploy the local test instance: - juju deploy ./horizon-k8s_ubuntu-20.04-amd64.charm --trust --resource openstack-dashboard-image=kolla/ubuntu-binary-horizon:xena + juju deploy ./horizon-k8s_ubuntu-20.04-amd64.charm --trust --resource openstack-dashboard-image=kolla/ubuntu-binary-horizon:yoga diff --git a/charms/horizon-k8s/README.md b/charms/horizon-k8s/README.md index 458f0f23..2385b16c 100644 --- a/charms/horizon-k8s/README.md +++ b/charms/horizon-k8s/README.md @@ -44,7 +44,7 @@ horizon-k8s requires the following relations: ## OCI Images -The charm by default uses `docker.io/kolla/ubuntu-binary-horizon:xena` image. +The charm by default uses `docker.io/kolla/ubuntu-binary-horizon:yoga` image. ## Contributing diff --git a/charms/horizon-k8s/metadata.yaml b/charms/horizon-k8s/metadata.yaml index 4dc332b5..bebe5b64 100644 --- a/charms/horizon-k8s/metadata.yaml +++ b/charms/horizon-k8s/metadata.yaml @@ -23,8 +23,8 @@ resources: openstack-dashboard-image: type: oci-image description: OCI image for OpenStack Dashboard - # docker.io/kolla/ubuntu-binary-horizon:xena - upstream-source: docker.io/kolla/ubuntu-binary-horizon@sha256:3385e3d30382a4f7f4603597b8c6bdd19523b03487ad8e2383c447659b1aab61 + # docker.io/kolla/ubuntu-binary-horizon:yoga + upstream-source: docker.io/kolla/ubuntu-binary-horizon@sha256:85fde22e0d1e66c8333eb7ce3371a3aa32248b13186928540535b020693bce2b requires: database: diff --git a/charms/horizon-k8s/osci.yaml b/charms/horizon-k8s/osci.yaml index bfe2e032..a9cb8c34 100644 --- a/charms/horizon-k8s/osci.yaml +++ b/charms/horizon-k8s/osci.yaml @@ -9,4 +9,4 @@ build_type: charmcraft publish_charm: true charmcraft_channel: 2.0/stable - publish_channel: xena/edge + publish_channel: yoga/edge