diff --git a/charts/logging-operator/charts/crds/templates/logging.banzaicloud.io_fluentbitagents.yaml b/charts/logging-operator/charts/crds/templates/logging.banzaicloud.io_fluentbitagents.yaml index 08ad5f6a2..e56f43f3b 100644 --- a/charts/logging-operator/charts/crds/templates/logging.banzaicloud.io_fluentbitagents.yaml +++ b/charts/logging-operator/charts/crds/templates/logging.banzaicloud.io_fluentbitagents.yaml @@ -1478,6 +1478,8 @@ spec: flush: format: int32 type: integer + forceHotReloadAfterGrace: + type: boolean forwardOptions: properties: Require_ack_response: @@ -1585,6 +1587,8 @@ spec: items: type: string type: array + storage.pause_on_chunks_overlimit: + type: string storage.type: type: string type: object diff --git a/charts/logging-operator/charts/crds/templates/logging.banzaicloud.io_loggings.yaml b/charts/logging-operator/charts/crds/templates/logging.banzaicloud.io_loggings.yaml index 1914ccc9c..104aab3fb 100644 --- a/charts/logging-operator/charts/crds/templates/logging.banzaicloud.io_loggings.yaml +++ b/charts/logging-operator/charts/crds/templates/logging.banzaicloud.io_loggings.yaml @@ -2525,6 +2525,8 @@ spec: flush: format: int32 type: integer + forceHotReloadAfterGrace: + type: boolean forwardOptions: properties: Require_ack_response: @@ -2632,6 +2634,8 @@ spec: items: type: string type: array + storage.pause_on_chunks_overlimit: + type: string storage.type: type: string type: object @@ -12185,6 +12189,8 @@ spec: items: type: string type: array + storage.pause_on_chunks_overlimit: + type: string storage.type: type: string type: object diff --git a/charts/logging-operator/charts/crds/templates/logging.banzaicloud.io_nodeagents.yaml b/charts/logging-operator/charts/crds/templates/logging.banzaicloud.io_nodeagents.yaml index 84de5c36f..2920c7211 100644 --- a/charts/logging-operator/charts/crds/templates/logging.banzaicloud.io_nodeagents.yaml +++ b/charts/logging-operator/charts/crds/templates/logging.banzaicloud.io_nodeagents.yaml @@ -4066,6 +4066,8 @@ spec: items: type: string type: array + storage.pause_on_chunks_overlimit: + type: string storage.type: type: string type: object