Move common-envs.mk and package.mk from scripts/ to hack/ directory. Update all Makefile includes to use new paths. Remove unused issue-flux-certificates.sh script. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
10 lines
494 B
Makefile
10 lines
494 B
Makefile
export NAME=prometheus-operator-crds
|
|
export NAMESPACE=cozy-victoria-metrics-operator
|
|
|
|
include ../../../hack/package.mk
|
|
|
|
update:
|
|
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
|
helm repo update prometheus-community
|
|
helm pull prometheus-community/prometheus-operator-crds --untar --untardir charts
|
|
rm -f -- `find charts/prometheus-operator-crds/charts/crds/templates -maxdepth 1 -mindepth 1 | grep -v 'servicemonitor\|podmonitor\|prometheusrule\|probe'`
|