canonical / istio-operators

Charmed Istio
2 stars 17 forks source link

tests: use stable versions of COS and TLS charms #409

Closed DnPlas closed 2 months ago

DnPlas commented 2 months ago

This commit pins all charms that get deployed from Charmhub to a compatible version to the CKF 1.8 release.

Part of canonical/bundle-kubeflow#863

DnPlas commented 2 months ago

This PR looks bood but in the test_bundle.py we use inconsistent naming convetion with rest of our test file eg. here instead of

TRUST_DEX_AUTH = True

we should use

DEX_AUTH_TRUST

Same problem is with all the other TRUST variables. Maybe we should change that in this PR ?

I have updated this PR and sent a fix for main in #410