Skip to content

Commit

Permalink
core: bump ossfs version to 1.91.4.ack.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbeeSo committed Oct 9, 2024
1 parent d14cdea commit 4af8c0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/mount-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN --mount=type=bind,target=. \

FROM registry-cn-hangzhou.ack.aliyuncs.com/dev/alinux:3-update as oss
ARG TARGETPLATFORM
ARG OSSFS_VERSION=v1.91.3.ack.3
ARG OSSFS_VERSION=v1.91.4.ack.1

# install ossfs
RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion deploy/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ images:
tag: "v2.9.0-d48d2e0-aliyun"
ossfs:
repo: acs/csi-ossfs
tag: "v1.91.3.ack.3-7ebc8cd-aliyun"
tag: "v1.91.4.ack.1-69cc774-aliyun"
2 changes: 1 addition & 1 deletion pkg/mounter/ossfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

var defaultOssfsImageTag = "v1.88.4-d9f3917-aliyun"
var defaultOssfsUpdatedImageTag = "v1.91.3.ack.3-7ebc8cd-aliyun"
var defaultOssfsUpdatedImageTag = "v1.91.4.ack.1-69cc774-aliyun"

const (
hostPrefix = "/host"
Expand Down
2 changes: 1 addition & 1 deletion pkg/oss/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func Test_parseOptions(t *testing.T) {
AkSecret: "test-aksecret",
},
VolumeCapabilities: []*csi.VolumeCapability{
&csi.VolumeCapability{
{
AccessMode: &csi.VolumeCapability_AccessMode{
Mode: csi.VolumeCapability_AccessMode_MULTI_NODE_MULTI_WRITER,
},
Expand Down

0 comments on commit 4af8c0f

Please sign in to comment.