Skip to content

Commit fe77393

Browse files
author
ManiDeepakThumu
committed
ci register kubecost chart for vulnerability scanning and add Makefile update target
1 parent 9c1d4f9 commit fe77393

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/scheduled-snyk-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
INCLUDE_CHARTS: charts/cc-schema-registry-proxy
4949
charts/cert-manager-lets-encrypt
5050
charts/kube-prometheus-stack
51+
charts/kubecost
5152
charts/radar-grafana
5253
charts/radar-hydra
5354
charts/radar-kratos

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,10 @@ update-velero:
182182
@helm repo add $(patsubst update-%,%,$@) https://vmware-tanzu.github.io/helm-charts
183183
@helm pull -d external --untar $(patsubst update-%,%,$@)/$(patsubst update-%,%,$@)
184184
@echo ""
185+
186+
update-kubecost:
187+
@echo "Updating kubecost"
188+
@rm -rf charts/kubecost/charts/cost-analyzer
189+
@helm repo add kubecost https://kubecost.github.io/cost-analyzer/
190+
@helm pull -d charts/kubecost/charts --untar kubecost/cost-analyzer --version 2.6.3
191+
@echo ""

0 commit comments

Comments
 (0)