Skip to content

Commit

Permalink
rm make target helm-release (#1796)
Browse files Browse the repository at this point in the history
* its not used anywhere and is indentical to `helm-package`

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Co-authored-by: Xunzhuo <bitliu@tencent.com>
  • Loading branch information
arkodg and Xunzhuo committed Aug 18, 2023
1 parent 741e6b5 commit 080674a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/make/helm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,5 @@ helm-install: helm-generate ## Install envoy gateway helm chart from OCI registr
@$(LOG_TARGET)
helm install eg ${OCI_REGISTRY}/${CHART_NAME} --version ${CHART_VERSION} -n envoy-gateway-system --create-namespace

helm-release:
helm-release: ## Package envoy gateway helm chart for release
helm-release: helm-generate
@$(LOG_TARGET)
helm package charts/${CHART_NAME} --app-version ${TAG} --version ${CHART_VERSION} --destination ${OUTPUT_DIR}/charts/

helm-generate:
ImageRepository=${IMAGE} ImageTag=${TAG} envsubst < charts/gateway-helm/values.tmpl.yaml > ./charts/gateway-helm/values.yaml

0 comments on commit 080674a

Please sign in to comment.