rancher-charts/packages/rancher-logging/generated-changes/patch
Mauren Berti 32ef60ab47
Rebase rancher-logging from 3.17.7 to 3.17.10.
2022-12-08 15:49:28 -05:00
..
crds Rebase rancher-logging from 3.17.7 to 3.17.10. 2022-12-08 15:49:28 -05:00
templates Rebase rancher-logging from 3.17.7 to 3.17.10. 2022-12-08 15:49:28 -05:00
Chart.yaml.patch Rebase rancher-logging from 3.17.7 to 3.17.10. 2022-12-08 15:49:28 -05:00
README.md.patch Rebase rancher-logging from 3.17.7 to 3.17.10. 2022-12-08 15:49:28 -05:00
values.yaml.patch Rebase rancher-logging from 3.17.7 to 3.17.10. 2022-12-08 15:49:28 -05:00

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                                                       |