From 1c1bf10c5db4e0c2a4aeed652300b58433d94ab5 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Thu, 23 May 2019 22:11:10 +0200 Subject: [PATCH] Explicitly state requirements for automated HRs --- site/helm-integration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/helm-integration.md b/site/helm-integration.md index 6e65faec2..efe642331 100644 --- a/site/helm-integration.md +++ b/site/helm-integration.md @@ -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):