chore: update fluent-operator charts to v4.1.0 (appVersion 3.8.0)#722
Closed
joshuabaird wants to merge 1 commit into
Closed
chore: update fluent-operator charts to v4.1.0 (appVersion 3.8.0)#722joshuabaird wants to merge 1 commit into
joshuabaird wants to merge 1 commit into
Conversation
b34ff72 to
44fb861
Compare
Syncs all three charts from fluent/fluent-operator v3.8.0: - fluent-operator: 4.0.0 → 4.1.0 - fluent-operator-fluent-bit-crds: 4.0.0 → 4.1.0 - fluent-operator-fluentd-crds: 4.0.0 → 4.1.0 Changes include operator security hardening (pod/container security contexts, liveness/readiness probes), updated CRDs with new fields (hotReloadEnsureThreadSafety, storageType/pauseOnChunksOverlimit, bulkMessageRequestThreshold, workers for syslog, pluginSortOrder), and Fluent Bit default image bump to v5.0.5. Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Josh Baird <jbaird@galileo.io> Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Josh Baird <jbaird@galileo.io> Co-authored-by: Cursor <cursoragent@cursor.com>
44fb861 to
3c6a0aa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Syncs all three Fluent Operator charts from fluent/fluent-operator v3.8.0:
fluent-operatorfluent-operator-fluent-bit-crdsfluent-operator-fluentd-crdsfluent-operatorpodSecurityContextandsecurityContext(runAsNonRoot,runAsUser/Group 65532,readOnlyRootFilesystem, dropALLcapabilities,seccompProfile: RuntimeDefault) (#1956)v5.0.5(#1968)fluent-operator-fluent-bit-crdsClusterFluentBitConfig/FluentBitConfig:hotReloadEnsureThreadSafetyandhotReloadTimeoutfields (#1926)ClusterInput:storageTypeandpauseOnChunksOverlimitfields for the Kubernetes events input plugin (#1853)ClusterOutput/Output:bulkMessageRequestThresholdfor the Elasticsearch output plugin (#1946)ClusterOutput/Output:workersfield for the syslog output plugin (#1874)fluent-operator-fluentd-crdsClusterFluentdConfig/FluentdConfig:pluginSortOrderfield to control plugin@idsort order (#1927)Test plan
helm lint charts/fluent-operatorhelm lint charts/fluent-operator-fluent-bit-crdshelm lint charts/fluent-operator-fluentd-crdsappVersion: 3.8.0andversion: 4.1.0in all threeChart.yamlfilesMade with Cursor