File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.2.3]
4
+ ### Bugfixes
5
+ * Set custom endpoint ([ #767 ] https://github.com/outscale/osc-bsu-csi-driver/pull/767 ))
6
+
3
7
## [ v1.2.2]
4
8
### Bugfixes
5
9
* Update osc-sdk-go package in order not to check region ([ #762 ] https://github.com/outscale/osc-bsu-csi-driver/pull/762 ))
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ The Outscale Block Storage Unit Container Storage Interface (CSI) Driver provide
20
20
| v1.1.0 | [ v1.5.0] ( https://github.com/container-storage-interface/spec/releases/tag/v1.5.0 ) | 1.20 | 1.23 |
21
21
| v1.1.1 | [ v1.5.0] ( https://github.com/container-storage-interface/spec/releases/tag/v1.5.0 ) | 1.20 | 1.23 |
22
22
| v1.2.2 | [ v1.5.0] ( https://github.com/container-storage-interface/spec/releases/tag/v1.5.0 ) | 1.20 | 1.23 |
23
+ | v1.2.3 | [ v1.5.0] ( https://github.com/container-storage-interface/spec/releases/tag/v1.5.0 ) | 1.20 | 1.23 |
23
24
24
25
## Features
25
26
The following CSI gRPC calls are implemented:
Original file line number Diff line number Diff line change 1
1
# osc-bsu-csi-driver
2
2
3
- ![ Version: 1.3.0] ( https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square ) ![ AppVersion: v1.2.2 ] ( https://img.shields.io/badge/AppVersion-v1.2.2 -informational?style=flat-square )
3
+ ![ Version: 1.3.0] ( https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square ) ![ AppVersion: v1.2.3 ] ( https://img.shields.io/badge/AppVersion-v1.2.3 -informational?style=flat-square )
4
4
5
5
A Helm chart for Outscale BSU CSI Driver
6
6
@@ -42,7 +42,7 @@ Kubernetes: `>=1.20`
42
42
| extraVolumeTags | object | ` {} ` | Add extra tags on volume |
43
43
| image.pullPolicy | string | ` "IfNotPresent" ` | Container pull policy |
44
44
| image.repository | string | ` "outscale/osc-bsu-csi-driver" ` | Container image to use |
45
- | image.tag | string | ` "v1.2.2 " ` | Container image tag to deploy |
45
+ | image.tag | string | ` "v1.2.3 " ` | Container image tag to deploy |
46
46
| imagePullSecrets | list | ` [] ` | Specify image pull secrets |
47
47
| maxBsuVolumes | string | ` "39" ` | Maximum volume to attach to a node (see [ Docs] ( https://docs.outscale.com/en/userguide/About-Volumes.html ) ) |
48
48
| nameOverride | string | ` "" ` | Override name of the app (instead of ` osc-bsu-csi-driver ` ) |
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " v1.2.2 "
2
+ appVersion : " v1.2.3 "
3
3
name : osc-bsu-csi-driver
4
4
description : A Helm chart for Outscale BSU CSI Driver
5
5
version : 1.3.0
Original file line number Diff line number Diff line change 10
10
# -- Container image to use
11
11
repository : outscale/osc-bsu-csi-driver
12
12
# -- Container image tag to deploy
13
- tag : v1.2.2
13
+ tag : v1.2.3
14
14
# -- Container pull policy
15
15
pullPolicy : IfNotPresent
16
16
You can’t perform that action at this time.
0 commit comments