Switch charm to Bobcat
Switch charm to Bobcat release. Microk8s 1.28 will be the default for Bobcat. Also ensure images are being collected from ghcr.io/canonical Change-Id: I5ca2ad457ed581378ae7248dfd275cede3fb0023
This commit is contained in:
parent
0921496e92
commit
01f744689a
@ -46,7 +46,7 @@ gnocchi-k8s requires the following relations:
|
||||
|
||||
The charm by default uses following images:
|
||||
|
||||
ghcr.io/canonical/gnocchi-consolidated:2023.1
|
||||
ghcr.io/canonical/gnocchi-consolidated:2023.2
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@ -28,13 +28,13 @@ resources:
|
||||
gnocchi-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Gnocchi api service
|
||||
# ghcr.io/canonical/gnocchi-api:2023.1
|
||||
upstream-source: ghcr.io/canonical/gnocchi-consolidated:2023.1
|
||||
# ghcr.io/canonical/gnocchi-api:2023.2
|
||||
upstream-source: ghcr.io/canonical/gnocchi-consolidated:2023.2
|
||||
gnocchi-metricd-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Gnocchi Metric service
|
||||
# ghcr.io/canonical/gnocchi-metricd:2023.1
|
||||
upstream-source: ghcr.io/canonical/gnocchi-consolidated:2023.1
|
||||
# ghcr.io/canonical/gnocchi-metricd:2023.2
|
||||
upstream-source: ghcr.io/canonical/gnocchi-consolidated:2023.2
|
||||
|
||||
requires:
|
||||
database:
|
||||
|
@ -7,4 +7,4 @@
|
||||
build_type: charmcraft
|
||||
publish_charm: true
|
||||
charmcraft_channel: 2.0/stable
|
||||
publish_channel: 2023.1/edge
|
||||
publish_channel: 2023.2/edge
|
||||
|
@ -26,7 +26,7 @@ applications:
|
||||
|
||||
keystone:
|
||||
charm: ch:keystone-k8s
|
||||
channel: 2023.1/edge
|
||||
channel: 2023.2/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
options:
|
||||
|
Loading…
Reference in New Issue
Block a user