updating bindable kind instance (#6363)

* updating bindable kind instance

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* update ansible yaml to use 1.18 for postgres operator

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
This commit is contained in:
Anand Kumar Singh
2022-12-06 15:26:10 +05:30
committed by GitHub
parent 3c87ecdc8f
commit 3738ca8d65
5 changed files with 48 additions and 8 deletions

View File

@@ -29,7 +29,7 @@
name: my-cloud-native-postgresql
namespace: operators
spec:
channel: stable
channel: stable-v1.18
name: cloud-native-postgresql
source: operatorhubio-catalog
sourceNamespace: olm

View File

@@ -29,7 +29,7 @@
name: my-cloud-native-postgresql
namespace: openshift-operators
spec:
channel: stable
channel: stable-v1.18
name: cloud-native-postgresql
source: certified-operators
sourceNamespace: openshift-marketplace

View File

@@ -27,7 +27,7 @@ install_postgres_operator(){
name: my-cloud-native-postgresql
namespace: $2
spec:
channel: stable
channel: stable-v1.18
name: cloud-native-postgresql
source: $3
sourceNamespace: $4