Skip to content

Commit

Permalink
chore: update xline docker image repo
Browse files Browse the repository at this point in the history
Signed-off-by: Phoeniix Zhao <[email protected]>
  • Loading branch information
Phoenix500526 committed Feb 8, 2024
1 parent ff9887b commit 42c4607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/cases/manifests/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: XlineCluster
metadata:
name: my-xline-cluster
spec:
image: phoenix500526/xline:v0.6.1
image: ghcr.io/xline-kv/xline:v0.6.1
imagePullPolicy: IfNotPresent
replicas: 3
storageClassName: "e2e-storage"
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/testenv/testenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ function testenv::k8s::load_images() {
IMG=${OPERATOR_IMG} make docker-build 2>/dev/null
popd
testenv::k8s::kind::load_image "$OPERATOR_IMG"

remote_images=("phoenix500526/xline:v0.6.1" "ghcr.io/xline-kv/etcdctl:v3.5.9" "quay.io/brancz/kube-rbac-proxy:v0.15.0")
DOCKER_REPO="ghcr.io/xline-kv"
remote_images=("${DOCKER_REPO}/xline:v0.6.1" "${DOCKER_REPO}/etcdctl:v3.5.9" "quay.io/brancz/kube-rbac-proxy:v0.15.0")
for img in "${remote_images[@]}"; do
docker pull "$img" 2>/dev/null
testenv::k8s::kind::load_image "$img"
Expand Down

0 comments on commit 42c4607

Please sign in to comment.