ci: migrate to new OpenShift cluster running on AWS

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos
2023-03-17 17:52:29 +01:00
committed by mergify[bot]
parent 234471af33
commit 8135680065
9 changed files with 15 additions and 15 deletions

View File

@ -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

View File

@ -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