Improve warning about GitRepo HelmCharts

Co-authored-by: Hidde Beydals <hiddeco@users.noreply.github.com>
Signed-off-by: leigh capili <leigh@null.net>
pull/1067/head
leigh capili 4 years ago
parent e4d7450643
commit 143a5fa562
No known key found for this signature in database
GPG Key ID: 59432144444FB382

@ -62,13 +62,13 @@ Charts from Git repositories can be released by declaring a
repository on an interval and expose it as an artifact.
The source-controller can build and expose Helm charts as artifacts
from the contents of the `GitRepository` artifact (more about this
later on in the guide).
**There is one caveat you should be aware of:** to make the
source-controller produce a new chart artifact, the `version` in the
`Chart.yaml` of the chart must be bumped.
from the contents of the `GitRepository` artifact [(more about this
later on in the guide)](#define-a-helm-release).
!!! warning "Arbitrary changes in Git do not produce new charts"
source-controller's `HelmChart` only publishes a new chart artifact when a commit
bumps the `version` field of the `Chart.yaml` referenced from the `GitRepository`.
An example `GitRepository`:
```yaml

Loading…
Cancel
Save