Skip to content

Commit 8b160f1

Browse files
committed
[build] Fix Cloud Native PostgreSQL operator installation
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
1 parent 74731b6 commit 8b160f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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" ]

0 commit comments

Comments
 (0)