sysdig
|
| host.image.kmodule_name | The image name for the host shield kmodule drive | agent-kmodule
|
| host.image.shield_name | The image name for the host shield | agent-slim
|
-| host.image.tag | The tag for the host shield images | 13.5.0
|
+| host.image.tag | The tag for the host shield images | 13.6.0
|
| host.image.pull_policy | The pull policy for the host shield images | IfNotPresent
|
| host.image.pull_secrets | The pull secrets for the host shield images | []
|
| host.priority_class.create | Create a priority class for the host shield | false
|
diff --git a/charts/shield/values.yaml b/charts/shield/values.yaml
index 55239cb2c..804234be4 100644
--- a/charts/shield/values.yaml
+++ b/charts/shield/values.yaml
@@ -165,7 +165,7 @@ host:
# The image name for the host shield
shield_name: agent-slim
# The tag for the host shield images
- tag: 13.5.0
+ tag: 13.6.0
# The pull policy for the host shield images
pull_policy: IfNotPresent
# The pull secrets for the host shield images
diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml
index 5cb70a8e7..c1fd207d7 100644
--- a/charts/sysdig-deploy/Chart.yaml
+++ b/charts/sysdig-deploy/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: sysdig-deploy
description: A chart with various Sysdig components for Kubernetes
type: application
-version: 1.67.5
+version: 1.68.0
maintainers:
- name: AlbertoBarba
email: alberto.barba@sysdig.com
@@ -26,7 +26,7 @@ dependencies:
- name: agent
# repository: https://charts.sysdig.com
repository: file://../agent
- version: ~1.30.0
+ version: ~1.31.0
alias: agent
condition: agent.enabled
- name: common