You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/cortex-agent/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
| 1.6.0 | >=7.5 |
14
14
| 1.6.1 | >=7.5 | Namespace is created by the chart and no longer by helm itself. Therefore the helm namespace will be `default` (unless chosen otherwise).
15
15
| 1.6.2 | >=7.5 |
16
+
| 1.6.3 | >=7.5 |
16
17
17
18
## Installing Cortex XDR helm chart
18
19
@@ -94,6 +95,7 @@ Even when using `--reuse-values` (which uses the values of the previous installa
94
95
|`serviceAccount.openshift.scc.create`| Enable `SecurityConstraintsContext` for openshift platform (Required when installing on openshift) |
95
96
| `platform.talos` | Support for TalOS platform (Required when installing on TalOS) | Since 1.5.0, agent >= 8.2
96
97
| `platform.gcos` | Support for GCOS (Google Container-Optimized OS) platform (Required when installing on GCOS) | Since 1.5.0, agent >= 8.2
98
+
| `platform.bottlerocket` | Support for BottlerocketOS platform (Required when installing on BottlerocketOS) | Since 1.6.3, agent >= 8.3
97
99
| `agent.clusterName` | Name of the kuberenets cluster, will be used as part of the information sent to the server | Since 1.5.0, agent >= 8.2
98
100
| `namespace.name` | Name of the namespace the agent resides on | Since 1.6.0
99
101
| `namespace.create` | Create/Don't create namespace for the agent | Since 1.6.0
0 commit comments