Commit fb6584d7 authored by Cyrill Troxler's avatar Cyrill Troxler
Browse files

Release new version

parent 29c10b94
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:v1.1.0
          image: ctrox/csi-s3:v1.1.1
          args:
            - "--endpoint=$(CSI_ENDPOINT)"
            - "--nodeid=$(NODE_ID)"
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ spec:
            - name: socket-dir
              mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver
        - name: csi-s3
          image: ctrox/csi-s3:v1.1.0
          image: ctrox/csi-s3:v1.1.1
          args:
            - "--endpoint=$(CSI_ENDPOINT)"
            - "--nodeid=$(NODE_ID)"
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ type s3Volume struct {
}

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