Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

add "skipDepUpdate" config parameter to HelmRelease #1712

Merged
merged 1 commit into from
Feb 8, 2019

Commits on Feb 7, 2019

  1. add "skipDepUpdate" config parameter to HelmRelease

    some helm charts (istio being an example) add helm charts into the
    "charts" folder directly and do not need "helm dep up" to be called. In
    fact doing so will cause an error since the requirements have already
    been fulfilled.  While you can disable this feature system wide it is
    much more useful to allow individual helm releases to specify this
    behavior.  this commit adds a 'skipDepUpdate' attribute to the
    HelmRelease crd that causes the dependency update step to be skipped for
    that release.
    betmix-matt committed Feb 7, 2019
    2 Configuration menu
    Copy the full SHA
    a57b3a4 View commit details
    Browse the repository at this point in the history