Skip to content

Commit

Permalink
chore: update xline docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Phoeniix Zhao <[email protected]>
  • Loading branch information
Phoenix500526 committed Feb 5, 2024
1 parent 074a4ca commit 8d88e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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,6 +3,6 @@ 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
2 changes: 1 addition & 1 deletion tests/e2e/testenv/testenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function testenv::k8s::delete() {
function testenv::k8s::load_images() {
# xline image
log::info "Loading images"
xline_image="phoenix500526/xline:v0.6.1"
xline_image="ghcr.io/xline-kv/xline:v0.6.1"
docker pull "$xline_image" 2>/dev/null
testenv::k8s::kind::load_image "$xline_image"
# etcdctl image
Expand Down

0 comments on commit 8d88e28

Please sign in to comment.