Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer authored and Vincent Baer committed Jun 1, 2023
1 parent 02e9c21 commit 183c43b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG-0.x.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog

## [v0.2.1]
### Bugfixes
* Handle 39 volumes for scsi device per node ([#733](https://github.com/outscale/osc-bsu-csi-driver/issues/733))

## [v0.2.0]
### Features
* Increase maximum volumes per node (from 25 to 40) ([#657](https://github.com/outscale/osc-bsu-csi-driver/pull/657))
Expand Down
4 changes: 2 additions & 2 deletions docs/helm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# osc-bsu-csi-driver

![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square)
![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square) ![AppVersion: v0.2.1](https://img.shields.io/badge/AppVersion-v0.2.1-informational?style=flat-square)

A Helm chart for Outscale BSU CSI Driver

Expand Down Expand Up @@ -41,7 +41,7 @@ Kubernetes: `>=1.20.0`
| extraVolumeTags | object | `{}` | Add extra tags on volume |
| image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
| image.repository | string | `"outscale/osc-ebs-csi-driver"` | Container image to use |
| image.tag | string | `"v0.2.0"` | Container image tag to deploy |
| image.tag | string | `"v0.2.1"` | Container image tag to deploy |
| imagePullSecrets | list | `[]` | Specify image pull secrets |
| maxBsuVolumes | string | `"39"` | Maximum volume to attach to a node (see [Docs](https://docs.outscale.com/en/userguide/About-Volumes.html)) |
| nameOverride | string | `""` | Override name of the app (instead of `osc-bsu-csi-driver`) |
Expand Down
4 changes: 2 additions & 2 deletions osc-bsu-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "v0.2.0"
appVersion: "v0.2.1"
name: osc-bsu-csi-driver
description: A Helm chart for Outscale BSU CSI Driver
version: 0.10.0
version: 0.10.1
kubeVersion: ">=1.20.0"
home: https://github.com/outscale/osc-bsu-csi-driver
sources:
Expand Down
2 changes: 1 addition & 1 deletion osc-bsu-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
# -- Container image to use
repository: outscale/osc-ebs-csi-driver
# -- Container image tag to deploy
tag: v0.2.0
tag: v0.2.1
# -- Container pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 183c43b

Please sign in to comment.