Bump version to 0.37.4

- Update GeeseFS (now it also limits metadata memory usage)
- Return s3fs-fuse & rclone packages back because they are now fixed in Alpine
- Do not use hostNetwork: true for mounter... but it won't help much because GeeseFS is now started on host :)
- Publish helm chart to github pages
This commit is contained in:
Vitaliy Filippov 2023-08-23 12:58:49 +03:00
parent 195829887a
commit 40086c1ffa
6 changed files with 7 additions and 7 deletions

View file

@ -70,7 +70,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.36.2
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.37.4
imagePullPolicy: IfNotPresent
args:
- "--endpoint=$(CSI_ENDPOINT)"

View file

@ -88,7 +88,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/kubelet/plugins/ru.yandex.s3.csi
- name: csi-s3
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.36.2
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.37.4
imagePullPolicy: IfNotPresent
args:
- "--endpoint=$(CSI_ENDPOINT)"