[stable/2023.1] Stop using CDN for CI (#2185) (#2196)
Switch image builds to use Harbor
Switch Zuul to avoid CDN
Small more fixes
Configure CI bits to not use CDN
fixes #2189
diff --git a/molecule/csi/verify.yml b/molecule/csi/verify.yml
index 5f5fa54..1cadf22 100644
--- a/molecule/csi/verify.yml
+++ b/molecule/csi/verify.yml
@@ -49,7 +49,7 @@
claimName: test-pvc
containers:
- name: test-pvc-pod-container
- image: registry.atmosphere.dev/docker.io/library/nginx:1.25
+ image: harbor.atmosphere.dev/docker.io/library/nginx:1.25
volumeMounts:
- name: test-pvc
mountPath: /usr/share/nginx/html