mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
committed by
GitHub
parent
3c87ecdc8f
commit
3738ca8d65
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user