Conversation
- publish chart to ghcr
robyww
left a comment
There was a problem hiding this comment.
This is hard to review since I don't have the expertise. It looks fine.
- I appreciate the readme
- We will probably need a lot of documentation.
I have many questions to ask when you give use an overview.
- My biggest question right now is, How are the templates accessed and used?
- I have many more questions as well.
kpuriIpac
left a comment
There was a problem hiding this comment.
I echo @robyww's comment, going over this will help tomorrow. But I spent some time looking at changes and from what I understand they look good.
I had to add a new Personal Access Token on Github with read only access to login to helm registry ghcr.io.
I was then able to follow instructions in readme to install the firefly chart & that worked for me (I guess the chart/packages were made public?)
I verified via kubectl I could see this new firefly pod. I set it to a different local port (since 8080 runs the tomcat firefly for me) and accessed the app locally as well!
|
@robyww @jaladh-singhal following up from morning meeting, here are my steps to test this if you'd like to duplicate them & try for yourself:
|
Ticket: https://jira.ipac.caltech.edu/browse/FIREFLY-1966
Summary
replicaCount > 1ghcr.io/caltech-ipac/firefly-chart) as part of the build/publish workflowSee REAME for details
Notes
The GHCR packages are currently private. You will need to authenticate to pull the image or chart.
Login with:
helm registry login ghcr.io -u your-github-username
I will ask management to allow it to be public.