Skip to content

Commit

Permalink
update topolvm image
Browse files Browse the repository at this point in the history
  • Loading branch information
little-guy-lxr committed Dec 23, 2021
1 parent 5ed54a4 commit 506a6d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data:
RAW_DEVICE_ENABLE: "true"
TOPOLVM_ENABLE: "true"
RAW_DEVICE_IMAGE: "docker.io/alaudapublic/raw-device:v1.0.0"
TOPOLVM_IMAGE: "build-harbor.alauda.cn/acp/topolvm:v3.6.0"
TOPOLVM_IMAGE: "quay.io/topolvm/topolvm-with-sidecar:0.10"
# Set replicas for csi provisioner deployment.
CSI_PROVISIONER_REPLICAS: "2"
CSI_LOG_LEVEL: "3"
Expand Down
2 changes: 1 addition & 1 deletion docs/user_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ data:
RAW_DEVICE_ENABLE: "true"
TOPOLVM_ENABLE: "true"
RAW_DEVICE_IMAGE: "docker.io/alaudapublic/raw-device:v1.0.0"
# TOPOLVM_IMAGE: "build-harbor.alauda.cn/acp/topolvm:v3.6.0"
# TOPOLVM_IMAGE: "quay.io/topolvm/topolvm-with-sidecar:0.10"
# # Set replicas for csi provisioner deployment.
# CSI_PROVISIONER_REPLICAS: "2"
# CSI_LOG_LEVEL: "DEBUG"
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/topolvm/csi/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

var (
DefaultTopolvmImage = "build-harbor.alauda.cn/acp/topolvm:v3.6.0"
DefaultTopolvmImage = "quay.io/topolvm/topolvm-with-sidecar:0.10"
)

const (
Expand Down

0 comments on commit 506a6d1

Please sign in to comment.