Skip to content

Commit

Permalink
feat(chart): use openebs/alpine-sh instead of openebs/linux-utils for…
Browse files Browse the repository at this point in the history
… helperPod

Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Jul 4, 2024
1 parent fc47e47 commit a3d2c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` |
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3d2c30

Please sign in to comment.