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

fix: allow to set imagePullPolicy for kube-rbac-proxy container #1858

Conversation

ElenaHenderson
Copy link
Contributor

What type of PR is this?
This PR adds ability to set imagePullPolicy for kube-rbac-proxy container for gateway-helm chart

What this PR does / why we need it:
I need this so I can control this setting for air-gapped env where images can not be pulled.

Which issue(s) this PR fixes:
Fixes # #1857

@ElenaHenderson ElenaHenderson requested a review from a team as a code owner August 31, 2023 17:05
@ElenaHenderson ElenaHenderson changed the title Allow to set imagePullPolicy for kube-rbac-proxy container fix: allow to set imagePullPolicy for kube-rbac-proxy container Aug 31, 2023
@ElenaHenderson ElenaHenderson force-pushed the allow-to-set-imagePullPolicy-for-kube-rbac-proxy branch 2 times, most recently from 9f65e03 to 5d22f04 Compare August 31, 2023 17:43
@@ -15,6 +15,7 @@ deployment:
image:
repository: gcr.io/kubebuilder/kube-rbac-proxy
tag: v0.14.1
imagePullPolicy: Always
Copy link
Contributor

Choose a reason for hiding this comment

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

change this to IfNotPresent?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you! Updated.

@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Merging #1858 (cdee210) into main (3e0ba18) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1858      +/-   ##
==========================================
- Coverage   65.28%   65.25%   -0.04%     
==========================================
  Files          86       86              
  Lines       12480    12480              
==========================================
- Hits         8148     8144       -4     
- Misses       3816     3819       +3     
- Partials      516      517       +1     

see 1 file with indirect coverage changes

@ElenaHenderson ElenaHenderson force-pushed the allow-to-set-imagePullPolicy-for-kube-rbac-proxy branch 2 times, most recently from 9ece828 to f28af40 Compare September 1, 2023 16:11
Signed-off-by: Elena <elenavhenderson@gmail.com>
Signed-off-by: Elena <elenavhenderson@gmail.com>
Signed-off-by: Elena <elenavhenderson@gmail.com>
Signed-off-by: Elena <elenavhenderson@gmail.com>
@ElenaHenderson ElenaHenderson force-pushed the allow-to-set-imagePullPolicy-for-kube-rbac-proxy branch from f28af40 to dd2e6d5 Compare September 1, 2023 16:12
@arkodg arkodg merged commit f31fbaa into envoyproxy:main Sep 2, 2023
18 checks passed
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.

None yet

3 participants