Skip to content

Commit

Permalink
CU-86c1x2ce7 - chore: update to version 1.33.1 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbenator authored Feb 2, 2025
2 parents 67d09bf + 6dd756d commit 55a89a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions charts/komodor-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The command removes all the Kubernetes components associated with the chart and
| tags | dict | `{}` | Tags the agent in order to identify it based on `key:value` properties separated by semicolon (`;`) example: `--set tags.env=staging,tags.team=payments` --- Can also be set in the values under `tags` as a dictionary of key:value strings |
| clusterName | string | `nil` | **(*required*)** Name to be displayed in the Komodor web application |
| createRbac | bool | `true` | Creates the necessary RBAC resources for the agent - use with caution! |
| telegrafImageVersion | string | `"v1.32.3-alpine"` | Telegraf version to be used |
| telegrafImageVersion | string | `"v1.33.1-alpine"` | Telegraf version to be used |
| telegrafWindowsImageVersion | string | `"v1.32.3-2-windows"` | Telegraf version to be used for windows |
| serviceAccount | object | See sub-values | Configure service account for the agent |
| serviceAccount.create | bool | `true` | Creates a service account for the agent |
Expand Down Expand Up @@ -178,7 +178,7 @@ The command removes all the Kubernetes components associated with the chart and
| components.komodorMetrics.metricsInit.image | object | `{ "name": "komodor-agent", "tag": .Chart.AppVersion }` | Override the komodor agent metrics init image name or tag. |
| components.komodorMetrics.metricsInit.resources | object | `{}` | Set custom resources to the komodor agent metrics init container |
| components.komodorMetrics.metricsInit.extraEnvVars | list | `[]` | List of additional environment variables, Each entry is a key-value pair |
| components.komodorMetrics.metrics.image | object | `{"name":"telegraf","tag":"v1.32.3-alpine"}` | Override the komodor agent metrics image name or tag. |
| components.komodorMetrics.metrics.image | object | `{"name":"telegraf","tag":"v1.33.1-alpine"}` | Override the komodor agent metrics image name or tag. |
| components.komodorMetrics.metrics.resources | object | `{"limits":{"cpu":1,"memory":"1Gi"},"requests":{"cpu":0.1,"memory":"384Mi"}}` | Set custom resources to the komodor agent metrics container |
| components.komodorMetrics.metrics.extraEnvVars | list | `[]` | List of additional environment variables, Each entry is a key-value pair |
| components.komodorDaemon | object | See sub-values | Configure the komodor agent components |
Expand All @@ -195,8 +195,8 @@ The command removes all the Kubernetes components associated with the chart and
| components.komodorDaemon.metricsInit.image | object | `{ "name": "init-daemon-agent", "tag": .Chart.AppVersion }` | Override the komodor agent metrics init image name or tag. |
| components.komodorDaemon.metricsInit.resources | object | `{"limits":{"cpu":1,"memory":"100Mi"},"requests":{"cpu":0.1,"memory":"50Mi"}}` | Set custom resources to the komodor agent metrics init container |
| components.komodorDaemon.metricsInit.extraEnvVars | list | `[]` | List of additional environment variables, Each entry is a key-value pair |
| components.komodorDaemon.metrics | object | `{"extraEnvVars":[],"image":{"name":"telegraf","tag":"v1.32.3-alpine"},"resources":{"limits":{"cpu":1,"memory":"1Gi"},"requests":{"cpu":0.1,"memory":"384Mi"}}}` | Configure the komodor daemon metrics components |
| components.komodorDaemon.metrics.image | object | `{"name":"telegraf","tag":"v1.32.3-alpine"}` | Override the komodor agent metrics image name or tag. |
| components.komodorDaemon.metrics | object | `{"extraEnvVars":[],"image":{"name":"telegraf","tag":"v1.33.1-alpine"},"resources":{"limits":{"cpu":1,"memory":"1Gi"},"requests":{"cpu":0.1,"memory":"384Mi"}}}` | Configure the komodor daemon metrics components |
| components.komodorDaemon.metrics.image | object | `{"name":"telegraf","tag":"v1.33.1-alpine"}` | Override the komodor agent metrics image name or tag. |
| components.komodorDaemon.metrics.resources | object | `{"limits":{"cpu":1,"memory":"1Gi"},"requests":{"cpu":0.1,"memory":"384Mi"}}` | Set custom resources to the komodor agent metrics container |
| components.komodorDaemon.metrics.extraEnvVars | list | `[]` | List of additional environment variables, Each entry is a key-value pair |
| components.komodorDaemon.nodeEnricher | object | See sub-values | Configure the komodor daemon node enricher components |
Expand Down
2 changes: 1 addition & 1 deletion charts/komodor-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clusterName:
createRbac: true

# telegrafImageVersion -- (string) Telegraf version to be used
telegrafImageVersion: &telegrafVersion v1.32.3-alpine
telegrafImageVersion: &telegrafVersion v1.33.1-alpine
# telegrafWindowsImageVersion -- (string) Telegraf version to be used for windows
telegrafWindowsImageVersion: &telegrafWindowsVersion v1.32.3-2-windows

Expand Down

0 comments on commit 55a89a3

Please sign in to comment.