linktimecloud / kubernetes-data-platform

KDP(Kubernetes Data Platform) delivers a modern, hybrid and cloud-native data platform based on Kubernetes.
https://linktimecloud.github.io/kubernetes-data-platform/
Apache License 2.0
111 stars 28 forks source link

[Feature]: Support plain HTTP helm repo when running 'kdp install' #115

Open jason-ltc opened 1 month ago

jason-ltc commented 1 month ago

Implemented function

kdp install --helm-repository oci://XXXX supports pulling helm charts from plain HTTP scheme.

What problem to solve?

Facts:

Problem: If users specify kdp install --helm-repository oci://XXXX from HTTP registry, pulling will fail in KDP fluxcd source controller:

image

What version is expected to be completed?

A hotfix to 1.1 if possible.

stdnt-xiao commented 1 month ago

该问题已经在flucd的新版本里面解决,希望可以支持该配置参数 问题: https://github.com/fluxcd/source-controller/issues/807 解决: https://github.com/fluxcd/source-controller/pull/1288