We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8202a6 commit a5e30e3Copy full SHA for a5e30e3
charts/sysdig-deploy/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: sysdig-deploy
3
description: A chart with various Sysdig components for Kubernetes
4
type: application
5
-version: 1.26.4
+version: 1.26.5
6
maintainers:
7
- name: AlbertoBarba
8
email: [email protected]
@@ -20,13 +20,13 @@ dependencies:
20
- name: admission-controller
21
# repository: https://charts.sysdig.com
22
repository: file://../admission-controller
23
- version: ~0.14.12
+ version: ~0.14.13
24
alias: admissionController
25
condition: admissionController.enabled
26
- name: agent
27
28
repository: file://../agent
29
- version: ~1.14.0
+ version: ~1.14.1
30
alias: agent
31
condition: agent.enabled
32
- name: common
0 commit comments