Downgrade kubernetes module to 1.1.1 because of template bug

This commit is contained in:
Christian M. Adams
2021-06-23 14:38:48 -04:00
parent e0c865a9f7
commit d3cfc55944
4 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
---
collections:
- name: kubernetes.core
version: '==1.2.1'
version: '==1.1.1'
- name: operator_sdk.util
version: '==0.1.0'

Binary file not shown.