mirror of https://git.rancher.io/charts
[dev-v2.9] rancher-logging k8s 1.29 & 1.30 support (#3908)
parent
761d340129
commit
900ac45109
Binary file not shown.
|
@ -3,7 +3,7 @@ annotations:
|
|||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/deploys-on-os: windows
|
||||
catalog.cattle.io/display-name: Logging
|
||||
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.29.0-0'
|
||||
catalog.cattle.io/kube-version: '>= 1.26.0-0 < 1.31.0-0'
|
||||
catalog.cattle.io/namespace: cattle-logging-system
|
||||
catalog.cattle.io/permits-os: linux,windows
|
||||
catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1
|
||||
|
@ -21,7 +21,7 @@ keywords:
|
|||
- logging
|
||||
- fluentd
|
||||
- fluentbit
|
||||
kubeVersion: '>=1.22.0-0'
|
||||
kubeVersion: '>=1.26.0-0'
|
||||
name: rancher-logging
|
||||
sources:
|
||||
- https://github.com/kube-logging/logging-operator
|
||||
|
|
|
@ -14593,7 +14593,7 @@ entries:
|
|||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/deploys-on-os: windows
|
||||
catalog.cattle.io/display-name: Logging
|
||||
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.29.0-0'
|
||||
catalog.cattle.io/kube-version: '>= 1.26.0-0 < 1.31.0-0'
|
||||
catalog.cattle.io/namespace: cattle-logging-system
|
||||
catalog.cattle.io/permits-os: linux,windows
|
||||
catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1
|
||||
|
@ -14604,16 +14604,16 @@ entries:
|
|||
catalog.cattle.io/upstream-version: 4.4.0
|
||||
apiVersion: v2
|
||||
appVersion: 4.4.0
|
||||
created: "2024-05-17T09:28:37.061150326+05:30"
|
||||
created: "2024-06-05T13:06:18.789135-04:00"
|
||||
description: Logging operator for Kubernetes based on Fluentd and Fluentbit.
|
||||
digest: 703d185f4dca6dbc757d32560533af7fad2b2bdedacbec35382b45beaec68cd6
|
||||
digest: 7914e14b752c46bca761a9e71cf0cecdc363e4e158dcc3f79ac75871284a3c3e
|
||||
home: https://kube-logging.github.io
|
||||
icon: file://assets/logos/rancher-logging.svg
|
||||
keywords:
|
||||
- logging
|
||||
- fluentd
|
||||
- fluentbit
|
||||
kubeVersion: '>=1.22.0-0'
|
||||
kubeVersion: '>=1.26.0-0'
|
||||
name: rancher-logging
|
||||
sources:
|
||||
- https://github.com/kube-logging/logging-operator
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
+ catalog.cattle.io/certified: rancher
|
||||
+ catalog.cattle.io/deploys-on-os: windows
|
||||
+ catalog.cattle.io/display-name: Logging
|
||||
+ catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.29.0-0'
|
||||
+ catalog.cattle.io/kube-version: '>= 1.26.0-0 < 1.31.0-0'
|
||||
+ catalog.cattle.io/namespace: cattle-logging-system
|
||||
+ catalog.cattle.io/permits-os: linux,windows
|
||||
+ catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1
|
||||
|
@ -24,8 +24,9 @@
|
|||
- logging
|
||||
- fluentd
|
||||
- fluentbit
|
||||
kubeVersion: '>=1.22.0-0'
|
||||
-kubeVersion: '>=1.22.0-0'
|
||||
-name: logging-operator
|
||||
+kubeVersion: '>=1.26.0-0'
|
||||
+name: rancher-logging
|
||||
sources:
|
||||
- https://github.com/kube-logging/logging-operator
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v1
|
||||
version: 3.10.0
|
||||
version: 4.4.0
|
||||
description: Installs the CRDs for rancher-logging.
|
||||
name: rancher-logging-crd
|
||||
type: application
|
||||
|
|
Loading…
Reference in New Issue