[ci] bump k8s channel to 1.32-classic/stable
Bump k8s channel to 1.32-classic/stable Change-Id: I9b9faf4ade277ac1759626bc84a51af341a6d881
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
register: res
|
||||
become: true
|
||||
changed_when: false
|
||||
failed_when: 'res.rc != 0 or "status: ready" not in res.stdout'
|
||||
failed_when: 'res.rc != 0 or not res.stdout is ansible.builtin.regex(multiline=true, match_type="search", pattern="cluster status:\ *ready")'
|
||||
|
||||
- name: Get k8s config
|
||||
ansible.builtin.command:
|
||||
|
@@ -21,7 +21,7 @@
|
||||
juju_channel: 3.6/stable
|
||||
juju_classic_mode: false
|
||||
env_type: k8s
|
||||
k8s_channel: 1.30-classic/candidate
|
||||
k8s_channel: 1.32-classic/stable
|
||||
k8s_classic_mode: true
|
||||
charmcraft_channel: 3.x/stable
|
||||
publish_charm: true
|
||||
|
Reference in New Issue
Block a user