Bump version to 0.27.1, same as GeeseFS

This commit is contained in:
Vitaliy Filippov 2021-09-14 16:06:02 +03:00
parent 8c959a926a
commit cedcc6a6fa
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@
PROJECT_DIR=/app
REGISTRY_NAME=cr.yandex/crp9ftr22d26age3hulg
IMAGE_NAME=csi-s3
VERSION ?= 0.27.0
VERSION ?= 0.27.1
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION)
TEST_IMAGE_TAG=$(IMAGE_NAME):test

View file

@ -81,7 +81,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.27.0
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.27.1
imagePullPolicy: IfNotPresent
args:
- "--endpoint=$(CSI_ENDPOINT)"

View file

@ -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.27.0
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.27.1
imagePullPolicy: IfNotPresent
args:
- "--endpoint=$(CSI_ENDPOINT)"