Skip to content

helm: build and publish for multiple repositories#772

Draft
razvan wants to merge 2 commits intomainfrom
feat/helm-multi-repo
Draft

helm: build and publish for multiple repositories#772
razvan wants to merge 2 commits intomainfrom
feat/helm-multi-repo

Conversation

@razvan
Copy link
Copy Markdown
Member

@razvan razvan commented Apr 7, 2026

Description

Do not merge yet!

This is a proof of concept PR as part of the refinement of stackabletech/issues#716

It demonstrates the use value.yaml overlays to generate and publish Helm charts for two repositories (oci and quay).

Package and publish both variants:

make chart-package-all
make chart-publish-all

Package and publish for oci.stackable.tech:

make chart-package-oci
make chart-publish-oci

Package and publish for quay.io:

make chart-package-quay
make chart-publish-quay

Install from oci.stackable.tech:

helm install airflow-operator oci://oci.stackable.tech/sdp/charts/airflow-operator --version 0.0.0-dev

Install from quay.io:

helm install airflow-operator oci://quay.io/stackable/charts/airflow-operator --version 0.0.0-dev

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.

1 participant