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

chore(sysdig-deploy): Automatic version bump due to updated dependencies #1834

Merged
merged 1 commit into from
Jul 12, 2024
Merged
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
6 changes: 3 additions & 3 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.59.7
version: 1.59.8
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.27.5
version: ~1.27.6
alias: agent
condition: agent.enabled
- name: common
Expand Down Expand Up @@ -54,7 +54,7 @@ dependencies:
- name: rapid-response
# repository: https://charts.sysdig.com
repository: file://../rapid-response
version: ~0.9.2
version: ~0.9.3
alias: rapidResponse
condition: rapidResponse.enabled
- name: cluster-shield
Expand Down
Loading