Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev-v2.9] Disable event tailer pvc #4328

Merged
merged 2 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/rancher-logging/rancher-logging-104.1.0-rc1+up4.8.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/rancher-logging/104.1.0-rc1+up4.8.0/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ logging:
imagePullSecrets: []
pvc:
# -- enable pvc for
enabled: true
enabled: false
# -- storage class for event tailer pvc
accessModes:
- ReadWriteOnce
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16692,9 +16692,9 @@ entries:
catalog.cattle.io/upstream-version: 4.8.0
apiVersion: v2
appVersion: 4.8.0
created: "2024-08-08T14:18:08.703313797-04:00"
created: "2024-08-09T09:16:48.304733535-04:00"
description: Logging operator for Kubernetes based on Fluentd and Fluentbit.
digest: b274a16773345cdea3e1d60734637d2a4384e1550e3428a84d8f7ba427a8c56f
digest: 2153dfdaec6a7cfdb87e5145ec602d7b24044347f12ecd1465a4749139048f33
home: https://kube-logging.github.io
icon: file://assets/logos/rancher-logging.svg
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
pullPolicy: IfNotPresent

env: []
@@ -244,7 +239,7 @@
imagePullSecrets: []
pvc:
# -- enable pvc for
- enabled: true
+ enabled: false
# -- storage class for event tailer pvc
accessModes:
- ReadWriteOnce
@@ -306,14 +301,168 @@
image: fluent/fluent-bit
pullPolicy: IfNotPresent
Expand Down