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.30.7
19
+ VERSION ?= 0.30.9
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.30.7
3
+ appVersion : 0.30.9
4
4
description : " Container Storage Interface (CSI) driver for S3 volumes"
5
5
name : csi-s3
6
- version : 0.30.7
6
+ version : 0.30.9
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.30.7
3
+ tag : 0.30.9
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.30.7
10
+ csi : cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3-driver:0.30.9
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 81
81
capabilities :
82
82
add : ["SYS_ADMIN"]
83
83
allowPrivilegeEscalation : true
84
- image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.30.7
84
+ image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.30.9
85
85
imagePullPolicy : IfNotPresent
86
86
args :
87
87
- " --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.30.7
89
+ image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.30.9
90
90
imagePullPolicy : IfNotPresent
91
91
args :
92
92
- " --endpoint=$(CSI_ENDPOINT)"
You can’t perform that action at this time.
0 commit comments