Skip to content

Commit

Permalink
feat(node-analyzer): Release eveconnector 1.1.2 (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-enz authored Aug 3, 2023
1 parent 89eb8bd commit 0ad8696
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/node-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: node-analyzer
description: Sysdig Node Analyzer

# currently matching Sysdig's appVersion 1.14.34
version: 1.14.1
version: 1.14.2
appVersion: 12.6.0
keywords:
- monitoring
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 @@ -324,7 +324,7 @@ nodeAnalyzer:
deploy: false
image:
repository: sysdig/eveclient-api
tag: 1.1.0
tag: 1.1.2
digest:
pullPolicy:

Expand Down
4 changes: 2 additions & 2 deletions charts/sysdig-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sysdig-deploy
description: A chart with various Sysdig components for Kubernetes
type: application
version: 1.17.2
version: 1.17.3
maintainers:
- name: AlbertoBarba
email: [email protected]
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies:
- name: node-analyzer
# repository: https://charts.sysdig.com
repository: file://../node-analyzer
version: ~1.14.1
version: ~1.14.2
alias: nodeAnalyzer
condition: nodeAnalyzer.enabled
- name: cluster-scanner
Expand Down
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.5
version: 1.16.6
appVersion: 12.15.0
description: Sysdig Monitor and Secure agent
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/sysdig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ nodeAnalyzer:
deploy: false
image:
repository: sysdig/eveclient-api
tag: 1.1.0
tag: 1.1.2
digest:
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 0ad8696

Please sign in to comment.