Skip to content

Commit 162e8b6

Browse files
authored
Merge pull request #247 from canonical/oci-update
fix: update OCI-image resource
2 parents 0a1890b + 83b9f19 commit 162e8b6

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

charmcraft.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,17 @@ links:
1010
documentation: https://discourse.charmhub.io/t/identity-platform-login-ui-docs-index/12169
1111
source: https://github.com/canonical/identity-platform-login-ui-operator
1212
issues: https://github.com/canonical/identity-platform-login-ui-operator/issues
13-
1413
assumes:
1514
- k8s-api
16-
1715
containers:
1816
login-ui:
1917
resource: oci-image
20-
2118
# This field populates the Resources tab on Charmhub.
2219
resources:
2320
oci-image:
2421
type: oci-image
2522
description: OCI image for login-ui
26-
upstream-source: ghcr.io/canonical/identity-platform-login-ui:v0.20.0
27-
23+
upstream-source: ghcr.io/canonical/identity-platform-login-ui:v0.21.2
2824
requires:
2925
ingress:
3026
interface: ingress
@@ -52,7 +48,6 @@ requires:
5248
Receive a CA cert.
5349
This relation can be used with a local CA to obtain the CA cert that was used to sign proxied
5450
endpoints.
55-
5651
provides:
5752
ui-endpoint-info:
5853
interface: login_ui_endpoints
@@ -69,11 +64,9 @@ provides:
6964
Forwards the built-in grafana dashboard(s) for monitoring identity-platform-login-ui-operator.
7065
interface: grafana_dashboard
7166
optional: true
72-
7367
peers:
7468
identity-platform-login-ui:
7569
interface: identity_platform_login_ui_peers
76-
7770
config:
7871
options:
7972
log_level:
@@ -95,10 +88,8 @@ config:
9588
automatically deduced from it).
9689
See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
9790
type: string
98-
9991
platforms:
10092
ubuntu@22.04:amd64:
101-
10293
parts:
10394
charm:
10495
charm-binary-python-packages:

0 commit comments

Comments
 (0)