Skip to content

Commit

Permalink
chore: Updating sysdig-deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo authored Jul 24, 2023
1 parent ff6f9ec commit 13b152a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.14.1
version: 1.14.2
maintainers:
- name: aroberts87
email: [email protected]
Expand All @@ -14,13 +14,13 @@ dependencies:
- name: admission-controller
# repository: https://charts.sysdig.com
repository: file://../admission-controller
version: ~0.11.5
version: ~0.11.6
alias: admissionController
condition: admissionController.enabled
- name: agent
# repository: https://charts.sysdig.com
repository: file://../agent
version: ~1.11.0
version: ~1.11.1
alias: agent
condition: agent.enabled
- name: common
Expand All @@ -30,7 +30,7 @@ dependencies:
- name: node-analyzer
# repository: https://charts.sysdig.com
repository: file://../node-analyzer
version: ~1.11.0
version: ~1.11.1
alias: nodeAnalyzer
condition: nodeAnalyzer.enabled
- name: cluster-scanner
Expand All @@ -42,12 +42,12 @@ dependencies:
- name: kspm-collector
# repository: https://charts.sysdig.com
repository: file://../kspm-collector
version: ~0.3.3
version: ~0.3.4
alias: kspmCollector
condition: global.kspm.deploy
- name: rapid-response
# repository: https://charts.sysdig.com
repository: file://../rapid-response
version: ~0.6.2
version: ~0.6.3
alias: rapidResponse
condition: rapidResponse.enabled

0 comments on commit 13b152a

Please sign in to comment.