From 44c071799be2ac25635b17faaca0309a49e71900 Mon Sep 17 00:00:00 2001 From: hanenMizouni Date: Tue, 17 Sep 2024 12:36:06 +0000 Subject: [PATCH] generate helm docs Signed-off-by: hanenMizouni --- docs/helm.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/helm.md b/docs/helm.md index 8f5cedfb..6ca01bfd 100644 --- a/docs/helm.md +++ b/docs/helm.md @@ -66,15 +66,15 @@ Kubernetes: `>=1.20` | sidecars.attacherImage.httpEndpointPort | string | `"8090"` | Port of the http endpoint | | sidecars.attacherImage.leaderElection | object | `{}` | Customize leaderElection, you can specify `leaseDuration`, `renewDeadline` and/or `retryPeriod`. Each value must be in an acceptable time.ParseDuration format.(Ref: https://pkg.go.dev/flag#Duration) | | sidecars.attacherImage.repository | string | `"registry.k8s.io/sig-storage/csi-attacher"` | | -| sidecars.attacherImage.tag | string | `"v3.3.0"` | | +| sidecars.attacherImage.tag | string | `"v4.7.0"` | | | sidecars.livenessProbeImage.port | string | `"9808"` | Port of the liveness of the main container | | sidecars.livenessProbeImage.repository | string | `"registry.k8s.io/sig-storage/livenessprobe"` | | -| sidecars.livenessProbeImage.tag | string | `"v2.5.0"` | | +| sidecars.livenessProbeImage.tag | string | `"v2.14.0"` | | | sidecars.nodeDriverRegistrarImage.enableHttpEndpoint | bool | `false` | Enable http endpoint to get metrics of the container | | sidecars.nodeDriverRegistrarImage.enableLivenessProbe | bool | `false` | Enable liveness probe for the container | | sidecars.nodeDriverRegistrarImage.httpEndpointPort | string | `"8093"` | Port of the http endpoint | | sidecars.nodeDriverRegistrarImage.repository | string | `"registry.k8s.io/sig-storage/csi-node-driver-registrar"` | | -| sidecars.nodeDriverRegistrarImage.tag | string | `"v2.3.0"` | | +| sidecars.nodeDriverRegistrarImage.tag | string | `"v2.12.0"` | | | sidecars.provisionerImage.enableHttpEndpoint | bool | `false` | Enable http endpoint to get metrics of the container | | sidecars.provisionerImage.enableLivenessProbe | bool | `false` | Enable liveness probe for the container | | sidecars.provisionerImage.extraArgs.--feature-gates | string | `"NodeSwap=true"` | | @@ -82,19 +82,19 @@ Kubernetes: `>=1.20` | sidecars.provisionerImage.httpEndpointPort | string | `"8089"` | Port of the http endpoint | | sidecars.provisionerImage.leaderElection | object | `{}` | Customize leaderElection, you can specify `leaseDuration`, `renewDeadline` and/or `retryPeriod`. Each value must be in an acceptable time.ParseDuration format.(Ref: https://pkg.go.dev/flag#Duration) | | sidecars.provisionerImage.repository | string | `"registry.k8s.io/sig-storage/csi-provisioner"` | | -| sidecars.provisionerImage.tag | string | `"v3.0.0"` | | +| sidecars.provisionerImage.tag | string | `"v5.1.0"` | | | sidecars.resizerImage.enableHttpEndpoint | bool | `false` | Enable http endpoint to get metrics of the container | | sidecars.resizerImage.enableLivenessProbe | bool | `false` | Enable liveness probe for the container | | sidecars.resizerImage.httpEndpointPort | string | `"8092"` | Port of the http endpoint | | sidecars.resizerImage.leaderElection | object | `{}` | Customize leaderElection, you can specify `leaseDuration`, `renewDeadline` and/or `retryPeriod`. Each value must be in an acceptable time.ParseDuration format.(Ref: https://pkg.go.dev/flag#Duration) | | sidecars.resizerImage.repository | string | `"registry.k8s.io/sig-storage/csi-resizer"` | | -| sidecars.resizerImage.tag | string | `"v1.3.0"` | | +| sidecars.resizerImage.tag | string | `"v1.12.0"` | | | sidecars.snapshotterImage.enableHttpEndpoint | bool | `false` | Enable http endpoint to get metrics of the container | | sidecars.snapshotterImage.enableLivenessProbe | bool | `false` | Enable liveness probe for the container | | sidecars.snapshotterImage.httpEndpointPort | string | `"8091"` | Port of the http endpoint | | sidecars.snapshotterImage.leaderElection | object | `{}` | Customize leaderElection, you can specify `leaseDuration`, `renewDeadline` and/or `retryPeriod`. Each value must be in an acceptable time.ParseDuration format.(Ref: https://pkg.go.dev/flag#Duration) | | sidecars.snapshotterImage.repository | string | `"registry.k8s.io/sig-storage/csi-snapshotter"` | | -| sidecars.snapshotterImage.tag | string | `"v4.2.1"` | | +| sidecars.snapshotterImage.tag | string | `"v8.1.0"` | | | timeout | string | `"60s"` | Timeout for sidecars | | tolerations | list | `[{"key":"CriticalAddonsOnly","operator":"Exists"},{"effect":"NoExecute","operator":"Exists","tolerationSeconds":300}]` | Pod tolerations | | verbosity | int | `10` | Verbosity level of the plugin |