Skip to content

Commit

Permalink
chore(node-analyzer): Bump benchmark runner 1.1.1.5 (#1997)
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-shmilovich-sysdig authored Jan 19, 2025
1 parent e92807f commit c80bff8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/node-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: node-analyzer
description: Sysdig Node Analyzer
# currently matching Sysdig's appVersion 1.14.34
version: 1.34.1
version: 1.34.2
appVersion: 12.9.2
keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion charts/node-analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
| `nodeAnalyzer.hostAnalyzer.env` | Specifies the extra environment variables that will be passed onto pods. | `{}` |
| `nodeAnalyzer.benchmarkRunner.deploy` | Deploys the Benchmark Runner. | `true` |
| `nodeAnalyzer.benchmarkRunner.image.repository` | Specifies the image repository to pull the Benchmark Runner from. | `sysdig/compliance-benchmark-runner` |
| `nodeAnalyzer.benchmarkRunner.image.tag` | Specifies the image tag for the Benchmark Runner to be pulled. | `1.1.1.4` |
| `nodeAnalyzer.benchmarkRunner.image.tag` | Specifies the image tag for the Benchmark Runner to be pulled. | `1.1.1.5` |
| `nodeAnalyzer.benchmarkRunner.image.digest` | Specifies the image digest to pull. | ` ` |
| `nodeAnalyzer.benchmarkRunner.image.pullPolicy` | Specifies the image pull policy for the Benchmark Runner. | `""` |
| `nodeAnalyzer.benchmarkRunner.http_proxy` | Sets `HTTP_PROXY` on the Benchmark Runner container. | `""` |
Expand Down
2 changes: 1 addition & 1 deletion charts/node-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ nodeAnalyzer:

image:
repository: sysdig/compliance-benchmark-runner
tag: 1.1.1.4
tag: 1.1.1.5
digest:
pullPolicy:

Expand Down

0 comments on commit c80bff8

Please sign in to comment.