-
Bug
-
Resolution: Done
-
Minor
-
1.3.0, 1.4.1
-
None
-
1
-
False
-
-
False
-
-
Bug Fix
-
Done
-
-
-
RHDH Install 3281
Description of problem:
In the Red Hat Developer Hub Helm chart (1.4.1 and earlier), the top level values.yaml file includes:
initContainers:
- name: install-dynamic-plugins
imagePullPolicy: Always
As the container is is about 2.5 G-bytes in size, forcing the full download of the image slows startup time.
I suggest changing "Always" to "IfNotPresent" which is the setting for all other images in the Helm chart.
Actual results:
Expected results:
Shorter startup time.{}
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
Additional info (Such as Logs, Screenshots, etc):
- is related to
-
RHDHBUGS-2236 [Tech Debt][rhdh-chart] Set image pullPolicy to an empty string to honor K8s default pull behavior (unless set explicitly by the user)
-
- Backlog
-
- links to