Skip to content

Commit

Permalink
fix gen
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed May 6, 2024
1 parent 1b93277 commit 1b2cb50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/helm/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ data:
provider:
kubernetes:
shutdownManager:
image: docker.io/envoyproxy/gateway-dev:d43069ce
image: docker.io/envoyproxy/gateway-dev:latest
type: Kubernetes
---
# Source: gateway-helm/templates/envoy-gateway-rbac.yaml
Expand Down
2 changes: 1 addition & 1 deletion tools/make/helm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ helm-generate:

helm-template: ## Template envoy gateway helm chart.
@$(LOG_TARGET)
helm template eg charts/gateway-helm --set deployment.envoyGateway.image.tag=latest > ./test/helm/default.yaml --namespace=envoy-gateway-system
helm template eg charts/gateway-helm --set deployment.envoyGateway.image.tag=latest --set config.envoyGateway.provider.kubernetes.shutdownManager.image="docker.io/envoyproxy/gateway-dev:latest" > ./test/helm/default.yaml --namespace=envoy-gateway-system

0 comments on commit 1b2cb50

Please sign in to comment.