diff --git a/README.md b/README.md index cc4569c..b804844 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Leaseweb Cloudstck CSI Hem Charts - [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Release Charts](https://github.com/Leaseweb/cloudstack-csi-driver/actions/workflows/charts-release.yaml/badge.svg?branch=add-csi-charts) [![Releases downloads](https://img.shields.io/github/downloads/Leaseweb/cloudstack-csi-driver/total.svg)](https://github.com/Leaseweb/cloudstack-csi-driver/releases) + [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Releases downloads](https://img.shields.io/github/downloads/Leaseweb/cloudstack-csi-driver/total.svg)](https://github.com/Leaseweb/cloudstack-csi-driver/releases) + This functionality is in beta and is subject to change. The code is provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features. @@ -14,10 +15,23 @@ Once Helm is set up properly, add the repository as follows: ```console helm repo add cloudstack-csi https://leaseweb.github.io/cloudstack-csi-driver ``` +### Add repo + + ```console + helm repo add csi https://leaseweb.github.io/cloudstack-csi-driver + helm repo update + ``` + +### Install CloudStack CSI chart + + ```console + helm install cloudstack-csi cloudstack-csi/cloudstack-csi + ``` + ## License [Apache 2.0 License](https://github.com/Leaseweb/cloudstack-csi-driver/blob/master/LICENSE). ## Helm charts build status -![Release Charts](https://github.com/Leaseweb/cloudstack-csi-driver/actions/workflows/release-charts.yml/badge.svg?branch=add-csi-charts) \ No newline at end of file + \ No newline at end of file diff --git a/_config.yaml b/_config.yaml index c65fced..ab8f53e 100644 --- a/_config.yaml +++ b/_config.yaml @@ -1,3 +1,3 @@ theme: jekyll-theme-cayman -title: 'Helm Charts Repository using GitHub Pages' -subtitle: 'Instructions and working demo of how to publish a Helm charts repository using GitHub pages' \ No newline at end of file +title: 'Leaseweb Cloudstck CSI Hem Charts' +subtitle: 'Provides a Container Storage Interface (CSI) plugin for Apache CloudStack.' \ No newline at end of file