From cb14c9a1fc7d27fd13105b6c5e27083174dee8e3 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Wed, 23 Jun 2021 17:07:27 -0400 Subject: [PATCH] Pin to different version of kubernetes.core for CI usage Bugs everywhere! --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0864c32f..7f61a28d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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