Skip to content

Commit 35a528e

Browse files
committed
Bump version to 0.31.6
1 parent 6a44360 commit 35a528e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Makefile

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

deploy/helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
apiVersion: v1
3-
appVersion: 0.31.3
3+
appVersion: 0.31.6
44
description: "Container Storage Interface (CSI) driver for S3 volumes"
55
name: csi-s3
6-
version: 0.31.3
6+
version: 0.31.6
77
keywords:
88
- s3
99
home: https://github.com/yandex-cloud/k8s-csi-s3

deploy/helm/manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
helm_chart:
22
name: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3
3-
tag: 0.31.3
3+
tag: 0.31.6
44
requirements:
55
k8s_version: ">=1.13"
66
images:

deploy/helm/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ images:
77
# Source: quay.io/k8scsi/csi-provisioner:v2.1.0
88
provisioner: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-provisioner:v2.1.0
99
# Main image
10-
csi: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3-driver:0.31.3
10+
csi: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3-driver:0.31.6
1111

1212
storageClass:
1313
# Specifies whether the storage class should be created

deploy/kubernetes/csi-s3.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
capabilities:
8888
add: ["SYS_ADMIN"]
8989
allowPrivilegeEscalation: true
90-
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.31.3
90+
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.31.6
9191
imagePullPolicy: IfNotPresent
9292
args:
9393
- "--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.31.3
89+
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.31.6
9090
imagePullPolicy: IfNotPresent
9191
args:
9292
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)