Skip to content

Commit

Permalink
ci(gh): bumping to latest Capsule RC version
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed Aug 19, 2021
1 parent b08a026 commit 28a821c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ e2e/clean:
e2e/%: docker-build
kind create cluster --name capsule --image kindest/node:$* --config ./e2e/kind.yaml --wait=120s \
&& kubectl taint nodes capsule-worker2 key1=value1:NoSchedule \
&& wget https://github.com/clastix/capsule/archive/refs/tags/v0.1.0-rc5.tar.gz -P hack \
&& tar -C hack/ -xvf hack/v0.1.0-rc5.tar.gz
helm upgrade --install --create-namespace --namespace capsule-system capsule hack/capsule-0.1.0-rc5/charts/capsule \
&& wget https://github.com/clastix/capsule/archive/refs/tags/v0.1.0-rc6.tar.gz -P hack \
&& tar -C hack/ -xvf hack/v0.1.0-rc6.tar.gz
helm upgrade --install --create-namespace --namespace capsule-system capsule hack/capsule-0.1.0-rc6/charts/capsule \
--set "manager.resources=null" \
--set "manager.options.forceTenantPrefix=true" \
--set "manager.image.tag=v0.1.0-rc5"
--set "manager.image.tag=v0.1.0-rc6"
# capsule-proxy certificates
cd hack \
&& mkcert -install && mkcert 127.0.0.1 \
Expand Down

0 comments on commit 28a821c

Please sign in to comment.