From d4bc91c41c0554fa898e73dabf57aadf87064bcc Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 21 Nov 2024 17:36:00 +0100 Subject: [PATCH] chore: add `--dependency-update` in helm make command Plus add a minimal doc --- Makefile | 2 +- mkdocs.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2db66401f..90e97af60 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ docker: ## Create a new Docker image and publish it .PHONY: helm helm: ## Build the helm chart and publish it $(eval VERSION=$(shell hatch version)) - $(eval PACKAGE=$(shell helm package --app-version ${VERSION} ./charts/umap | grep "Successfully packaged" | awk '{print $$NF}')) + $(eval PACKAGE=$(shell helm package --dependency-update --app-version ${VERSION} ./charts/umap | grep "Successfully packaged" | awk '{print $$NF}')) @echo "Successfully packaged helm chart in: ${PACKAGE}" helm push ${PACKAGE} oci://registry-1.docker.io/umap diff --git a/mkdocs.yml b/mkdocs.yml index 032e04495..99a7ccbff 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,6 +18,7 @@ nav: - Icon packs: config/icons.md - Deployment: - Docker: deploy/docker.md + - Helm: deploy/helm.md - Nginx: deploy/nginx.md - Changelog: changelog.md theme: