From 77656f82480c319f08e96a91d505c67784fb1cf9 Mon Sep 17 00:00:00 2001 From: misstick Date: Tue, 28 Nov 2023 08:03:03 +0800 Subject: [PATCH] chore: add helm lint (#2174) Signed-off-by: Song --- charts/gateway-helm/Chart.yaml | 1 + tools/make/helm.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/gateway-helm/Chart.yaml b/charts/gateway-helm/Chart.yaml index 81c232c8e5c..f29f1384f01 100755 --- a/charts/gateway-helm/Chart.yaml +++ b/charts/gateway-helm/Chart.yaml @@ -5,6 +5,7 @@ type: application version: v0.0.0-latest appVersion: "latest" +icon: https://raw.githubusercontent.com/envoyproxy/gateway/main/site/assets/icons/logo.svg maintainers: - name: envoy-gateway-steering-committee diff --git a/tools/make/helm.mk b/tools/make/helm.mk index b3431c2589a..86b943fe4e9 100644 --- a/tools/make/helm.mk +++ b/tools/make/helm.mk @@ -27,3 +27,4 @@ helm-install: helm-generate ## Install envoy gateway helm chart from OCI registr helm-generate: ImageRepository=${IMAGE} ImageTag=${TAG} envsubst < charts/gateway-helm/values.tmpl.yaml > ./charts/gateway-helm/values.yaml + helm lint charts/gateway-helm