Skip to content

Commit 2918533

Browse files
committed
Bump version to 0.26.2, same as for GeeseFS
1 parent 95a3b04 commit 2918533

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
PROJECT_DIR=/app
1717
REGISTRY_NAME=cr.yandex/crp9ftr22d26age3hulg
1818
IMAGE_NAME=csi-s3
19-
VERSION ?= 0.25.2
19+
VERSION ?= 0.26.2
2020
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION)
2121
TEST_IMAGE_TAG=$(IMAGE_NAME):test
2222

deploy/kubernetes/csi-s3.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
capabilities:
8282
add: ["SYS_ADMIN"]
8383
allowPrivilegeEscalation: true
84-
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.25.2
84+
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.26.2
8585
imagePullPolicy: IfNotPresent
8686
args:
8787
- "--endpoint=$(CSI_ENDPOINT)"

deploy/kubernetes/provisioner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
- name: socket-dir
8787
mountPath: /var/lib/kubelet/plugins/ru.yandex.s3.csi
8888
- name: csi-s3
89-
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.25.2
89+
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.26.2
9090
imagePullPolicy: IfNotPresent
9191
args:
9292
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)