Skip to content

Commit c220acc

Browse files
committed
flux-instance: add support for source-watcher
Signed-off-by: Matheus Pimenta <[email protected]>
1 parent 4e1b50e commit c220acc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/flux-instance/values.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@
326326
"helm-controller",
327327
"notification-controller",
328328
"image-reflector-controller",
329-
"image-automation-controller"
329+
"image-automation-controller",
330+
"source-watcher"
330331
]
331332
}
332333
},

charts/flux-instance/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ instance:
1212
artifactPullSecret: ""
1313
imagePullSecret: ""
1414
# -- Components https://fluxcd.control-plane.io/operator/fluxinstance/#components-configuration
15-
components: # @schema item: string; uniqueItems: true; itemEnum: [source-controller,kustomize-controller,helm-controller,notification-controller,image-reflector-controller,image-automation-controller]
15+
components: # @schema item: string; uniqueItems: true; itemEnum: [source-controller,kustomize-controller,helm-controller,notification-controller,image-reflector-controller,image-automation-controller,source-watcher]
1616
- source-controller
1717
- kustomize-controller
1818
- helm-controller

0 commit comments

Comments
 (0)