Skip to content

Commit

Permalink
chore: add helm lint (#2174)
Browse files Browse the repository at this point in the history
Signed-off-by: Song <[email protected]>
  • Loading branch information
ericsong86 authored Nov 28, 2023
1 parent fe12c41 commit 77656f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/gateway-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tools/make/helm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 77656f8

Please sign in to comment.