Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm: use IfNotPresent for versioned helm chart release #3289

Merged
merged 4 commits into from
Apr 30, 2024

Conversation

zirain
Copy link
Contributor

@zirain zirain commented Apr 28, 2024

fixes: #3183

Signed-off-by: zirain <zirain2009@gmail.com>
@zirain zirain requested a review from a team as a code owner April 28, 2024 06:24
@zirain
Copy link
Contributor Author

zirain commented Apr 28, 2024

/retest

@zirain
Copy link
Contributor Author

zirain commented Apr 30, 2024

/retest

@guydc guydc merged commit 2e0971b into envoyproxy:main Apr 30, 2024
23 checks passed
@zirain zirain deleted the helm/IfNotPresent branch May 1, 2024 00:58
@@ -369,7 +369,7 @@ spec:
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
image: docker.io/envoyproxy/gateway-dev:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious how it defaults to IfNotPresent when the default is Always in the Makefile

IMAGE_PULL_POLICY ?= Always

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this used for helm install/template?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enhancement: use IfNotPresent for versioned helm chart release
4 participants