We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddb7e9 commit 483ee95Copy full SHA for 483ee95
2 files changed
.github/workflows/tests.yaml
@@ -29,10 +29,9 @@ jobs:
29
- name: Setup operator environment
30
uses: charmed-kubernetes/actions-operator@main
31
with:
32
+ juju-channel: 3.6/stable
33
provider: microk8s
- channel: 1.28-strict/stable
34
- juju-channel: 3.1
35
- bootstrap-options: '--agent-version=3.1.0'
+ channel: 1.32-strict/stable
36
37
- name: Run integration tests
38
# set a predictable model name so it can be consumed by charm-logdump-action
tests/integration/test_charm.py
@@ -52,6 +52,7 @@ async def test_ingress_relation(ops_test: OpsTest):
52
application_name=TRAEFIK_PUBLIC_APP,
53
channel="latest/edge",
54
config={"external_hostname": "some_hostname"},
55
+ trust=True,
56
)
57
58
await ops_test.model.add_relation(f"{APP_NAME}:ingress", TRAEFIK_PUBLIC_APP)
0 commit comments