File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
REGISTRY_NAME =cr.yandex/crp9ftr22d26age3hulg
17
17
IMAGE_NAME =csi-s3
18
18
IMAGE_NAME2 =yandex-cloud/csi-s3/csi-s3-driver
19
- VERSION ?= 0.31.3
19
+ VERSION ?= 0.31.6
20
20
IMAGE_TAG =$(REGISTRY_NAME ) /$(IMAGE_NAME ) :$(VERSION )
21
21
TEST_IMAGE_TAG =$(IMAGE_NAME ) :test
22
22
Original file line number Diff line number Diff line change 1
1
---
2
2
apiVersion : v1
3
- appVersion : 0.31.3
3
+ appVersion : 0.31.6
4
4
description : " Container Storage Interface (CSI) driver for S3 volumes"
5
5
name : csi-s3
6
- version : 0.31.3
6
+ version : 0.31.6
7
7
keywords :
8
8
- s3
9
9
home : https://github.com/yandex-cloud/k8s-csi-s3
Original file line number Diff line number Diff line change 1
1
helm_chart :
2
2
name : cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3
3
- tag : 0.31.3
3
+ tag : 0.31.6
4
4
requirements :
5
5
k8s_version : " >=1.13"
6
6
images :
Original file line number Diff line number Diff line change 7
7
# Source: quay.io/k8scsi/csi-provisioner:v2.1.0
8
8
provisioner : cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-provisioner:v2.1.0
9
9
# 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
11
11
12
12
storageClass :
13
13
# Specifies whether the storage class should be created
Original file line number Diff line number Diff line change 87
87
capabilities :
88
88
add : ["SYS_ADMIN"]
89
89
allowPrivilegeEscalation : true
90
- image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.31.3
90
+ image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.31.6
91
91
imagePullPolicy : IfNotPresent
92
92
args :
93
93
- " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 86
86
- name : socket-dir
87
87
mountPath : /var/lib/kubelet/plugins/ru.yandex.s3.csi
88
88
- name : csi-s3
89
- image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.31.3
89
+ image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.31.6
90
90
imagePullPolicy : IfNotPresent
91
91
args :
92
92
- " --endpoint=$(CSI_ENDPOINT)"
You can’t perform that action at this time.
0 commit comments