k8s: pin juju agent version to 2.9.34
Later versions have issues with healthchecks on the charm container; pin to .34 which seems to be more reliable. Change-Id: Iee1feb7c0d11c600fb2b8dd1918873abda4ddff3
This commit is contained in:
parent
a79562942c
commit
897ae3c9b3
@ -105,7 +105,7 @@
|
||||
|
||||
- name: juju is bootstrapped on microk8s
|
||||
command:
|
||||
cmd: juju bootstrap microk8s microk8s
|
||||
cmd: juju bootstrap --agent-version=2.9.34 microk8s microk8s
|
||||
register: res
|
||||
changed_when: '"already exists" not in res.stderr'
|
||||
failed_when: '"ERROR" in res.stderr and "already exists" not in res.stderr'
|
||||
|
Loading…
x
Reference in New Issue
Block a user