We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
No repo add and repo update commands anymore.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue submitter TODO list
Describe the bug (actual behavior)
I have helm chart and subcharts. When i try add kafka-ui to subchart:
i get error:
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
The text was updated successfully, but these errors were encountered: