mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 23:51:48 +00:00
Improve warning about GitRepo HelmCharts
Co-authored-by: Hidde Beydals <hiddeco@users.noreply.github.com> Signed-off-by: leigh capili <leigh@null.net>
This commit is contained in:
parent
e4d7450643
commit
143a5fa562
1 changed files with 6 additions and 6 deletions
|
|
@ -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…
Reference in a new issue