File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.2.2]
4
+ ### Bugfixes
5
+ * Update osc-sdk-go package in order not to check region ([ #762 ] https://github.com/outscale/osc-bsu-csi-driver/pull/762 ))
6
+
3
7
## [ v0.2.1]
4
8
### Bugfixes
5
9
* Handle 39 volumes for scsi device per node ([ #733 ] ( https://github.com/outscale/osc-bsu-csi-driver/issues/733 ) )
Original file line number Diff line number Diff line change 1
1
# osc-bsu-csi-driver
2
2
3
- ![ Version: 0.11.0] ( https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square ) ![ AppVersion: v0.2.1 ] ( https://img.shields.io/badge/AppVersion-v0.2.1 -informational?style=flat-square )
3
+ ![ Version: 0.11.0] ( https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square ) ![ AppVersion: v0.2.2 ] ( https://img.shields.io/badge/AppVersion-v0.2.2 -informational?style=flat-square )
4
4
5
5
A Helm chart for Outscale BSU CSI Driver
6
6
@@ -41,7 +41,7 @@ Kubernetes: `>=1.20.0`
41
41
| extraVolumeTags | object | ` {} ` | Add extra tags on volume |
42
42
| image.pullPolicy | string | ` "IfNotPresent" ` | Container pull policy |
43
43
| image.repository | string | ` "outscale/osc-ebs-csi-driver" ` | Container image to use |
44
- | image.tag | string | ` "v0.2.1 " ` | Container image tag to deploy |
44
+ | image.tag | string | ` "v0.2.2 " ` | Container image tag to deploy |
45
45
| imagePullSecrets | list | ` [] ` | Specify image pull secrets |
46
46
| maxBsuVolumes | string | ` "39" ` | Maximum volume to attach to a node (see [ Docs] ( https://docs.outscale.com/en/userguide/About-Volumes.html ) ) |
47
47
| 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 : " v0.2.1 "
2
+ appVersion : " v0.2.2 "
3
3
name : osc-bsu-csi-driver
4
4
description : A Helm chart for Outscale BSU CSI Driver
5
5
version : 0.11.0
Original file line number Diff line number Diff line change 9
9
# -- Container image to use
10
10
repository : outscale/osc-ebs-csi-driver
11
11
# -- Container image tag to deploy
12
- tag : v0.2.1
12
+ tag : v0.2.2
13
13
# -- Container pull policy
14
14
pullPolicy : IfNotPresent
15
15
You can’t perform that action at this time.
0 commit comments