Skip to content

Commit

Permalink
chore(sysdig-deploy): bump cluster-shield to 1.0.1 (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoBarba authored Jun 17, 2024
1 parent c346040 commit 472f531
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-sysdig-deploy-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
charts/admission-controller/*
charts/agent/*
charts/cluster-scanner/*
charts/cluster-shield/*
charts/common/*
charts/kspm-collector/*
charts/node-analyzer/*
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.56.7
version: 1.56.8
maintainers:
- name: AlbertoBarba
email: [email protected]
Expand Down Expand Up @@ -60,6 +60,6 @@ dependencies:
- name: cluster-shield
# repository: https://charts.sysdig.com
repository: file://../cluster-shield
version: ~1.0.0
version: ~1.0.1
alias: clusterShield
condition: clusterShield.enabled
3 changes: 2 additions & 1 deletion scripts/sysdig-deploy/update-sysdig-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ sysdig_deploy_path="sysdig-deploy"
admission_controller_chart_path="admission-controller"
agent_chart_path="agent"
cluster_scanner_chart_path="cluster-scanner"
cluster_shield_chart_path="cluster-shield"
common_chart_path="common"
kspm_collector_chart_path="kspm-collector"
node_analyzer_chart_path="node-analyzer"
Expand Down Expand Up @@ -69,7 +70,7 @@ check_update_needed () {
fi
}

charts=( "$node_analyzer_chart_path" "$agent_chart_path" "$kspm_collector_chart_path" "$rapid_response_chart_path" "$admission_controller_chart_path" "$common_chart_path" "$cluster_scanner_chart_path")
charts=( "$node_analyzer_chart_path" "$agent_chart_path" "$kspm_collector_chart_path" "$rapid_response_chart_path" "$admission_controller_chart_path" "$common_chart_path" "$cluster_scanner_chart_path" "$cluster_shield_chart_path")
for chart in "${charts[@]}"
do
check_update_needed "$chart"
Expand Down

0 comments on commit 472f531

Please sign in to comment.