Skip to content

Commit

Permalink
Merge pull request #1664 from fluxcd/upgrade-components-extra
Browse files Browse the repository at this point in the history
Add a note for image automation to upgrade guide
  • Loading branch information
stefanprodan authored Sep 20, 2023
2 parents 9c81b6f + 996a12f commit 33e3c70
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/en/flux/installation/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ git add -A && git commit -m "Update $(flux -v) on my-cluster"
git push
```

If you've enabled extra Flux components at bootstrap,
like those required for the [image automation feature](/flux/guides/image-update/).
Ensure to include these components when generating the components manifest:

```shell
flux install \
--components-extra image-reflector-controller,image-automation-controller \
--export > ./clusters/my-cluster/flux-system/gotk-components.yaml
```

Wait for Flux to detect the changes or, tell it to do the upgrade immediately with:

```sh
Expand Down

0 comments on commit 33e3c70

Please sign in to comment.