helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

[BUG][Opensearch] imagePullPolicy not set for fsgroup-volume init container

Open gentoo9ball opened this issue 1 year ago • 2 comments

Describe the bug imagePullPolicy is not defined for the busybox image used for fsgroup-volume init container. This makes it default to true and not work in an environment without internet.

To Reproduce Steps to reproduce the behavior:

  1. Deploy chart with imagePullPolicy set to IfNotPresent
  2. Unplug internet
  3. Restart
  4. See error, fails to pull busybox image

Expected behavior With imagePullPolicy set, it should set it on all containers and therefore not need to re-pull the busybox image. Should be fixed by already referenced PR #417. Thanks, @TheAlgo

Chart Name Opensearch

Host/Environment (please complete the following information):

  • Helm Version: v3.11.2
  • Kubernetes Version: Microk8s v1.26.3

Additional context Add any other context about the problem here.

gentoo9ball avatar Apr 26 '23 13:04 gentoo9ball

Can you please have a look on this issue, @TheAlgo. thank you!!

jordarlu avatar May 09 '23 19:05 jordarlu

bump

gentoo9ball avatar May 24 '23 13:05 gentoo9ball