We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8044269 commit c37bdfbCopy full SHA for c37bdfb
Makefile
@@ -83,7 +83,7 @@ all: build
83
# ------------------------------------------------------------------------------
84
# build
85
86
-# build: TARGETS = $(LOCAL_TARGET)
+build: TARGETS = $(LOCAL_TARGET)
87
build: build-cross
88
89
$(BINDIR)/csi-cvmfsplugin: $(SRC)
deployments/helm/cvmfs-csi/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v1
2
-appVersion: "v2.5.1"
+appVersion: "v2.5.2-rc.0"
3
description: A Helm chart to deploy the CVMFS-CSI Plugin
4
name: cvmfs-csi
5
-version: 2.5.1
+version: 2.5.2-rc.0
0 commit comments