From 0c1216e509e4a91ab05cba9a057a3d261de69cba Mon Sep 17 00:00:00 2001 From: Kevin Joiner Date: Fri, 30 Sep 2022 06:52:50 -0400 Subject: [PATCH 1/3] Updates available helm values for Rancher audit logging. --- .../installation-references/helm-chart-options.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md b/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md index 83c8e7da685..fbc3a6ba681 100644 --- a/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md +++ b/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md @@ -34,7 +34,10 @@ For information on enabling experimental features, refer to [this page.](../../. | `auditLog.maxAge` | 1 | `int` - maximum number of days to retain old audit log files (only applies when `auditLog.destination` is set to `hostPath`) | | `auditLog.maxBackup` | 1 | `int` - maximum number of audit log files to retain (only applies when `auditLog.destination` is set to `hostPath`) | | `auditLog.maxSize` | 100 | `int` - maximum size in megabytes of the audit log file before it gets rotated (only applies when `auditLog.destination` is set to `hostPath`) | -| `busyboxImage` | "busybox" | `string` - Image location for busybox image used to collect audit logs | +| `auditLog.image.repository` | "registry.suse.com/bci/bci-micro" | `string` - Location for the image used to collect audit logs. | +| `auditLog.image.tag` | "15.4.14.3" | `string` - Tag for the image used to collect audit logs. | +| `auditLog.image.pullPolicy` | "IfNotPresent" | `string` - Override imagePullPolicy for auditLog images - _"Always", "Never", "IfNotPresent"*_. | +| `busyboxImage` | "" | `string` - Image location for busybox image used to collect audit logs _Note: This option is deprecated use `auditLog.image.repository` to control auditing sidecar image._ | | `certmanager.version` | "" | `string` - set cert-manager compatibility | | `debug` | false | `bool` - set debug flag on rancher server | | `extraEnv` | [] | `list` - set additional environment variables for Rancher | From d565eea7b8a183ac1391a7726d709defca35a5d3 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Thu, 27 Oct 2022 15:02:39 -0700 Subject: [PATCH 2/3] Apply suggestions from code review --- .../installation-references/helm-chart-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md b/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md index fbc3a6ba681..6bfded33f6b 100644 --- a/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md +++ b/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md @@ -36,8 +36,8 @@ For information on enabling experimental features, refer to [this page.](../../. | `auditLog.maxSize` | 100 | `int` - maximum size in megabytes of the audit log file before it gets rotated (only applies when `auditLog.destination` is set to `hostPath`) | | `auditLog.image.repository` | "registry.suse.com/bci/bci-micro" | `string` - Location for the image used to collect audit logs. | | `auditLog.image.tag` | "15.4.14.3" | `string` - Tag for the image used to collect audit logs. | -| `auditLog.image.pullPolicy` | "IfNotPresent" | `string` - Override imagePullPolicy for auditLog images - _"Always", "Never", "IfNotPresent"*_. | -| `busyboxImage` | "" | `string` - Image location for busybox image used to collect audit logs _Note: This option is deprecated use `auditLog.image.repository` to control auditing sidecar image._ | +| `auditLog.image.pullPolicy` | "IfNotPresent" | `string` - Override imagePullPolicy for auditLog images - _"Always", "Never", "IfNotPresent". | +| `busyboxImage` | "" | `string` - Image location for busybox image used to collect audit logs. _Note: This option is deprecated use `auditLog.image.repository` to control auditing sidecar image._ | | `certmanager.version` | "" | `string` - set cert-manager compatibility | | `debug` | false | `bool` - set debug flag on rancher server | | `extraEnv` | [] | `list` - set additional environment variables for Rancher | From 4c91497292ca7077b5ae805efd1b685d26f24dc5 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Thu, 27 Oct 2022 15:03:17 -0700 Subject: [PATCH 3/3] Update docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md --- .../installation-references/helm-chart-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md b/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md index 6bfded33f6b..3cbaaef879e 100644 --- a/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md +++ b/docs/getting-started/installation-and-upgrade/installation-references/helm-chart-options.md @@ -36,7 +36,7 @@ For information on enabling experimental features, refer to [this page.](../../. | `auditLog.maxSize` | 100 | `int` - maximum size in megabytes of the audit log file before it gets rotated (only applies when `auditLog.destination` is set to `hostPath`) | | `auditLog.image.repository` | "registry.suse.com/bci/bci-micro" | `string` - Location for the image used to collect audit logs. | | `auditLog.image.tag` | "15.4.14.3" | `string` - Tag for the image used to collect audit logs. | -| `auditLog.image.pullPolicy` | "IfNotPresent" | `string` - Override imagePullPolicy for auditLog images - _"Always", "Never", "IfNotPresent". | +| `auditLog.image.pullPolicy` | "IfNotPresent" | `string` - Override imagePullPolicy for auditLog images - "Always", "Never", "IfNotPresent". | | `busyboxImage` | "" | `string` - Image location for busybox image used to collect audit logs. _Note: This option is deprecated use `auditLog.image.repository` to control auditing sidecar image._ | | `certmanager.version` | "" | `string` - set cert-manager compatibility | | `debug` | false | `bool` - set debug flag on rancher server |