File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ jobs:
5252 if : (success() || failure()) && runner.os == 'Linux'
5353 name : Start cluster
5454 with :
55- version : v0.11.1
55+ version : v0.20.0
5656
5757 - name : Configure cluster
5858 if : (success() || failure()) && runner.os == 'Linux'
5959 run : |
6060 curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.19.1/install.sh | bash -s v0.19.1
6161 kubectl create -f https://operatorhub.io/install/service-binding-operator.yaml
62- kubectl create -f https://operatorhub.io/install/stable/cloud-native-postgresql .yaml
62+ kubectl create -f https://operatorhub.io/install/cloudnative-pg .yaml
6363 nb=0
6464 echo -n "Waiting for operator to show up "
6565 while [ "$nb" != "2" ]
You can’t perform that action at this time.
0 commit comments