diff --git a/docs/guides/image-update.md b/docs/guides/image-update.md index 2be6bae8..a36a80a3 100644 --- a/docs/guides/image-update.md +++ b/docs/guides/image-update.md @@ -11,9 +11,8 @@ For a container image you can configure Flux to: - apply the changes in-cluster and rollout the container image !!! warning "Alpha version" - Note that the image update feature is currently alpha and, it only supports **semver** filters. - In the future we plan to add support for other filtering options. - Please see the [roadmap](../roadmap/index.md) for more details. + Note that the image update feature is currently alpha, + see the [roadmap](../roadmap/index.md) for more details. For production environments, this feature allows you to automatically deploy application patches (CVEs and bug fixes), and keep a record of all deployments in Git history. @@ -185,6 +184,10 @@ spec: If you want to include pre-release e.g. `1.0.0-rc.1`, you can define a range like: `^1.x-0` or `>1.0.0-rc <2.0.0-rc`. +!!! hint "Other policy examples" + For policies that make use of CalVer, build IDs or alphabetical sorting, + have a look at [the examples](../components/image/imagepolicies.md#examples). + Commit and push changes to main branch: ```sh diff --git a/mkdocs.yml b/mkdocs.yml index f5d3cf9c..41e776ef 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -82,6 +82,12 @@ nav: - Alert CRD: components/notification/alert.md - Receiver CRD: components/notification/receiver.md - Notification API Reference: components/notification/api.md + - Image Automation Controllers: + - Overview: components/images/controller.md + - ImageRepository CRD: components/images/imagerepositories.md + - ImagePolicy CRD: docs/components/image/imagepolicies.md + - ImageUpdateAutomation CRD: docs/components/image/imageupdateautomations.md + - Automation API Reference: docs/components/image/automation-api.md - Flux CLI: - Overview: cmd/flux.md - Bootstrap: cmd/flux_bootstrap.md