Uploaded image for project: 'Red Hat Developer Hub Bugs'
  1. Red Hat Developer Hub Bugs
  2. RHDHBUGS-1000

Helm installation initContainers[0].imagePullPolicy is set to "Always"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 1.8.0
    • 1.3.0, 1.4.1
    • Helm Chart
    • None
    • 1
    • False
    • Hide

      None

      Show
      None
    • False
    • Hide
      = Improved startup speed with updated init container image pull policy for {product-short} Helm Chart

      With this update, the pull policy for the init container image of the {product-short} Helm Chart was changed from `Always` to `IfNotPresent`. This change reduces the repeated download time during startup of the container image, which is approximately 2.5 GB, thereby significantly improving startup speed for users.
      Show
      = Improved startup speed with updated init container image pull policy for {product-short} Helm Chart With this update, the pull policy for the init container image of the {product-short} Helm Chart was changed from `Always` to `IfNotPresent`. This change reduces the repeated download time during startup of the container image, which is approximately 2.5 GB, thereby significantly improving startup speed for users.
    • 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):

              lahern Leanne Ahern
              mgreenbe@redhat.com Michael Greenberg
              RHIDP - Install
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: