Skip to content

Commit

Permalink
fix: cleanup helm2to3 migration (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
foppepieters authored Sep 8, 2022
1 parent 6688819 commit 10cb3b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deploy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ echo-build:
$(info BUILD_NUM is [${BUILD_NUM}])

dev: lint dev-config
helm3 plugin install https://github.com/helm/helm-2to3.git || true
helm3 2to3 convert "${RELEASE_NAME}" || true

helm3 repo add p4 https://planet4-helm-charts.storage.googleapis.com && \
helm3 repo update
helm3 upgrade --install --force --wait --timeout 300s $(RELEASE_NAME) $(CHART_NAME) \
Expand All @@ -127,9 +124,6 @@ dev: lint dev-config
--set openresty.geoip.license=$(GEOIP_LICENSE)

prod: lint prod-config
helm3 plugin install https://github.com/helm/helm-2to3.git || true
helm3 2to3 convert "${RELEASE_NAME}" || true

helm3 repo add p4 https://planet4-helm-charts.storage.googleapis.com && \
helm3 repo update
helm3 upgrade --install --force --wait --timeout 300s $(RELEASE_NAME) $(CHART_NAME) \
Expand Down

0 comments on commit 10cb3b5

Please sign in to comment.