Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(agent,sysdg-deploy,shield): release agent 13.5.0 #2000

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 13.4.1
appVersion: 13.5.0
dependencies:
- name: common
repository: file://../common
Expand Down Expand Up @@ -30,4 +30,4 @@ sources:
- https://app.sysdigcloud.com/#/settings/user
- https://github.com/draios/sysdig
type: application
version: 1.29.9
version: 1.30.0
2 changes: 1 addition & 1 deletion charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ image:
overrideValue: null
registry: quay.io
repository: sysdig/agent
tag: 13.4.1
tag: 13.5.0
# Specify a imagePullPolicy
# Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
# ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/shield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- name: mavimo
email: [email protected]
type: application
version: 0.1.11
version: 0.1.12
appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion charts/shield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The following table lists the configurable parameters of the `shield` chart and
| host.image.repository | The repository where the host shield images are stored | <code>sysdig</code> |
| host.image.kmodule_name | The image name for the host shield kmodule drive | <code>agent-kmodule</code> |
| host.image.shield_name | The image name for the host shield | <code>agent-slim</code> |
| host.image.tag | The tag for the host shield images | <code>13.4.0</code> |
| host.image.tag | The tag for the host shield images | <code>13.5.0</code> |
| host.image.pull_policy | The pull policy for the host shield images | <code>IfNotPresent</code> |
| host.image.pull_secrets | The pull secrets for the host shield images | <code>[]</code> |
| host.priority_class.create | Create a priority class for the host shield | <code>false</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/shield/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ host:
# The image name for the host shield
shield_name: agent-slim
# The tag for the host shield images
tag: 13.4.0
tag: 13.5.0
# The pull policy for the host shield images
pull_policy: IfNotPresent
# The pull secrets for the host shield images
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.66.9
version: 1.67.0
maintainers:
- name: AlbertoBarba
email: [email protected]
Expand All @@ -26,7 +26,7 @@ dependencies:
- name: agent
# repository: https://charts.sysdig.com
repository: file://../agent
version: ~1.29.9
version: ~1.30.0
alias: agent
condition: agent.enabled
- name: common
Expand Down
Loading