Skip to content

Commit 911571a

Browse files
committed
Bump version to 0.40.3, following GeeseFS
1 parent b2489cd commit 911571a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ REGISTRY_NAME=cr.yandex/crp9ftr22d26age3hulg
1717
REGISTRY_NAME2=cr.il.nebius.cloud/crll7us9n6i5j3v4n92m
1818
IMAGE_NAME=csi-s3
1919
IMAGE_NAME2=yandex-cloud/csi-s3/csi-s3-driver
20-
VERSION ?= 0.40.1
20+
VERSION ?= 0.40.3
2121
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION)
2222
TEST_IMAGE_TAG=$(IMAGE_NAME):test
2323

deploy/helm/csi-s3/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
apiVersion: v1
3-
appVersion: 0.40.1
3+
appVersion: 0.40.3
44
description: "Container Storage Interface (CSI) driver for S3 volumes"
55
name: csi-s3
6-
version: 0.40.1
6+
version: 0.40.3
77
keywords:
88
- s3
99
home: https://github.com/yandex-cloud/k8s-csi-s3

deploy/helm/csi-s3/manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
helm_chart:
22
name: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3
3-
tag: 0.40.1
3+
tag: 0.40.3
44
requirements:
55
k8s_version: ">=1.13"
66
images:

deploy/helm/csi-s3/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ images:
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.40.1
8+
csi: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3-driver:0.40.3
99

1010
storageClass:
1111
# Specifies whether the storage class should be created

deploy/kubernetes/csi-s3.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
capabilities:
7171
add: ["SYS_ADMIN"]
7272
allowPrivilegeEscalation: true
73-
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.40.1
73+
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.40.3
7474
imagePullPolicy: IfNotPresent
7575
args:
7676
- "--endpoint=$(CSI_ENDPOINT)"

deploy/kubernetes/provisioner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
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.40.1
91+
image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.40.3
9292
imagePullPolicy: IfNotPresent
9393
args:
9494
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)