File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
PROJECT_DIR =/app
17
17
REGISTRY_NAME =cr.yandex/crp9ftr22d26age3hulg
18
18
IMAGE_NAME =csi-s3
19
- VERSION ?= 0.28.1
19
+ VERSION ?= 0.28.2
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 81
81
capabilities :
82
82
add : ["SYS_ADMIN"]
83
83
allowPrivilegeEscalation : true
84
- image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.28.1
84
+ image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.28.2
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.28.1
89
+ image : cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.28.2
90
90
imagePullPolicy : IfNotPresent
91
91
args :
92
92
- " --endpoint=$(CSI_ENDPOINT)"
You can’t perform that action at this time.
0 commit comments