mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33: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
|
||||
|
@ -21,7 +21,7 @@ stringData:
|
||||
config.json: |-
|
||||
{
|
||||
"auths": {
|
||||
"registry-ceph-csi.apps.ocp.ci.centos.org": {
|
||||
"registry-ceph-csi.apps.ocp.cloud.ci.centos.org": {
|
||||
"auth": "@@SOME_B64ENCODED_STRING@@"
|
||||
}
|
||||
}
|
||||
@ -61,7 +61,7 @@ spec:
|
||||
volumes:
|
||||
- name: container-images
|
||||
persistentVolumeClaim:
|
||||
claimName: ceph-csi-image-registry
|
||||
claimName: image-registry
|
||||
- name: htpasswd
|
||||
secret:
|
||||
secretName: container-registry-auth
|
||||
|
Reference in New Issue
Block a user