Skip to content

feat(helm): add Artifact Hub distribution and multi-arch builds#80

Open
Sanjaykumar-2005 wants to merge 1 commit into
optiqor:mainfrom
Sanjaykumar-2005:feat/distribution-multi-arch
Open

feat(helm): add Artifact Hub distribution and multi-arch builds#80
Sanjaykumar-2005 wants to merge 1 commit into
optiqor:mainfrom
Sanjaykumar-2005:feat/distribution-multi-arch

Conversation

@Sanjaykumar-2005
Copy link
Copy Markdown

Changes:

  • Helm Distribution: Added helm-release.yml workflow to publish charts to gh-pages on tag push.
  • Artifact Hub: Added artifacthub-repo.yml and required annotations to Chart.yaml.
  • Multi-Arch Support: Updated ci.yml to build Docker images for amd64 and arm64 via QEMU.
  • Documentation: Added a dedicated Helm chart README and updated the main README with helm repo add instructions.

Verification:

  • helm lint passed via Docker.
  • Local Docker build initiated successfully.

Fixes #36

… builds

- Added helm-release.yml workflow for automated chart publishing.
- Added artifacthub-repo.yml and Chart.yaml annotations for Artifact Hub.
- Updated ci.yml for multi-arch (amd64/arm64) Docker builds.
- Added Helm chart README and updated main README instructions.

Signed-off-by: Sanjaykumar.M <sanjaykumar.m@example.com>
@github-actions
Copy link
Copy Markdown

🚀 First PR — welcome aboard!

A few things to expect:

  1. CI: every PR runs build + race tests + lint + (eventually) the kernel matrix. If something fails, the log will tell you exactly which gate.
  2. DCO: every commit needs Signed-off-by:git commit -s adds it automatically.
  3. Conventional Commits: PR titles like feat(doctor): add new rule or fix(bpf): handle X. We squash-merge by default.
  4. Review: a maintainer will review within 72 hours. Suggestions are conversations, not orders — push back if something doesn't fit your context.

If you get stuck, reply here or jump to Discussions. We want this PR to land.

@github-actions github-actions Bot added documentation Improvements or additions to documentation testing Tests and test coverage area/k8s Kubernetes integration labels May 16, 2026
@Sanjaykumar-2005 Sanjaykumar-2005 changed the title Publish the Kerno Helm chart to Artifact Hub and enable multi-arch container images. feat(helm): add Artifact Hub distribution and multi-arch builds May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/k8s Kubernetes integration documentation Improvements or additions to documentation testing Tests and test coverage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Distribution: publish Helm chart to Artifact Hub + multi-arch (amd64/arm64) container image

1 participant