diff --git a/charts/fluxcd-addon-manager/README.md b/charts/fluxcd-addon-manager/README.md
index e6dea1f5..604f4176 100644
--- a/charts/fluxcd-addon-manager/README.md
+++ b/charts/fluxcd-addon-manager/README.md
@@ -45,15 +45,19 @@ The command removes all the Kubernetes components associated with the chart and
The following table lists the configurable parameters of the `fluxcd-addon-manager` chart and their default values.
-| Parameter | Description | Default |
-|--------------------------------------|-------------|---------------------------------------------------|
-| image | | ghcr.io/kluster-manager/fluxcd-addon
|
-| tag | |
|
-| kubeconfigSecretName | | ""
|
-| kubectl.image | | ghcr.io/appscode/kubectl:1.23
|
-| fluxcdConfig.installCRDs | | true
|
-| fluxcdConfig.helmController.create | | true
|
-| fluxcdConfig.sourceController.create | | true
|
+| Parameter | Description | Default |
+|-----------------------------------------------|-------------|---------------------------------------------------|
+| image | | ghcr.io/kluster-manager/fluxcd-addon
|
+| tag | |
|
+| kubeconfigSecretName | | ""
|
+| kubectl.image | | ghcr.io/appscode/kubectl:1.23
|
+| fluxcdConfig.installCRDs | | true
|
+| fluxcdConfig.helmController.create | | true
|
+| fluxcdConfig.sourceController.create | | true
|
+| fluxcdConfig.imageReflectionController.create | | false
|
+| fluxcdConfig.imageAutomationController.create | | false
|
+| fluxcdConfig.kustomizeController.create | | false
|
+| fluxcdConfig.notificationController.create | | false
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
diff --git a/charts/fluxcd-addon-manager/values.yaml b/charts/fluxcd-addon-manager/values.yaml
index 9c87f653..65caf746 100644
--- a/charts/fluxcd-addon-manager/values.yaml
+++ b/charts/fluxcd-addon-manager/values.yaml
@@ -12,3 +12,11 @@ fluxcdConfig:
create: true
sourceController:
create: true
+ imageReflectionController:
+ create: false
+ imageAutomationController:
+ create: false
+ kustomizeController:
+ create: false
+ notificationController:
+ create: false