Skip to content

Commit

Permalink
feat(sysdig): updated legacy engine NIA compoment with latest release. (
Browse files Browse the repository at this point in the history
#1266)

Extended Changelog:

* Resolves possible compatibility issues with Kubernetes 1.26+ (CRI-O container runtime)
* Security updates (July 2023). Fixed CVEs
  *  CVE-2020-24736
  *  CVE-2023-1667
  *  CVE-2023-1667
  *  CVE-2023-2283
  *  CVE-2023-2283
  *  CVE-2023-26604
  *  CVE-2023-26604
  *  CVE-2023-26604
  • Loading branch information
ProvoK authored Jul 26, 2023
1 parent bd3d1e1 commit ec78a54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/sysdig/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: sysdig
version: 1.16.2
version: 1.16.3
appVersion: 12.15.0
description: Sysdig Monitor and Secure agent
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/sysdig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ The following table lists the configurable parameters of the Sysdig chart and th
| `nodeAnalyzer.pullSecrets` | The image pull secrets for the Node Analyzer containers. | `nil` |
| `nodeAnalyzer.imageAnalyzer.deploy` | Deploys the Image Analyzer. | `true ` |
| `nodeAnalyzer.imageAnalyzer.image.repository` | The image repository to pull the Node Image Analyzer from. | `sysdig/node-image-analyzer` |
| `nodeAnalyzer.imageAnalyzer.image.tag` | The image tag to pull the Node Image Analyzer. | `0.1.27` |
| `nodeAnalyzer.imageAnalyzer.image.tag` | The image tag to pull the Node Image Analyzer. | `0.1.28` |
| `nodeAnalyzer.imageAnalyzer.image.digest` | The image digest to pull. | ` ` |
| `nodeAnalyzer.imageAnalyzer.image.pullPolicy` | The Image pull policy for the Node Image Analyzer. | `IfNotPresent` |
| `nodeAnalyzer.imageAnalyzer.dockerSocketPath` | The Docker socket path. | |
Expand Down Expand Up @@ -323,7 +323,7 @@ The following table lists the configurable parameters of the Sysdig chart and th
| `nodeImageAnalyzer.settings.httpsProxy` | The secure proxy configuration variables. | |
| `nodeImageAnalyzer.settings.noProxy` | The no proxy configuration variables. | |
| `nodeImageAnalyzer.image.repository` | The image repository to pull the Node Image Analyzer from. | `sysdig/node-image-analyzer` |
| `nodeImageAnalyzer.image.tag` | The image tag to pull the Node Image Analyzer. | `0.1.27` |
| `nodeImageAnalyzer.image.tag` | The image tag to pull the Node Image Analyzer. | `0.1.28` |
| `nodeImageAnalyzer.imagedigest` | The image digest to pull. | ` ` |
| `nodeImageAnalyzer.image.pullPolicy` | The Image pull policy for the Node Image Analyzer. | `IfNotPresent` |
| `nodeImageAnalyzer.image.pullSecrets` | Image pull secrets for the Node Image Analyzer. | `nil` |
Expand Down
4 changes: 2 additions & 2 deletions charts/sysdig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ nodeImageAnalyzer:
deploy: false
image:
repository: sysdig/node-image-analyzer
tag: 0.1.27
tag: 0.1.28
digest:
pullPolicy: IfNotPresent
# pullSecrets:
Expand Down Expand Up @@ -406,7 +406,7 @@ nodeAnalyzer:
deploy: true
image:
repository: sysdig/node-image-analyzer
tag: 0.1.27
tag: 0.1.28
digest:
pullPolicy: IfNotPresent

Expand Down

0 comments on commit ec78a54

Please sign in to comment.