Skip to content

Commit

Permalink
fix: Add missing cert-manager in sync-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin committed Nov 9, 2023
1 parent 889cf03 commit 8bf1775
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/sync-charts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." >/dev/null 2>&1 && pwd )"
# Clean-up all of the existing charts
rm -rfv ${ROOT}/charts/*

CERT_MANAGER_VERSION=v1.7.1
curl -sL https://charts.jetstack.io/charts/cert-manager-${CERT_MANAGER_VERSION}.tgz \
| tar -xz -C ${ROOT}/charts

CILIUM_VERSION=1.13.3
curl -sL https://helm.cilium.io/cilium-${CILIUM_VERSION}.tgz \
| tar -xz -C ${ROOT}/charts

0 comments on commit 8bf1775

Please sign in to comment.