Skip to content

Commit

Permalink
Merge pull request #16974 from wallyworld/pin-k8s-testcharm
Browse files Browse the repository at this point in the history
#16974

The nginx-ingress-integrator charm updated to rev 84, and this broke our ci because it would no longer integrate with the hello-kubecon charm. This PR pins the revision to 83 as a short term ci fix.

## QA steps

run secrets_k8s ci test
  • Loading branch information
jujubot committed Feb 27, 2024
2 parents ce93181 + a3bd526 commit 3e20d59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/suites/secrets_k8s/k8s.sh
Expand Up @@ -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

Expand Down

0 comments on commit 3e20d59

Please sign in to comment.