Commit 676dbef6 authored by Cyrill Troxler's avatar Cyrill Troxler
Browse files

Prepare release v1.2.0-rc.1

parent b11261eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ spec:
            capabilities:
              add: ["SYS_ADMIN"]
            allowPrivilegeEscalation: true
          image: ctrox/csi-s3:dev
          image: ctrox/csi-s3:v1.2.0-rc.1
          imagePullPolicy: Never
          args:
            - "--endpoint=$(CSI_ENDPOINT)"
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ spec:
            - name: socket-dir
              mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver
        - name: csi-s3
          image: ctrox/csi-s3:dev
          image: ctrox/csi-s3:v1.2.0-rc.1
          args:
            - "--endpoint=$(CSI_ENDPOINT)"
            - "--nodeid=$(NODE_ID)"
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ type driver struct {
}

var (
	vendorVersion = "v1.1.1"
	vendorVersion = "v1.2.0-rc.1"
	driverName    = "ch.ctrox.csi.s3-driver"
)