Commit 714641b4 authored by Vitaliy Filippov's avatar Vitaliy Filippov
Browse files

Bump version to 0.29.9, following GeeseFS

parent fc9567cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

REGISTRY_NAME=cr.yandex/crp9ftr22d26age3hulg
IMAGE_NAME=csi-s3
VERSION ?= 0.29.0
VERSION ?= 0.29.9
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION)
TEST_IMAGE_TAG=$(IMAGE_NAME):test

+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ spec:
            capabilities:
              add: ["SYS_ADMIN"]
            allowPrivilegeEscalation: true
          image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.29.0
          image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.29.9
          imagePullPolicy: IfNotPresent
          args:
            - "--endpoint=$(CSI_ENDPOINT)"
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ spec:
            - name: socket-dir
              mountPath: /var/lib/kubelet/plugins/ru.yandex.s3.csi
        - name: csi-s3
          image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.29.0
          image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.29.9
          imagePullPolicy: IfNotPresent
          args:
            - "--endpoint=$(CSI_ENDPOINT)"