-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Fix helm image.repository to include image name #36
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
@ron1 Can you please provide an example? |
For example,
So, for related images, the helm repository value includes the image name but for the operator image, its helm repository value excludes the image name. A simple fix would be to remove string
/postgres-operator to line
Does that make sense? |
@ron1 Yup that makes sense. That seems reasonable to do. |
Provide ultimate flexibility by allowing user to just specify the image itself. This avoids messy image repo / name / tag stuff, and aligns more with convention. closes CrunchyData#36
Provide ultimate flexibility by allowing user to just specify the image itself. This avoids messy image repo / name / tag stuff, and aligns more with convention. closes CrunchyData#36
Provide flexibility by allowing user to just specify the image itself. This avoids messy image repo / name / tag stuff, and aligns more with convention. closes #36
@jkatz This issue is a bit orthogonal to the "related images" format and your "related images" patch which closed this issue. Instead, this issue focuses exclusively on the "postgres-operator" image format. Currently, this chart hard-codes the image name to be "postgres-operator". I want the ability to change its image name to say "mirrored-postgres-operator" following the pattern Rancher uses when they bundle a third-party image with their product. An example of this Rancher approach is available here: https://github.com/rancher/rancher/releases/download/v2.5.11/rancher-images.txt. Please consider re-opening this issue and applying the changes I proposed above. Thanks. |
@ron1 Got it. That should be fairly easy to tackle. |
This has the PGO image match the same format of the other related images that can be loaded in via Helm. close CrunchyData#36
This has the PGO image match the same format of the other related images that can be loaded in via Helm. close #36
@jkatz Perfect! Thanks much! |
Fix helm image.repository to include image name to be consistent with relatedImages.*.repository which already includes image name. This change also allows the postgres-operator image name to be overridden which is a secondary benefit.
The text was updated successfully, but these errors were encountered: