From 45110de18609bada456be2bb1ad7fbdbd688d094 Mon Sep 17 00:00:00 2001 From: Peter Wilcsinszky Date: Tue, 17 Dec 2024 15:07:56 +0100 Subject: [PATCH] chore: make generate to include missing generated content Signed-off-by: Peter Wilcsinszky --- .../templates/logging.banzaicloud.io_fluentbitagents.yaml | 4 ++++ .../crds/templates/logging.banzaicloud.io_loggings.yaml | 6 ++++++ .../crds/templates/logging.banzaicloud.io_nodeagents.yaml | 2 ++ 3 files changed, 12 insertions(+) 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