From a3bd5266ba60c0af868ae08894a6db5bb47f16f2 Mon Sep 17 00:00:00 2001 From: Ian Booth Date: Tue, 27 Feb 2024 10:30:39 +1000 Subject: [PATCH] Pin nginx-ingress-integrator charm in k8s test to avoid charm issue --- tests/suites/secrets_k8s/k8s.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/suites/secrets_k8s/k8s.sh b/tests/suites/secrets_k8s/k8s.sh index 2b7e4182a7b..247055e375f 100644 --- a/tests/suites/secrets_k8s/k8s.sh +++ b/tests/suites/secrets_k8s/k8s.sh @@ -7,7 +7,8 @@ run_secrets() { juju --show-log add-model "$model_name" --config secret-backend=auto juju --show-log deploy hello-kubecon hello - juju --show-log deploy nginx-ingress-integrator nginx + # TODO(wallyworld) - sadly we need to pin or else the latest charm breaks with hello-kubecon + juju --show-log deploy --channel latest/edge --revision 83 nginx-ingress-integrator nginx juju --show-log integrate nginx hello juju --show-log trust nginx --scope=cluster