add new logging 3.17.1

pull/1729/head
Sebastiaan van Steenis 2022-02-10 14:27:54 +01:00
parent 53824f30f4
commit 7ba111f097
No known key found for this signature in database
GPG Key ID: B94666BE95B4B9C2
8 changed files with 15 additions and 15 deletions

View File

@ -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: |

View File

@ -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 }}

View File

@ -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: |

View File

@ -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:

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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: