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

chore(release-helm): add OCI registry support to Helm release workflow" #40

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

Conversation

patsevanton
Copy link

This pull request introduces support for OCI (Open Container Initiative) registry for Helm chart deployment. The changes include:

  • Login to OCI registry:

Added a step to log in to the OCI registry using GitHub secrets (OCI_REGISTRY_USERNAME, OCI_REGISTRY_PASSWORD, OCI_REGISTRY_URL).

  • Package and push Helm chart to OCI registry:

Updated the workflow to package the Helm chart and push it to the OCI registry using the helm push command.

Related Issues:

Fixes #39

@patsevanton patsevanton requested a review from a team as a code owner September 25, 2024 14:41
@Haarolean
Copy link
Contributor

@patsevanton this repo (and the project) is no longer maintained here, see provectus/kafka-ui#4255. We're developing the fork at https://github.com/kafbat/kafka-ui, feel free to raise the PR/issue there, thanks!

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.

[Feature] Support OCI artifacts for Helm chart
2 participants