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

Commit

Permalink
Explicitly state requirements for automated HRs
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed May 23, 2019
1 parent 5b15a94 commit 1c1bf10
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 1c1bf10

Please sign in to comment.