Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ jobs:
with:
charts_dir: helm-chart
skip_existing: true
mark_as_latest: false
9 changes: 9 additions & 0 deletions helm-chart/csi-driver/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# linode-blockstorage-csi-driver

The Container Storage Interface (CSI) Driver for Linode Block Storage enables container orchestrators such as Kubernetes to manage the lifecycle of persistent storage claims.

## Installing
Helm installation instructions are available in our [Deployment Documentation](https://github.com/linode/linode-blockstorage-csi-driver/blob/main/docs/deployment.md)

## Values
Helm values can be found in our default [values.yaml](https://github.com/linode/linode-blockstorage-csi-driver/blob/main/helm-chart/csi-driver/values.yaml)
4 changes: 0 additions & 4 deletions helm-chart/csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ csiLinodePlugin:
# This section adds the ability to pass resources to the container
resources:

kubectl:
image: alpine/k8s # This needs to be alpine based and have both kubectl and curl installed.
tag: 1.25.14

csiNodeDriverRegistrar:
image: registry.k8s.io/sig-storage/csi-node-driver-registrar
tag: v2.14.0
Expand Down
Loading