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 @@ -17,7 +17,7 @@ REGISTRY_NAME=cr.yandex/crp9ftr22d26age3hulg
17
17
REGISTRY_NAME2 =cr.il.nebius.cloud/crll7us9n6i5j3v4n92m
18
18
IMAGE_NAME =csi-s3
19
19
IMAGE_NAME2 =yandex-cloud/csi-s3/csi-s3-driver
20
- VERSION ?= 0.40.1
20
+ VERSION ?= 0.40.3
21
21
IMAGE_TAG =$(REGISTRY_NAME ) /$(IMAGE_NAME ) :$(VERSION )
22
22
TEST_IMAGE_TAG =$(IMAGE_NAME ) :test
23
23
Original file line number Diff line number Diff line change 1
1
---
2
2
apiVersion : v1
3
- appVersion : 0.40.1
3
+ appVersion : 0.40.3
4
4
description : " Container Storage Interface (CSI) driver for S3 volumes"
5
5
name : csi-s3
6
- version : 0.40.1
6
+ version : 0.40.3
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.40.1
3
+ tag : 0.40.3
4
4
requirements :
5
5
k8s_version : " >=1.13"
6
6
images :
Original file line number Diff line number Diff line change 5
5
# Source: quay.io/k8scsi/csi-provisioner:v2.1.0
6
6
provisioner : cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-provisioner:v2.1.0
7
7
# Main image
8
- csi : cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3-driver:0.40.1
8
+ csi : cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3-driver:0.40.3
9
9
10
10
storageClass :
11
11
# Specifies whether the storage class should be created
Original file line number Diff line number Diff line change 70
70
capabilities :
71
71
add : ["SYS_ADMIN"]
72
72
allowPrivilegeEscalation : true
73
- image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.40.1
73
+ image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.40.3
74
74
imagePullPolicy : IfNotPresent
75
75
args :
76
76
- " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 88
88
- name : socket-dir
89
89
mountPath : /var/lib/kubelet/plugins/ru.yandex.s3.csi
90
90
- name : csi-s3
91
- image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.40.1
91
+ image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.40.3
92
92
imagePullPolicy : IfNotPresent
93
93
args :
94
94
- " --endpoint=$(CSI_ENDPOINT)"
You can’t perform that action at this time.
0 commit comments