diff --git a/deploy/helm/charts/README.md b/deploy/helm/charts/README.md index 4aea0495..4e46be96 100644 --- a/deploy/helm/charts/README.md +++ b/deploy/helm/charts/README.md @@ -73,7 +73,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope | `analytics.pingInterval` | Duration(hours) between sending ping stat | `24h` | | `extraLabels` | Additional labels to add to all chart resources | `{}` | | `helperPod.image.registry` | Registry for helper image | `""` | -| `helperPod.image.repository` | Image for helper pod | `"openebs/linux-utils"` | +| `helperPod.image.repository` | Image for helper pod | `"openebs/alpine-sh"` | | `helperPod.image.pullPolicy` | Pull policy for helper pod | `"IfNotPresent"` | | `helperPod.image.tag` | Image tag for helper image | `4.1.0` | | `hostpathClass.basePath` | BasePath for openebs-hostpath StorageClass | `"/var/openebs/local"` | diff --git a/deploy/helm/charts/values.yaml b/deploy/helm/charts/values.yaml index 14b15def..f453e887 100644 --- a/deploy/helm/charts/values.yaml +++ b/deploy/helm/charts/values.yaml @@ -117,7 +117,7 @@ hostpathClass: helperPod: image: registry: "" - repository: openebs/linux-utils + repository: openebs/alpine-sh pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: 4.1.0