mirror of https://git.rancher.io/charts
32ef60ab47 | ||
---|---|---|
.. | ||
crds | ||
templates | ||
Chart.yaml.patch | ||
README.md.patch | ||
values.yaml.patch |
README.md.patch
--- charts-original/README.md +++ charts/README.md @@ -49,7 +49,7 @@ | Parameter | Description | Default | | --------------------------------------------------- | ------------------------------------------------------ |-----------------------------------------------------------------------| | `image.repository` | Container image repository | `ghcr.io/banzaicloud/logging-operator` | -| `image.tag` | Container image tag | `3.17.10` | +| `image.tag` | Container image tag | `3.17.7` | | `image.pullPolicy` | Container pull policy | `IfNotPresent` | | `nameOverride` | Override name of app | `` | | `fullnameOverride` | Override full name of app | `` | @@ -69,6 +69,7 @@ | `createCustomResource` | Create CRDs. | `true` | | `monitoring.serviceMonitor.enabled` | Create Prometheus Operator servicemonitor. | `false` | | `serviceAccount.annotations` | Define annotations for logging-operator ServiceAccount | `{}` | +| `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: @@ -113,7 +114,7 @@ | `tls.sharedKey` | Shared key between nodes (fluentd-fluentbit) | [autogenerated] | | `fluentbit.enabled` | Install fluent-bit | true | | `fluentbit.namespace` | Specified fluentbit installation namespace | same as operator namespace | -| `fluentbit.image.tag` | Fluentbit container image tag | `1.9.5` | +| `fluentbit.image.tag` | Fluentbit container image tag | `1.9.3` | | `fluentbit.image.repository` | Fluentbit container image repository | `fluent/fluent-bit` | | `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` | | `fluentd.enabled` | Install fluentd | true |