[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:
Hemanth Nakkina
2024-12-02 14:27:20 +05:30
parent 2717720cac
commit 03000df1de
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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