Skip to content

Commit 33e3c70

Browse files
authored
Merge pull request #1664 from fluxcd/upgrade-components-extra
Add a note for image automation to upgrade guide
2 parents 9c81b6f + 996a12f commit 33e3c70

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

content/en/flux/installation/upgrade.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ git add -A && git commit -m "Update $(flux -v) on my-cluster"
4343
git push
4444
```
4545

46+
If you've enabled extra Flux components at bootstrap,
47+
like those required for the [image automation feature](/flux/guides/image-update/).
48+
Ensure to include these components when generating the components manifest:
49+
50+
```shell
51+
flux install \
52+
--components-extra image-reflector-controller,image-automation-controller \
53+
--export > ./clusters/my-cluster/flux-system/gotk-components.yaml
54+
```
55+
4656
Wait for Flux to detect the changes or, tell it to do the upgrade immediately with:
4757

4858
```sh

0 commit comments

Comments
 (0)