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

Support for non git-based helm repo #337

Open
loadstar81 opened this issue Dec 19, 2024 · 1 comment
Open

Support for non git-based helm repo #337

loadstar81 opened this issue Dec 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@loadstar81
Copy link

Given a PR with an update like the following:

  sources:
  - repoURL: https://kubernetes.github.io/autoscaler
    chart: cluster-autoscaler
-   targetRevision: 9.43.1
+   targetRevision: 9.43.2
    helm:
      valuesObject:
        image:
          tag: v1.30.2

kubechecks attempts a git clone which then fails with:

ERR unable to clone repository, Cloning into '/tmp/kubechecks-repo-227208146'...                                                                                           
fatal: repository 'https://kubernetes.github.io/autoscaler/' not found                                                                                                             
error="exit status 128"

I noticed this behavior was mentioned here but not certain if this is a bug or just not supported.

@djeebus
Copy link
Collaborator

djeebus commented Dec 20, 2024

Ah, nope, I suspect that this is still not supported. Something worth adding though!

@djeebus djeebus added the enhancement New feature or request label Dec 20, 2024
@loadstar81 loadstar81 changed the title Support for non git-based helm repo? Support for non git-based helm repo Dec 20, 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
Projects
None yet
Development

No branches or pull requests

2 participants