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

Commit

Permalink
Merge pull request #2088 from weaveworks/helm/docs-clearify-fqin
Browse files Browse the repository at this point in the history
Explicitly state requirements for automated `HelmRelease`s
  • Loading branch information
hiddeco authored May 23, 2019
2 parents 5b15a94 + 1c1bf10 commit 5e17cd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/helm-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ If the chart you're using in a `HelmRelease` lets you specify the
particular images to run, you will usually be able to update them with
Flux, the same way you can with Deployments and so on.

> **Note:** for automation to work, the repository _and_ tag should be
> defined, as Flux determines image updates based on what it reads in
> the `.spec.values` of the `HelmRelease`.

Flux interprets certain commonly used structures in the `values`
section of a `HelmRelease` as referring to images. The following
are understood (showing just the `values` section):
Expand Down

0 comments on commit 5e17cd5

Please sign in to comment.