Skip to content

Commit a244dfd

Browse files
authored
add a readme for the helm chart and turn off the helm release being tagged as the latest (#451)
1 parent 7d9126c commit a244dfd

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/helm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ jobs:
8080
with:
8181
charts_dir: helm-chart
8282
skip_existing: true
83+
mark_as_latest: false

helm-chart/csi-driver/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# linode-blockstorage-csi-driver
2+
3+
The Container Storage Interface (CSI) Driver for Linode Block Storage enables container orchestrators such as Kubernetes to manage the lifecycle of persistent storage claims.
4+
5+
## Installing
6+
Helm installation instructions are available in our [Deployment Documentation](https://github.com/linode/linode-blockstorage-csi-driver/blob/main/docs/deployment.md)
7+
8+
## Values
9+
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)

helm-chart/csi-driver/values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ csiLinodePlugin:
8787
# This section adds the ability to pass resources to the container
8888
resources:
8989

90-
kubectl:
91-
image: alpine/k8s # This needs to be alpine based and have both kubectl and curl installed.
92-
tag: 1.25.14
93-
9490
csiNodeDriverRegistrar:
9591
image: registry.k8s.io/sig-storage/csi-node-driver-registrar
9692
tag: v2.14.0

0 commit comments

Comments
 (0)