Skip to content

Commit f764182

Browse files
authored
[kube-prometheus-stack] add CRD generator to renovate hook (#6251)
1 parent 2775ca6 commit f764182

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/kube-prometheus-stack/hack/renovate-post-upgrade-hook.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ if ! which jb &>/dev/null; then
2424
fi
2525
fi
2626

27+
"${SCRIPT_DIR}/update_crds.sh"
28+
2729
rm -rf "${SCRIPT_DIR}/tmp"
2830
mkdir "${SCRIPT_DIR}/tmp"
2931

0 commit comments

Comments
 (0)