Skip to content

Commit

Permalink
chore: removed uneeded action
Browse files Browse the repository at this point in the history
The second dependency update is uneeded, as the deps are already updated
once.
  • Loading branch information
puffitos committed Jan 16, 2025
1 parent 3ef70d3 commit ae79968
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ rm -rf charts/kube-prometheus-stack/charts/crds/
yq 'del(.dependencies[] | select(.name == "crds"))' -i charts/kube-prometheus-stack/Chart.yaml

echo "Packaging new chart"
helm dependency update
helm package charts/kube-prometheus-stack -d charts

echo "Packaging caas-cluster-monitoring"
Expand Down

0 comments on commit ae79968

Please sign in to comment.