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

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

Closed
jason-ltc opened this issue Jun 3, 2024 · 3 comments
Closed
Assignees
Labels
enhancement New feature or request stale

Comments

@jason-ltc
Copy link
Contributor

Implemented function

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

What problem to solve?

Facts:

  • when running kdp install, users may specify --helm-repository oci://XXXX to use private helm repo
  • helm pull supports --plain-http option to pull helm charts from HTTP registry

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.

@jason-ltc jason-ltc added the enhancement New feature or request label Jun 3, 2024
@stdnt-xiao
Copy link
Contributor

stdnt-xiao commented Jun 3, 2024

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

Copy link

github-actions bot commented Aug 3, 2024

This issue is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stale label Aug 3, 2024
Copy link

This issue was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

3 participants