mirror of https://git.rancher.io/charts
add new logging 3.17.1
parent
53824f30f4
commit
7ba111f097
|
@ -49,7 +49,7 @@ data:
|
|||
[OUTPUT]
|
||||
Name forward
|
||||
Match *
|
||||
Host {{ .Release.Name }}-fluentd.{{ .Release.Namespace }}.svc
|
||||
Host {{ .Release.Name }}-root-fluentd.{{ .Release.Namespace }}.svc
|
||||
Port 24240
|
||||
Retry_Limit False
|
||||
parsers.conf: |
|
||||
|
|
|
@ -23,7 +23,7 @@ data:
|
|||
[OUTPUT]
|
||||
Name forward
|
||||
Match *
|
||||
Host {{ .Release.Name }}-fluentd.{{ .Release.Namespace }}.svc
|
||||
Host {{ .Release.Name }}-root-fluentd.{{ .Release.Namespace }}.svc
|
||||
Port 24240
|
||||
Retry_Limit False
|
||||
{{- end }}
|
||||
|
|
|
@ -61,7 +61,7 @@ data:
|
|||
[OUTPUT]
|
||||
Name forward
|
||||
Match *
|
||||
Host {{ .Release.Name }}-fluentd.{{ .Release.Namespace }}.svc
|
||||
Host {{ .Release.Name }}-root-fluentd.{{ .Release.Namespace }}.svc
|
||||
Port 24240
|
||||
Retry_Limit False
|
||||
parsers.conf: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{{- define "logging-operator.logging.root" -}}
|
||||
{{- $containerLogPath := printf "%s/containers/" (default "/var/lib/docker" .Values.global.dockerRootDirectory) }}
|
||||
metadata:
|
||||
name: {{ .Release.Name }}
|
||||
name: "{{ .Release.Name }}-root"
|
||||
spec:
|
||||
{{- if (include "windowsEnabled" .) }}
|
||||
nodeAgents:
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
+ catalog.cattle.io/release-name: rancher-logging
|
||||
+ catalog.cattle.io/type: cluster-tool
|
||||
+ catalog.cattle.io/ui-component: logging
|
||||
+ catalog.cattle.io/upstream-version: 3.15.0
|
||||
+ catalog.cattle.io/upstream-version: 3.17.1
|
||||
apiVersion: v1
|
||||
appVersion: 3.15.0
|
||||
appVersion: 3.17.1
|
||||
-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
|
||||
|
@ -27,4 +27,4 @@
|
|||
+- monitoring
|
||||
+- security
|
||||
+name: rancher-logging
|
||||
version: 3.15.0
|
||||
version: 3.17.1
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
+++ charts/README.md
|
||||
@@ -68,6 +68,7 @@
|
||||
| `securityContext` | Container SecurityContext for Logging operator. [More info](https://kubernetes.io/docs/concepts/policy/security-context/) | `{"allowPrivilegeEscalation": false, "readOnlyRootFilesystem": true}` |
|
||||
| `createCustomResource` | Create CRDs. | `true` |
|
||||
| `monitoring.serviceMonitor.enabled` | Create Prometheus Operator servicemonitor. | `false` |
|
||||
| `createCustomResource` | Create CRDs. | `true` |
|
||||
| `monitoring.serviceMonitor.enabled` | Create Prometheus Operator servicemonitor. | `false` |
|
||||
+| `global.seLinux.enabled` | Add seLinuxOptions to Logging resources, requires the [rke2-selinux RPM](https://github.com/rancher/rke2-selinux/releases) | `false` |
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
image:
|
||||
- repository: ghcr.io/banzaicloud/logging-operator
|
||||
+ repository: rancher/mirrored-banzaicloud-logging-operator
|
||||
tag: 3.15.0
|
||||
tag: 3.17.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -38,9 +38,14 @@
|
||||
|
@ -84,17 +84,17 @@
|
|||
+ tag: v0.4.0
|
||||
+ fluentbit:
|
||||
+ repository: rancher/mirrored-fluent-fluent-bit
|
||||
+ tag: 1.8.8
|
||||
+ tag: 1.8.9
|
||||
+ nodeagent_fluentbit:
|
||||
+ os: "windows"
|
||||
+ repository: rancher/fluent-bit
|
||||
+ tag: 1.8.9
|
||||
+ fluentbit_debug:
|
||||
+ repository: rancher/mirrored-fluent-fluent-bit
|
||||
+ tag: 1.8.8-debug
|
||||
+ tag: 1.8.9-debug
|
||||
+ fluentd:
|
||||
+ repository: rancher/mirrored-banzaicloud-fluentd
|
||||
+ tag: v1.13.3-alpine-11
|
||||
+ tag: v1.14.4-alpine-2
|
||||
+
|
||||
+additionalLoggingSources:
|
||||
+ rke:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
url: https://kubernetes-charts.banzaicloud.com/charts/logging-operator-3.15.0.tgz
|
||||
version: 100.0.2
|
||||
url: https://kubernetes-charts.banzaicloud.com/charts/logging-operator-3.17.1.tgz
|
||||
version: 100.1.0
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
crdOptions:
|
||||
|
|
Loading…
Reference in New Issue