-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[🚀 Feature]: Helm chart - ability to specify image pull secrets #1619
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
Comments
zmconnelly
added a commit
to zmconnelly/docker-selenium
that referenced
this issue
Jun 30, 2022
Added global value `global.seleniumGrid.imagePullSecret` Added per component override `component.imagePullSecret` Updated readme Bumped chart version to 0.7.0
Opened PR #1620 to address this |
zmconnelly
added a commit
to zmconnelly/docker-selenium
that referenced
this issue
Jul 1, 2022
Added global value `global.seleniumGrid.imagePullSecret` Added per component override `component.imagePullSecret` Updated readme Bumped chart version to 0.7.0
zmconnelly
pushed a commit
to zmconnelly/docker-selenium
that referenced
this issue
Jul 2, 2022
Added global value `global.seleniumGrid.imagePullSecret` Added per component override `component.imagePullSecret` Updated readme Bumped chart version to 0.6.3
diemol
pushed a commit
that referenced
this issue
Jul 6, 2022
* Helm: ability to specify image pull secrets (#1619) Added global value `global.seleniumGrid.imagePullSecret` Added per component override `component.imagePullSecret` Updated readme Bumped chart version to 0.7.0 * Helm: ability to specify image pull secrets (#1619) Added global value `global.seleniumGrid.imagePullSecret` Added per component override `component.imagePullSecret` Updated readme Bumped chart version to 0.7.0
PR was merged, thanks for your contribution, @zmconnelly! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Feature and motivation
The ability to specify an image pull secret will allow using custom/caches from a corporate container registry that requires authentication.
In our environment anonymous dockerhub is not an option.
Usage example
The text was updated successfully, but these errors were encountered: