Changes for Helm v3 compatibility:
[infra/stack/kubernetes.git] / playbooks / roles / postinstall / vars / main.yaml
index 9c1177b9589edb2c73f8fb462570ec43403d1b04..01abd5b49409996ce33209006dc584d3ad7b29da 100644 (file)
@@ -18,5 +18,8 @@
 # ============LICENSE_END=========================================================
 
 jumphost: "{{ 'jumphost' if provisioner_type == 'heat' else 'localhost' }}"
+# NOTE (cian): pinning openshift due to regression in 0.12
+# Ref: https://github.com/ansible-collections/community.kubernetes/issues/283
+openshift_version: "0.11"
 
 # vim: set ts=2 sw=2 expandtab: