mirror of https://git.rancher.io/charts
(dev-v2.6-archive) [Logging] Upgrade to upstream 3.12.0 (#1331)
* remove rancher logging 3.10
* logging 1.12.0
* make charts
(partially cherry picked from commit 0c5af42322
)
pull/1680/head
parent
90fd1621c0
commit
ae5bf3c82e
|
@ -2,12 +2,12 @@
|
|||
+++ charts/Chart.yaml
|
||||
@@ -1,5 +1,18 @@
|
||||
apiVersion: v1
|
||||
appVersion: 3.10.0
|
||||
appVersion: 3.12.0
|
||||
-description: A Helm chart to install Banzai Cloud logging-operator
|
||||
-name: logging-operator
|
||||
+description: Collects and filter logs using highly configurable CRDs. Powered by Banzai Cloud Logging Operator.
|
||||
+name: rancher-logging
|
||||
version: 3.10.0
|
||||
version: 3.12.0
|
||||
+icon: https://charts.rancher.io/assets/logos/logging.svg
|
||||
+keywords:
|
||||
+ - logging
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
image:
|
||||
- repository: ghcr.io/banzaicloud/logging-operator
|
||||
+ repository: rancher/mirrored-banzaicloud-logging-operator
|
||||
tag: 3.10.0
|
||||
tag: 3.12.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -38,9 +38,14 @@
|
||||
|
@ -84,13 +84,13 @@
|
|||
+ tag: v0.4.0
|
||||
+ fluentbit:
|
||||
+ repository: rancher/mirrored-fluent-fluent-bit
|
||||
+ tag: 1.7.4
|
||||
+ tag: 1.7.9
|
||||
+ fluentbit_debug:
|
||||
+ repository: rancher/mirrored-fluent-fluent-bit
|
||||
+ tag: 1.7.4-debug
|
||||
+ tag: 1.7.9-debug
|
||||
+ fluentd:
|
||||
+ repository: rancher/mirrored-banzaicloud-fluentd
|
||||
+ tag: v1.11.5-alpine-21
|
||||
+ tag: v1.12.4-alpine-1
|
||||
+ nodeagent_fluentbit:
|
||||
+ os: "windows"
|
||||
+ repository: rancher/fluent-bit
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
url: https://kubernetes-charts.banzaicloud.com/charts/logging-operator-3.10.0.tgz
|
||||
url: https://kubernetes-charts.banzaicloud.com/charts/logging-operator-3.12.0.tgz
|
||||
version: 100.0.0
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
|
|
Loading…
Reference in New Issue