Pin to different version of kubernetes.core for CI usage

Bugs everywhere!
This commit is contained in:
Shane McDonald
2021-06-23 17:07:27 -04:00
parent d3cfc55944
commit cb14c9a1fc

View File

@@ -35,7 +35,7 @@ jobs:
- name: Install Collections
run: |
ansible-galaxy collection install community.general kubernetes.core:1.1.1 operator_sdk.util
ansible-galaxy collection install community.general kubernetes.core:1.2.1 operator_sdk.util
- name: Setup Minikube
uses: manusa/actions-setup-minikube@v2.4.2