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

Helm downloader registration handler #964

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

fabianburth
Copy link
Contributor

What this PR does / why we need it

Registering the Registration Handler of the Helm Downloader Handler allows to register the Helm Download Handler for other artifact types (aka. resource types) than helmChart, for which it is configured by default.

This configuration can be done through adding this section to the ocm config file (or passing such a config directly).

        type: downloader.ocm.config.ocm.software
        description: "my standard download handler configuration"
        handlers:
          - name: helm/artifact
            artifactType: NotHelmChart
            mimeType: application/vnd.oci.image.manifest.v1+json

Which issue(s) this PR fixes

@fabianburth fabianburth requested a review from a team as a code owner October 15, 2024 15:07
"ocm.software/ocm/api/utils/registrations"
)

const PATH = "helm/artifact"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hilmarf hilmarf added this to the 2024-Q4 milestone Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 ToDo
Development

Successfully merging this pull request may close these issues.

2 participants