Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cleanup helm2to3 migration #45

Merged
merged 1 commit into from
Sep 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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