File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ name: Build and publish moosefs-csi driver Docker image
33on :
44 push :
55 branches :
6+ - master
67 - dev
78
89env :
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
1314jobs :
Original file line number Diff line number Diff line change 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 "
1616CSI_VERSION ?= "0.9.8"
1717
1818MFS_TAG =$(CSI_VERSION ) -$(MFS_VERSION )
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515ARG 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
1919FROM golang:1.23-bookworm AS csibuilder
Original file line number Diff line number Diff 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)"
You can’t perform that action at this time.
0 commit comments