mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-20 22:51:47 +00:00
Merge pull request #781 from fluxcd/docs-image-update
This commit is contained in:
commit
eaf08fbe90
2 changed files with 12 additions and 3 deletions
|
|
@ -11,9 +11,8 @@ For a container image you can configure Flux to:
|
||||||
- apply the changes in-cluster and rollout the container image
|
- apply the changes in-cluster and rollout the container image
|
||||||
|
|
||||||
!!! warning "Alpha version"
|
!!! warning "Alpha version"
|
||||||
Note that the image update feature is currently alpha and, it only supports **semver** filters.
|
Note that the image update feature is currently alpha,
|
||||||
In the future we plan to add support for other filtering options.
|
see the [roadmap](../roadmap/index.md) for more details.
|
||||||
Please see the [roadmap](../roadmap/index.md) for more details.
|
|
||||||
|
|
||||||
For production environments, this feature allows you to automatically deploy application patches
|
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.
|
(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`,
|
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`.
|
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:
|
Commit and push changes to main branch:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,12 @@ nav:
|
||||||
- Alert CRD: components/notification/alert.md
|
- Alert CRD: components/notification/alert.md
|
||||||
- Receiver CRD: components/notification/receiver.md
|
- Receiver CRD: components/notification/receiver.md
|
||||||
- Notification API Reference: components/notification/api.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:
|
- Flux CLI:
|
||||||
- Overview: cmd/flux.md
|
- Overview: cmd/flux.md
|
||||||
- Bootstrap: cmd/flux_bootstrap.md
|
- Bootstrap: cmd/flux_bootstrap.md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue