From 3925b5595a2ec1b39c317b593db111358f5cfd4c Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 22 Sep 2021 16:32:28 +0300 Subject: [PATCH] Bump version to 0.28.2, following GeeseFS --- Makefile | 2 +- deploy/kubernetes/csi-s3.yaml | 2 +- deploy/kubernetes/provisioner.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 68d4c66..d264acb 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ PROJECT_DIR=/app REGISTRY_NAME=cr.yandex/crp9ftr22d26age3hulg IMAGE_NAME=csi-s3 -VERSION ?= 0.28.1 +VERSION ?= 0.28.2 IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION) TEST_IMAGE_TAG=$(IMAGE_NAME):test diff --git a/deploy/kubernetes/csi-s3.yaml b/deploy/kubernetes/csi-s3.yaml index 8c39779..6d75b37 100644 --- a/deploy/kubernetes/csi-s3.yaml +++ b/deploy/kubernetes/csi-s3.yaml @@ -81,7 +81,7 @@ spec: capabilities: add: ["SYS_ADMIN"] allowPrivilegeEscalation: true - image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.28.1 + image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.28.2 imagePullPolicy: IfNotPresent args: - "--endpoint=$(CSI_ENDPOINT)" diff --git a/deploy/kubernetes/provisioner.yaml b/deploy/kubernetes/provisioner.yaml index 5ae7f4b..3108a03 100644 --- a/deploy/kubernetes/provisioner.yaml +++ b/deploy/kubernetes/provisioner.yaml @@ -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.28.1 + image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.28.2 imagePullPolicy: IfNotPresent args: - "--endpoint=$(CSI_ENDPOINT)"