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

when using helm as cfg mgmt, make it possible to point to chart url instead of path #100

Open
krancour opened this issue Dec 14, 2022 · 3 comments

Comments

@krancour
Copy link
Member

No description provided.

@krancour krancour self-assigned this Dec 14, 2022
@daftping
Copy link

@krancour could you please confirm that helm charts from remote repositories are not supported right now?
I can't use Kargo Render for configurations like this for example.

apiVersion: argoproj.io/v1alpha1
kind: Application
spec:
  sources:
  - repoURL: 'https://prometheus-community.github.io/helm-charts'
    chart: prometheus
    targetRevision: 15.7.1
    helm:
      valueFiles:
      - $values/charts/prometheus/values.yaml
  - repoURL: 'https://git.example.com/org/value-files.git'
    targetRevision: dev
    ref: values

@krancour
Copy link
Member Author

@daftping I assume you're trying to work around the issue from our other recent thread?

akuity/kargo#1398

So your goal is to use a single source application (as a replacement for the one above) where the chart isn't actually in the git repo, and then use Kargo Render to combine the remote chart with a values file from the git repo. Have I got that right?

I'd like Kargo Render to be able to do something like that, but it cannot yet.

@daftping
Copy link

I was trying to check Kargo render capabilities and see how it applies to our setup. Thank you for the clarification and quick response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants