mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
ci: migrate to new OpenShift cluster running on AWS
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
committed by
mergify[bot]
parent
234471af33
commit
8135680065
@ -1,5 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
apiVersion: build.openshift.io/v1
|
||||
kind: BuildConfig
|
||||
metadata:
|
||||
name: ceph-csi-canary
|
||||
@ -21,11 +21,11 @@ spec:
|
||||
output:
|
||||
to:
|
||||
kind: DockerImage
|
||||
name: registry-ceph-csi.apps.ocp.ci.centos.org/ceph-csi:canary
|
||||
name: registry-ceph-csi.apps.ocp.cloud.ci.centos.org/ceph-csi:canary
|
||||
pushSecret:
|
||||
name: container-registry-auth
|
||||
---
|
||||
apiVersion: v1
|
||||
apiVersion: build.openshift.io/v1
|
||||
kind: BuildConfig
|
||||
metadata:
|
||||
name: ceph-csi-test
|
||||
@ -47,11 +47,11 @@ spec:
|
||||
output:
|
||||
to:
|
||||
kind: DockerImage
|
||||
name: registry-ceph-csi.apps.ocp.ci.centos.org/ceph-csi:test
|
||||
name: registry-ceph-csi.apps.ocp.cloud.ci.centos.org/ceph-csi:test
|
||||
pushSecret:
|
||||
name: container-registry-auth
|
||||
---
|
||||
apiVersion: v1
|
||||
apiVersion: build.openshift.io/v1
|
||||
kind: BuildConfig
|
||||
metadata:
|
||||
name: ceph-csi-devel
|
||||
@ -73,6 +73,6 @@ spec:
|
||||
output:
|
||||
to:
|
||||
kind: DockerImage
|
||||
name: registry-ceph-csi.apps.ocp.ci.centos.org/ceph-csi:devel
|
||||
name: registry-ceph-csi.apps.ocp.cloud.ci.centos.org/ceph-csi:devel
|
||||
pushSecret:
|
||||
name: container-registry-auth
|
||||
|
Reference in New Issue
Block a user