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: Ib9d4bbbde94bb4bc2f1c2fd53bfd164bf1af98b0
This commit is contained in:
parent
f2ad0614c0
commit
0b27009784
charms/barbican-k8s
@ -1,11 +1,11 @@
|
|||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- openstack-python3-charm-yoga-jobs
|
- openstack-python3-charm-jobs
|
||||||
- openstack-cover-jobs
|
- openstack-cover-jobs
|
||||||
- microk8s-func-test
|
- microk8s-func-test
|
||||||
vars:
|
vars:
|
||||||
charm_build_name: barbican-k8s
|
charm_build_name: barbican-k8s
|
||||||
juju_channel: 3.2/stable
|
juju_channel: 3.2/stable
|
||||||
juju_classic_mode: false
|
juju_classic_mode: false
|
||||||
microk8s_channel: 1.26-strict/stable
|
microk8s_channel: 1.28-strict/stable
|
||||||
microk8s_classic_mode: false
|
microk8s_classic_mode: false
|
||||||
|
@ -50,7 +50,7 @@ barbican-k8s requires the following relations:
|
|||||||
|
|
||||||
The charm by default uses following images:
|
The charm by default uses following images:
|
||||||
|
|
||||||
`ghcr.io/canonical/barbican-consolidated:2023.1`
|
`ghcr.io/canonical/barbican-consolidated:2023.2`
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
@ -54,8 +54,8 @@ resources:
|
|||||||
barbican-api-image:
|
barbican-api-image:
|
||||||
type: oci-image
|
type: oci-image
|
||||||
description: OCI image for OpenStack Barbican API
|
description: OCI image for OpenStack Barbican API
|
||||||
upstream-source: ghcr.io/canonical/barbican-consolidated:2023.1
|
upstream-source: ghcr.io/canonical/barbican-consolidated:2023.2
|
||||||
barbican-worker-image:
|
barbican-worker-image:
|
||||||
type: oci-image
|
type: oci-image
|
||||||
description: OCI image for OpenStack Barbican worker
|
description: OCI image for OpenStack Barbican worker
|
||||||
upstream-source: ghcr.io/canonical/barbican-consolidated:2023.1
|
upstream-source: ghcr.io/canonical/barbican-consolidated:2023.2
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
build_type: charmcraft
|
build_type: charmcraft
|
||||||
publish_charm: true
|
publish_charm: true
|
||||||
charmcraft_channel: 2.0/stable
|
charmcraft_channel: 2.0/stable
|
||||||
publish_channel: 2023.1/edge
|
publish_channel: 2023.2/edge
|
||||||
|
@ -25,7 +25,7 @@ applications:
|
|||||||
|
|
||||||
keystone:
|
keystone:
|
||||||
charm: ch:keystone-k8s
|
charm: ch:keystone-k8s
|
||||||
channel: 2023.1/edge
|
channel: 2023.2/edge
|
||||||
scale: 1
|
scale: 1
|
||||||
trust: false
|
trust: false
|
||||||
options:
|
options:
|
||||||
@ -45,8 +45,8 @@ applications:
|
|||||||
scale: 1
|
scale: 1
|
||||||
trust: false
|
trust: false
|
||||||
resources:
|
resources:
|
||||||
barbican-api-image: ghcr.io/canonical/barbican-consolidated:2023.1
|
barbican-api-image: ghcr.io/canonical/barbican-consolidated:2023.2
|
||||||
barbican-worker-image: ghcr.io/canonical/barbican-consolidated:2023.1
|
barbican-worker-image: ghcr.io/canonical/barbican-consolidated:2023.2
|
||||||
|
|
||||||
relations:
|
relations:
|
||||||
- - traefik:ingress
|
- - traefik:ingress
|
||||||
|
Loading…
Reference in New Issue
Block a user