We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bb0ef7 + f225e47 commit 4c4a19aCopy full SHA for 4c4a19a
1 file changed
README.md
@@ -23,9 +23,10 @@ which allows Flux users to:
23
24
### Prerequisites
25
26
-- Flux v2.7.0 or later
27
-- source-watcher v2.0.0 or later
28
-- kustomize-controller & helm-controller with `--feature-gates=ExternalArtifact`
+- Flux v2.7.2 or later
+- A Kubernetes cluster bootstrapped with:
+ - `flux bootstrap git --components-extra=source-watcher` (production mode), or
29
+ - `flux install --components-extra=source-watcher` (dev mode)
30
31
### Example: Composing Multiple Sources
32
0 commit comments