-
Notifications
You must be signed in to change notification settings - Fork 242
[helm] Publishing Helm Chart to GHCR via OCI #359
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
Merged
nguyer
merged 20 commits into
hyperledger:main
from
kaleido-io:helm-oci-chart-publishing
Jan 4, 2022
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
84ec05a
[helm] Publishing Helm Chart to GHCR via OCI
onelapahead 2b02102
renaming chart to match oci name; bumping chart appVersion; dropping …
onelapahead 99b6963
testing workflow
onelapahead 715aed8
might not have to rename chart
onelapahead bc35911
finalized workflow, neeed to test
onelapahead 036620b
debugging workflow
onelapahead 593d5e2
debugging workflow
onelapahead b98127b
debugging workflow
onelapahead f022d6d
fixing chart helper
onelapahead 2dccca0
fixing chart versioning
onelapahead d96bb62
fixing push url
onelapahead c339c14
fixing release version step
onelapahead 48c46ed
preventing docker release from running
onelapahead d37e22a
fixing release version logic
onelapahead ea4f3f1
lots of chart readme progress
onelapahead b4d2d05
more chart docs; deployment arch, config templating and env vars, eth…
onelapahead 71fe296
fix to main docs
onelapahead d98ad51
links to main doc site, fixed TOC, centered image
onelapahead 4c078fd
finished chart readme
onelapahead 174bc6a
missing TF links and fixing TOC
onelapahead File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will want @nguyer's input on this. This assumes we might make separate GH releases for the chart itself, and so we needed a way to prevent the Docker image from being re-published if that was done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hayden and I chatted about this. I'm fine with this being in the GitHub Action for now, but I think I'd like to have further discussion about creating "Releases" in GitHub for the Helm chart. I'm not convinced that we want releases for multiple different things on the GitHub release page just yet.