-
Notifications
You must be signed in to change notification settings - Fork 8
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
Private images and confusion difference between repository & Helm chart #27
Comments
Hey @rdvansloten Thanks for creating the issue and apologies for the delayed response. I had something written up but I think I got lost in my browser tabs and never hit the comment button. Let me start by saying that things are still in a bit of a flux state. Not so long ago we separated the helm chart from the awx-operator repo. Full details are available in this forum post: https://forum.ansible.com/t/upcoming-changes-to-awx-operator-installation-methods/7598 I've been working with @miles-w-3 and @schen1 to make a few improvements to the helm chart, which has included fixing ci and figuring out a new versioning scheme. The tag you found, For question 1, For 3, I'm still on the learning path with this helm chart myself. My role here has pretty much been trying to assist community maintainers and keep things moving forward. Your mileage might vary with my responses. That said it seems like a good few of those files are referenced in the Makefile: https://github.com/ansible-community/awx-operator-helm/blob/main/Makefile For example Line 159 in ad74930
I think other files you've mentioned are generated from templates in this directory: https://github.com/ansible-community/awx-operator-helm/tree/main/.helm/starter/templates In answer to your last question, this is indeed the repo for the awx-operator helm chart. Your contributions are very much welcome and appreciated. Feel free to take a look at some of the open issues and submit a PR: https://github.com/ansible-community/awx-operator-helm/issues There's also an open PR that you might feel like reviewing and commenting on: #20 If you have more questions, do join us on matrix in the awx channel or on the forum. Cheers! |
Hi @oraNod, thanks for the reply! I see that in order to run the Makefile, I have to run Python3 to clone the "old" repo: awx-operator-helm/clone-awx-operator.py Line 17 in ad74930
The makefile this pulls in is also seemingly the only place to change the default images. Therefore it seems I need to commit changes to that repo to get the chart to change. Is this correct? I would make efforts to consolidate the files there into this repo, but I don't know if you guys already have a strategy for doing that. Below is my search result for the image, only the imported makefile refers to it. The Makefile in this repo has a hard dependency on the other repo: Lines 1 to 3 in ad74930
|
Hi @rdvansloten, There is already an effort to make it easier for users to specify metadata and specifications (including overwriting the container image) for the operator controller. As mentioned by @oraNod, the PR from @miles-w-3 should take care of this by simply specifying your container image within the values file. However, this is not yet merged and not yet released into a public helm chart so feel free to add your comments there to see if it would fit your needs. Cheers |
I am attempting to install awx-operator, but I have run into a hurdle. It seems the used images are hardcoded (I used helm pull to get the Chart version 2.19.1) and found no variables for the image field. My cluster does not allow random container registries as a source, so I must be able to import this into my own registry, where it's scanned and vetted for issues, etc. The values file example is like 10 lines, so I don't know what to make of that.
Sure, no problem, I am happy to contribute to projects and fix this missing feature with the images.
However, the more I look into this repo, the more confused I am:
(the same output listed here: https://ansible.readthedocs.io/projects/awx-operator-helm/helm-install-on-existing-cluster.html)
This chart and the awx-operator app has no Release 24.42.0. What's going on here?
The Helm structure when downloading this chart is wildly different from what is represented in this repo:
I can't find any chart on Ansible/AWX-related GitHub repos that matches this file structure.
So a few questions:
The text was updated successfully, but these errors were encountered: