Skip to content

Commit af5f8c6

Browse files
committed
Updated MooseFS client to version 4.57.7
1 parent a7e06c9 commit af5f8c6

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ name: Build and publish moosefs-csi driver Docker image
33
on:
44
push:
55
branches:
6+
- master
67
- dev
78

89
env:
910
REGISTRY_IMAGE: moosefs/moosefs-csi
10-
MFS_CLIENT: 4.57.6
11+
MFS_CLIENT: 4.57.7
1112
CSI_VERSION: 0.9.8
1213

1314
jobs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
MFS_VERSION = "4.57.6"
15+
MFS_VERSION = "4.57.7"
1616
CSI_VERSION ?= "0.9.8"
1717

1818
MFS_TAG=$(CSI_VERSION)-$(MFS_VERSION)

cmd/moosefs-csi-plugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG CSI_TAG="v0.9.8"
16-
ARG MFS_TAG="v4.57.6"
16+
ARG MFS_TAG="v4.57.7"
1717

1818
#Build MooseFS CSI driver from source
1919
FROM golang:1.23-bookworm AS csibuilder

deploy/csi-moosefs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ spec:
227227
capabilities:
228228
add: ["SYS_ADMIN"]
229229
allowPrivilegeEscalation: true
230-
image: ghcr.io/moosefs/moosefs-csi:0.9.8-4.57.6
230+
image: ghcr.io/moosefs/moosefs-csi:0.9.8-4.57.7
231231
args:
232232
- "--mode=controller"
233233
- "--csi-endpoint=$(CSI_ENDPOINT)"
@@ -326,7 +326,7 @@ spec:
326326
capabilities:
327327
add: ["SYS_ADMIN"]
328328
allowPrivilegeEscalation: true
329-
image: ghcr.io/moosefs/moosefs-csi:0.9.8-4.57.6
329+
image: ghcr.io/moosefs/moosefs-csi:0.9.8-4.57.7
330330
args:
331331
- "--mode=node"
332332
- "--csi-endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)