diff --git a/README.md b/README.md index 79732b1c5..9e2de1dee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CSI WekaFS Driver Helm chart for Deployment of WekaIO Container Storage Interface (CSI) plugin for WekaFS - the world fastest filesystem -![Version: 2.3.3-SNAPSHOT.31.5821703](https://img.shields.io/badge/Version-2.3.3--SNAPSHOT.31.5821703-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.3.3-SNAPSHOT.31.5821703](https://img.shields.io/badge/AppVersion-v2.3.3--SNAPSHOT.31.5821703-informational?style=flat-square) +![Version: 2.3.3-SNAPSHOT.34.f87f87f](https://img.shields.io/badge/Version-2.3.3--SNAPSHOT.34.f87f87f-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.3.3-SNAPSHOT.34.f87f87f](https://img.shields.io/badge/AppVersion-v2.3.3--SNAPSHOT.34.f87f87f-informational?style=flat-square) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/csi-wekafs)](https://artifacthub.io/packages/search?repo=csi-wekafs) @@ -37,17 +37,13 @@ If you want to build the driver yourself, you can do so with the following comma make build ``` -## Requirements - -Kubernetes: `>=1.18.0` - ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| | dynamicProvisionPath | string | `"csi-volumes"` | Directory in root of file system where dynamic volumes are provisioned | | csiDriverName | string | `"csi.weka.io"` | Name of the driver (and provisioner) | -| csiDriverVersion | string | `"2.3.3-SNAPSHOT.31.5821703"` | CSI driver version | +| csiDriverVersion | string | `"2.3.3-SNAPSHOT.34.f87f87f"` | CSI driver version | | images.livenessprobesidecar | string | `"registry.k8s.io/sig-storage/livenessprobe:v2.11.0"` | CSI liveness probe sidecar image URL | | images.attachersidecar | string | `"registry.k8s.io/sig-storage/csi-attacher:v4.4.2"` | CSI attacher sidecar image URL | | images.provisionersidecar | string | `"registry.k8s.io/sig-storage/csi-provisioner:v3.6.2"` | CSI provisioner sidecar image URL | @@ -55,7 +51,7 @@ Kubernetes: `>=1.18.0` | images.resizersidecar | string | `"registry.k8s.io/sig-storage/csi-resizer:v1.9.2"` | CSI resizer sidecar image URL | | images.snapshottersidecar | string | `"registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2"` | CSI snapshotter sidecar image URL | | images.csidriver | string | `"quay.io/weka.io/csi-wekafs"` | CSI driver main image URL | -| images.csidriverTag | string | `"2.3.3-SNAPSHOT.31.5821703"` | CSI driver tag | +| images.csidriverTag | string | `"2.3.3-SNAPSHOT.34.f87f87f"` | CSI driver tag | | globalPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for all CSI driver components | | controllerPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI controller component only (by default same as global) | | nodePluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI node component only (by default same as global) | diff --git a/charts/csi-wekafsplugin/Chart.yaml b/charts/csi-wekafsplugin/Chart.yaml index a8e2c6036..69f7eb49a 100644 --- a/charts/csi-wekafsplugin/Chart.yaml +++ b/charts/csi-wekafsplugin/Chart.yaml @@ -10,8 +10,8 @@ sources: home: https://github.com/weka/csi-wekafs icon: https://weka.github.io/csi-wekafs/logo.png type: application -version: 2.3.3-SNAPSHOT.31.5821703 -appVersion: v2.3.3-SNAPSHOT.31.5821703 +version: 2.3.3-SNAPSHOT.34.f87f87f +appVersion: v2.3.3-SNAPSHOT.34.f87f87f keywords: [storage, filesystem, HPC] annotations: artifacthub.io/category: "storage" diff --git a/charts/csi-wekafsplugin/README.md b/charts/csi-wekafsplugin/README.md index e2703da20..5597a08bc 100644 --- a/charts/csi-wekafsplugin/README.md +++ b/charts/csi-wekafsplugin/README.md @@ -3,7 +3,7 @@ Helm chart for Deployment of WekaIO Container Storage Interface (CSI) plugin for [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/csi-wekafs)](https://artifacthub.io/packages/search?repo=csi-wekafs) -![Version: 2.3.3-SNAPSHOT.31.5821703](https://img.shields.io/badge/Version-2.3.3--SNAPSHOT.31.5821703-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.3.3-SNAPSHOT.31.5821703](https://img.shields.io/badge/AppVersion-v2.3.3--SNAPSHOT.31.5821703-informational?style=flat-square) +![Version: 2.3.3-SNAPSHOT.34.f87f87f](https://img.shields.io/badge/Version-2.3.3--SNAPSHOT.34.f87f87f-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.3.3-SNAPSHOT.34.f87f87f](https://img.shields.io/badge/AppVersion-v2.3.3--SNAPSHOT.34.f87f87f-informational?style=flat-square) ## Homepage https://github.com/weka/csi-wekafs @@ -46,17 +46,13 @@ helm install csi-wekafsplugin csi-wekafs/csi-wekafsplugin --namespace csi-wekafs ## Additional Documentation - [Official Weka CSI Plugin documentation](https://docs.weka.io/appendix/weka-csi-plugin) -## Requirements - -Kubernetes: `>=1.18.0` - ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| | dynamicProvisionPath | string | `"csi-volumes"` | Directory in root of file system where dynamic volumes are provisioned | | csiDriverName | string | `"csi.weka.io"` | Name of the driver (and provisioner) | -| csiDriverVersion | string | `"2.3.3-SNAPSHOT.31.5821703"` | CSI driver version | +| csiDriverVersion | string | `"2.3.3-SNAPSHOT.34.f87f87f"` | CSI driver version | | images.livenessprobesidecar | string | `"registry.k8s.io/sig-storage/livenessprobe:v2.11.0"` | CSI liveness probe sidecar image URL | | images.attachersidecar | string | `"registry.k8s.io/sig-storage/csi-attacher:v4.4.2"` | CSI attacher sidecar image URL | | images.provisionersidecar | string | `"registry.k8s.io/sig-storage/csi-provisioner:v3.6.2"` | CSI provisioner sidecar image URL | @@ -64,7 +60,7 @@ Kubernetes: `>=1.18.0` | images.resizersidecar | string | `"registry.k8s.io/sig-storage/csi-resizer:v1.9.2"` | CSI resizer sidecar image URL | | images.snapshottersidecar | string | `"registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2"` | CSI snapshotter sidecar image URL | | images.csidriver | string | `"quay.io/weka.io/csi-wekafs"` | CSI driver main image URL | -| images.csidriverTag | string | `"2.3.3-SNAPSHOT.31.5821703"` | CSI driver tag | +| images.csidriverTag | string | `"2.3.3-SNAPSHOT.34.f87f87f"` | CSI driver tag | | globalPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for all CSI driver components | | controllerPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI controller component only (by default same as global) | | nodePluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI node component only (by default same as global) | diff --git a/charts/csi-wekafsplugin/values.yaml b/charts/csi-wekafsplugin/values.yaml index 568b12481..b4067f721 100644 --- a/charts/csi-wekafsplugin/values.yaml +++ b/charts/csi-wekafsplugin/values.yaml @@ -5,7 +5,7 @@ dynamicProvisionPath: "csi-volumes" # -- Name of the driver (and provisioner) csiDriverName: "csi.weka.io" # -- CSI driver version -csiDriverVersion: &csiDriverVersion 2.3.3-SNAPSHOT.31.5821703 +csiDriverVersion: &csiDriverVersion 2.3.3-SNAPSHOT.34.f87f87f images: # -- CSI liveness probe sidecar image URL livenessprobesidecar: registry.k8s.io/sig-storage/livenessprobe:v2.11.0