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

Pull ambassador-agent image from private registry #104

Open
selenaanguyenn opened this issue May 23, 2023 · 0 comments
Open

Pull ambassador-agent image from private registry #104

selenaanguyenn opened this issue May 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@selenaanguyenn
Copy link

Summary

Some users may have private clusters and want to pull any Docker images needed from an internal or private registry instead of the public datawire one. In this case, they'll want an option to pull the ambassador-agent image from their own registry as well.

Feature

Ability to set the registry from where the ambassador-agent image is pulled. In addition to this, it would also be helpful if they could set the name and tag of their image to use. For example, something similar to these values from the traffic manager:

image:
  registry: {INTERNAL_REGISTRY}
  name: tel2
  pullPolicy: IfNotPresent
  # Overrides the image tag whose default is the chart appVersion.
  tag: ""
@selenaanguyenn selenaanguyenn added the enhancement New feature or request label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant