Skip to content

Commit

Permalink
feat[chdfs-v1.0.4]: update chdfs base image, fix fatal error: concurr…
Browse files Browse the repository at this point in the history
…ent map writes
  • Loading branch information
binqiniu committed May 15, 2023
1 parent 7153ebc commit ba76247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/chdfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ADD . .
ARG TARGETARCH
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -v -a -ldflags '-extldflags "-static"' -o csi-chdfs_${TARGETARCH} cmd/chdfs/main.go

FROM ccr.ccs.tencentyun.com/tkeimages/csi-tencentcloud-chdfs:base.2
FROM ccr.ccs.tencentyun.com/tkeimages/csi-tencentcloud-chdfs:base.4

LABEL maintainers="TencentCloud TKE Authors"
LABEL description="TencentCloud CHDFS CSI Plugin"
Expand Down
2 changes: 1 addition & 1 deletion deploy/chdfs/kubernetes/csi-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: ccr.ccs.tencentyun.com/tkeimages/csi-tencentcloud-chdfs:v1.0.3
image: ccr.ccs.tencentyun.com/tkeimages/csi-tencentcloud-chdfs:v1.0.4
args:
- "--v=5"
- "--logtostderr=true"
Expand Down

0 comments on commit ba76247

Please sign in to comment.