File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 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
1717REGISTRY_NAME2 =cr.il.nebius.cloud/crll7us9n6i5j3v4n92m
1818IMAGE_NAME =csi-s3
1919IMAGE_NAME2 =yandex-cloud/csi-s3/csi-s3-driver
20- VERSION ?= 0.43.2
20+ VERSION ?= 0.43.3
2121IMAGE_TAG =$(REGISTRY_NAME ) /$(IMAGE_NAME ) :$(VERSION )
2222TEST_IMAGE_TAG =$(IMAGE_NAME ) :test
2323
Original file line number Diff line number Diff line change 11---
22apiVersion : v1
3- appVersion : 0.43.2
3+ appVersion : 0.43.3
44description : " Container Storage Interface (CSI) driver for S3 volumes"
55name : csi-s3
6- version : 0.43.2
6+ version : 0.43.3
77keywords :
88 - s3
99home : https://github.com/yandex-cloud/k8s-csi-s3
Original file line number Diff line number Diff line change 11helm_chart :
22 name : cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3
3- tag : 0.43.2
3+ tag : 0.43.3
44requirements :
55 k8s_version : " >=1.13"
66images :
Original file line number Diff line number Diff line change 55 # Source: quay.io/k8scsi/csi-provisioner:v2.1.0
66 provisioner : cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-provisioner:v2.1.0
77 # Main image
8- csi : cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3-driver:0.43.2
8+ csi : cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3-driver:0.43.3
99
1010storageClass :
1111 # Specifies whether the storage class should be created
Original file line number Diff line number Diff line change 7070 capabilities :
7171 add : ["SYS_ADMIN"]
7272 allowPrivilegeEscalation : true
73- image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.43.2
73+ image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.43.3
7474 imagePullPolicy : IfNotPresent
7575 args :
7676 - " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 8888 - name : socket-dir
8989 mountPath : /var/lib/kubelet/plugins/ru.yandex.s3.csi
9090 - name : csi-s3
91- image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.43.2
91+ image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.43.3
9292 imagePullPolicy : IfNotPresent
9393 args :
9494 - " --endpoint=$(CSI_ENDPOINT)"
You can’t perform that action at this time.
0 commit comments