Skip to content

Commit

Permalink
Merge pull request #118 from linode/release-v0.5.3
Browse files Browse the repository at this point in the history
v0.5.3 Release
  • Loading branch information
luthermonson authored Oct 3, 2023
2 parents 73b0dca + 155df13 commit 5dfa495
Show file tree
Hide file tree
Showing 7 changed files with 1,149 additions and 24 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,18 @@ linode Opaque 2 18h

#### Deploying CSI through kubectl:

The following command will deploy the CSI driver with the related Kubernetes volume attachment, driver registration, and provisioning sidecars:
The following command will deploy the latest version of the CSI driver with all related Kubernetes volume attachment, driver registration, and provisioning sidecars:

```sh
kubectl apply -f https://raw.githubusercontent.com/linode/linode-blockstorage-csi-driver/master/pkg/linode-bs/deploy/releases/linode-blockstorage-csi-driver.yaml
```

If you need a specific [release](https://github.com/linode/linode-blockstorage-csi-driver/releases) of the CSI driver you can specify the release version in the URL like the following:

```sh
kubectl apply -f https://raw.githubusercontent.com/linode/linode-blockstorage-csi-driver/master/pkg/linode-bs/deploy/releases/linode-blockstorage-csi-driver-v0.5.3.yaml
```

This deployment is a concatenation of all of the `yaml` files in [pkg/linode-bs/deploy/kubernetes/](https://github.com/linode/linode-blockstorage-csi-driver/tree/master/pkg/linode-bs/deploy/kubernetes/).

Notably, this deployment will:
Expand Down
19 changes: 0 additions & 19 deletions RELEASES.md

This file was deleted.

2 changes: 1 addition & 1 deletion helm-chart/csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: linode-blockstorage-csi-driver
description: The Container Storage Interface (CSI) Driver for Linode Block Storage enables container orchestrators such as Kubernetes to manage the life-cycle of persistant storage claims.
type: application
version: 1.0.0
appVersion: "0.5.0"
appVersion: "0.5.3"
2 changes: 1 addition & 1 deletion helm-chart/csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ csiResizer:

csiLinodePlugin:
image: linode/linode-blockstorage-csi-driver
tag: v0.5.0
tag: v0.5.3
pullPolicy: IfNotPresent

kubectl:
Expand Down
Loading

0 comments on commit 5dfa495

Please sign in to comment.