mirror of https://git.rancher.io/charts
Generated changes
parent
474cd12d31
commit
8c064fe807
|
@ -1955,10 +1955,10 @@ entries:
|
||||||
catalog.cattle.io/ui-component: logging
|
catalog.cattle.io/ui-component: logging
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 3.8.2
|
appVersion: 3.8.2
|
||||||
created: "2020-12-22T17:59:43.466489031Z"
|
created: "2021-01-12T18:42:45.418263957Z"
|
||||||
description: Collects and filter logs using highly configurable CRDs. Powered
|
description: Collects and filter logs using highly configurable CRDs. Powered
|
||||||
by Banzai Cloud Logging Operator.
|
by Banzai Cloud Logging Operator.
|
||||||
digest: 7707e97575d4f2a61aa55ffab65d60c5e543d31dd59839ce2350a0856bbf813b
|
digest: add4c8c137788e3c4e79f84ed639253a679296cebd6fc368720bbf62b647ba2a
|
||||||
icon: https://charts.rancher.io/assets/logos/logging.svg
|
icon: https://charts.rancher.io/assets/logos/logging.svg
|
||||||
keywords:
|
keywords:
|
||||||
- logging
|
- logging
|
||||||
|
@ -2070,9 +2070,9 @@ entries:
|
||||||
catalog.cattle.io/namespace: cattle-logging-system
|
catalog.cattle.io/namespace: cattle-logging-system
|
||||||
catalog.cattle.io/release-name: rancher-logging-crd
|
catalog.cattle.io/release-name: rancher-logging-crd
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
created: "2020-12-22T17:59:43.469169514Z"
|
created: "2021-01-12T18:42:45.42010076Z"
|
||||||
description: Installs the CRDs for rancher-logging.
|
description: Installs the CRDs for rancher-logging.
|
||||||
digest: 1adeb5206128178ee043b0b488f171ba62fe3f582c5c1a5c20043ab04210d02a
|
digest: 11d067e462bdace2d1c82ba5bc57ef64bf23734bc80c24dc1cb31a869e225f6e
|
||||||
name: rancher-logging-crd
|
name: rancher-logging-crd
|
||||||
type: application
|
type: application
|
||||||
urls:
|
urls:
|
||||||
|
@ -2985,4 +2985,4 @@ entries:
|
||||||
urls:
|
urls:
|
||||||
- assets/rio/rio-0.8.000.tgz
|
- assets/rio/rio-0.8.000.tgz
|
||||||
version: 0.8.000
|
version: 0.8.000
|
||||||
generated: "2021-01-12T16:21:47.837235041Z"
|
generated: "2021-01-12T18:42:45.409530844Z"
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -25,18 +25,28 @@ spec:
|
||||||
name: outdir
|
name: outdir
|
||||||
- mountPath: /var/lib/docker/containers/
|
- mountPath: /var/lib/docker/containers/
|
||||||
name: containers
|
name: containers
|
||||||
- mountPath: /fluent-bit/etc/
|
- mountPath: /tail-db
|
||||||
|
name: tail-db
|
||||||
|
- mountPath: /fluent-bit/etc/fluent-bit.conf
|
||||||
name: config
|
name: config
|
||||||
|
subPath: fluent-bit.conf
|
||||||
volumes:
|
volumes:
|
||||||
- name: indir
|
- name: indir
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/rancher/rke/log/
|
path: /var/lib/rancher/rke/log/
|
||||||
|
type: DirectoryOrCreate
|
||||||
- name: outdir
|
- name: outdir
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/rancher/logging/
|
path: /var/lib/rancher/logging/
|
||||||
|
type: DirectoryOrCreate
|
||||||
- name: containers
|
- name: containers
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/docker/containers/
|
path: /var/lib/docker/containers/
|
||||||
|
type: DirectoryOrCreate
|
||||||
|
- name: tail-db
|
||||||
|
hostPath:
|
||||||
|
path: /var/lib/rancher/logging/tail-db/
|
||||||
|
type: DirectoryOrCreate
|
||||||
- name: config
|
- name: config
|
||||||
configMap:
|
configMap:
|
||||||
name: "{{ .Release.Name }}-rke"
|
name: "{{ .Release.Name }}-rke"
|
||||||
|
|
10
index.yaml
10
index.yaml
|
@ -1955,10 +1955,10 @@ entries:
|
||||||
catalog.cattle.io/ui-component: logging
|
catalog.cattle.io/ui-component: logging
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 3.8.2
|
appVersion: 3.8.2
|
||||||
created: "2020-12-22T17:59:43.466489031Z"
|
created: "2021-01-12T18:42:45.418263957Z"
|
||||||
description: Collects and filter logs using highly configurable CRDs. Powered
|
description: Collects and filter logs using highly configurable CRDs. Powered
|
||||||
by Banzai Cloud Logging Operator.
|
by Banzai Cloud Logging Operator.
|
||||||
digest: 7707e97575d4f2a61aa55ffab65d60c5e543d31dd59839ce2350a0856bbf813b
|
digest: add4c8c137788e3c4e79f84ed639253a679296cebd6fc368720bbf62b647ba2a
|
||||||
icon: https://charts.rancher.io/assets/logos/logging.svg
|
icon: https://charts.rancher.io/assets/logos/logging.svg
|
||||||
keywords:
|
keywords:
|
||||||
- logging
|
- logging
|
||||||
|
@ -2070,9 +2070,9 @@ entries:
|
||||||
catalog.cattle.io/namespace: cattle-logging-system
|
catalog.cattle.io/namespace: cattle-logging-system
|
||||||
catalog.cattle.io/release-name: rancher-logging-crd
|
catalog.cattle.io/release-name: rancher-logging-crd
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
created: "2020-12-22T17:59:43.469169514Z"
|
created: "2021-01-12T18:42:45.42010076Z"
|
||||||
description: Installs the CRDs for rancher-logging.
|
description: Installs the CRDs for rancher-logging.
|
||||||
digest: 1adeb5206128178ee043b0b488f171ba62fe3f582c5c1a5c20043ab04210d02a
|
digest: 11d067e462bdace2d1c82ba5bc57ef64bf23734bc80c24dc1cb31a869e225f6e
|
||||||
name: rancher-logging-crd
|
name: rancher-logging-crd
|
||||||
type: application
|
type: application
|
||||||
urls:
|
urls:
|
||||||
|
@ -2985,4 +2985,4 @@ entries:
|
||||||
urls:
|
urls:
|
||||||
- assets/rio/rio-0.8.000.tgz
|
- assets/rio/rio-0.8.000.tgz
|
||||||
version: 0.8.000
|
version: 0.8.000
|
||||||
generated: "2021-01-12T16:21:47.837235041Z"
|
generated: "2021-01-12T18:42:45.409530844Z"
|
||||||
|
|
|
@ -5,7 +5,7 @@ b3c0b6782bde663ac320db5f053672d5d4ed574d9c07f2dd89831aa4d4f6f0db packages/ranch
|
||||||
4e0da349300ac13b7fbdbe9b69c075ee0fdf0af582551b10fe02f35ecea6fed8 packages/rancher-logging/overlay/templates/loggings/k3s/logging-k3s-openrc.yaml
|
4e0da349300ac13b7fbdbe9b69c075ee0fdf0af582551b10fe02f35ecea6fed8 packages/rancher-logging/overlay/templates/loggings/k3s/logging-k3s-openrc.yaml
|
||||||
36f064a746d5a8c6212cf44c7b24f0342101124eadf586354d9d4794dd0f1525 packages/rancher-logging/overlay/templates/loggings/k3s/logging-k3s-systemd.yaml
|
36f064a746d5a8c6212cf44c7b24f0342101124eadf586354d9d4794dd0f1525 packages/rancher-logging/overlay/templates/loggings/k3s/logging-k3s-systemd.yaml
|
||||||
64973ef883de3fd86e0e2071f91709af7bc4432dfba81c54d3e52c531c620f63 packages/rancher-logging/overlay/templates/loggings/rke/configmap.yaml
|
64973ef883de3fd86e0e2071f91709af7bc4432dfba81c54d3e52c531c620f63 packages/rancher-logging/overlay/templates/loggings/rke/configmap.yaml
|
||||||
58ba44009247f6ea27507d3a052a6b66a5a63f823bca72e77cfa92ec5d581448 packages/rancher-logging/overlay/templates/loggings/rke/daemonset.yaml
|
b1e7296b39a7cefb6707306937c30f5d7582fb72cf88711c6c993b719c373b3f packages/rancher-logging/overlay/templates/loggings/rke/daemonset.yaml
|
||||||
62171df40c5b624899ff9ed414619f729a8c0e2049ef55e15a6857006ead0f85 packages/rancher-logging/overlay/templates/loggings/rke/logging-rke.yaml
|
62171df40c5b624899ff9ed414619f729a8c0e2049ef55e15a6857006ead0f85 packages/rancher-logging/overlay/templates/loggings/rke/logging-rke.yaml
|
||||||
6c93c0e323d9acc021890b87afb68ebff7d8574364b6522124c18a900561bc0b packages/rancher-logging/overlay/templates/loggings/rke2/configmap.yaml
|
6c93c0e323d9acc021890b87afb68ebff7d8574364b6522124c18a900561bc0b packages/rancher-logging/overlay/templates/loggings/rke2/configmap.yaml
|
||||||
9c65f46493ca068e3698b10918f296259839fba933a13a36e7808839fb16cc5e packages/rancher-logging/overlay/templates/loggings/rke2/daemonset.yaml
|
9c65f46493ca068e3698b10918f296259839fba933a13a36e7808839fb16cc5e packages/rancher-logging/overlay/templates/loggings/rke2/daemonset.yaml
|
||||||
|
|
Loading…
Reference in New Issue