provectus / kafka-ui-charts

UI For Apache Kafka Helm Charts
Apache License 2.0
22 stars 26 forks source link

[Feature] Support OCI artifacts for Helm chart #39

Open patsevanton opened 1 week ago

patsevanton commented 1 week ago

Issue submitter TODO list

Describe the bug (actual behavior)

I have helm chart and subcharts. When i try add kafka-ui to subchart:

apiVersion: v2
name: sentry
description: A Helm chart for Kubernetes
type: application
version: 25.10.0
appVersion: 24.7.1
dependencies:
  - name: kafka-ui
    repository: https://provectus.github.io/kafka-ui-charts
    version: 0.7.6
    condition: kafka-ui.enabled

i get error:

Error: no repository definition for https://provectus.github.io/kafka-ui-charts. Please add the missing repos via 'helm repo add'

Please consider using the OCI repository to publish helm charts.

Advantages of using OCI repositories for helm charts:

Expected behavior

No repo add and repo update commands anymore.

Your installation details

-

Steps to reproduce

-

Screenshots

No response

Logs

No response

Additional context

No response