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

Added actions to publish charts to github container registry #1201

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a1994sc
Copy link

@a1994sc a1994sc commented Jan 5, 2025

Description

Added actions to publish helm charts to ghcr.io/ot-container-kit/charts along side publishing charts to standard helm repo.

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • Tests have been added/modified and all tests pass.
  • Functionality/bugs have been confirmed to be unchanged or fixed.
  • I have performed a self-review of my own code.
  • Documentation has been updated or added where necessary.

Additional Context

@drivebyer
Copy link
Collaborator

Could you please give some explanations for this PR, such as why it is needed?

@a1994sc
Copy link
Author

a1994sc commented Jan 6, 2025

So this PR enables pushing the helm charts to both the standard HTTP repo, and in addition the newer standard OCI repo. So there is no disruption to your current user-base.

The benefits for having the OCI version:

  • It is the newer standard
  • It is easier to proxy oci repos for corporate or limited connected environments as apposed to HTTP repo
  • For gitops tools, like flux, there is tooling around using OCI artifacts instead of HTTP calls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants