diff --git a/charms/keystone-k8s/CONTRIBUTING.md b/charms/keystone-k8s/CONTRIBUTING.md index 73dc48a6..587443ec 100644 --- a/charms/keystone-k8s/CONTRIBUTING.md +++ b/charms/keystone-k8s/CONTRIBUTING.md @@ -52,7 +52,7 @@ run: To deploy the local test instance: - juju deploy ./keystone-k8s_ubuntu-20.04-amd64.charm --trust --resource keystone-image=kolla/ubuntu-binary-keystone:xena + juju deploy ./keystone-k8s_ubuntu-20.04-amd64.charm --trust --resource keystone-image=ghcr.io/openstack-snaps/keystone:2023.1 diff --git a/charms/keystone-k8s/README.md b/charms/keystone-k8s/README.md index 84da56b4..d35a1073 100644 --- a/charms/keystone-k8s/README.md +++ b/charms/keystone-k8s/README.md @@ -72,7 +72,7 @@ developers: ## OCI Images -The charm by default uses `docker.io/kolla/ubuntu-binary-keystone:xena` image. +The charm by default uses `ghcr.io/openstack-snaps/keystone:2023.1` image. ## Contributing diff --git a/charms/keystone-k8s/metadata.yaml b/charms/keystone-k8s/metadata.yaml index c88fdd57..f95a291d 100644 --- a/charms/keystone-k8s/metadata.yaml +++ b/charms/keystone-k8s/metadata.yaml @@ -75,5 +75,5 @@ resources: keystone-image: type: oci-image description: OCI image for OpenStack Keystone - # docker.io/kolla/ubuntu-binary-keystone:yoga - upstream-source: docker.io/kolla/ubuntu-binary-keystone@sha256:05bc029e63ec06da8f5351f08196c549ecce371fc2236ea53dabb994f2e246b7 + # ghcr.io/openstack-snaps/keystone:2023.1 + upstream-source: ghcr.io/openstack-snaps/keystone:2023.1 diff --git a/charms/keystone-k8s/osci.yaml b/charms/keystone-k8s/osci.yaml index 1dc20f75..727bce44 100644 --- a/charms/keystone-k8s/osci.yaml +++ b/charms/keystone-k8s/osci.yaml @@ -7,4 +7,4 @@ build_type: charmcraft publish_charm: true charmcraft_channel: 2.0/stable - publish_channel: yoga/edge + publish_channel: 2023.1/edge diff --git a/charms/keystone-k8s/tests/bundles/smoke.yaml b/charms/keystone-k8s/tests/bundles/smoke.yaml index 8176bd45..67ca5c38 100644 --- a/charms/keystone-k8s/tests/bundles/smoke.yaml +++ b/charms/keystone-k8s/tests/bundles/smoke.yaml @@ -32,7 +32,7 @@ applications: fernet-keys: 5M credential-keys: 5M resources: - keystone-image: kolla/ubuntu-binary-keystone:yoga + keystone-image: ghcr.io/openstack-snaps/keystone:2023.1 # NOTE: should be in sync with resources described in ../../metadata.yaml glance: