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

Link for the Chart to download as dependency in Helm / ArgoCD #285

Closed
SimonOsipov opened this issue Oct 17, 2023 · 2 comments
Closed

Link for the Chart to download as dependency in Helm / ArgoCD #285

SimonOsipov opened this issue Oct 17, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@SimonOsipov
Copy link

Describe the bug
Hi there! I want to use secrets-store-csi-driver-provider-aws with ArgoCD and in order to create an application with the helm as a dependency, I need to provide a path to Chart. Currently, it is not available.

To Reproduce

Consider this Chart.yaml
CleanShot 2023-10-17 at 19 19 53@2x
If I run helm dependency update command, it will download an archive of current charts and create a Chart.lock file.

But I can't run the same command for this Chart.yaml:
CleanShot 2023-10-17 at 19 21 50@2x

I am getting the error: Error: secrets-store-csi-provider-aws chart not found in repo https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts.
This link provided in the documentation lead to webpage, not to the chart:
CleanShot 2023-10-17 at 19 22 38@2x

Do you also notice this bug when using a different secrets store provider (Vault/Azure/GCP...)?
No

Expected behavior
Chart.lock and archive of charts downloaded.

Environment:
N/A

Additional context
N/A

@SimonOsipov SimonOsipov added the bug Something isn't working label Oct 17, 2023
@vettom
Copy link

vettom commented Oct 22, 2023

Have you tried following? I am installing with ArgoCD and it is working.
repoURL: https://aws.github.io/secrets-store-csi-driver-provider-aws chart: secrets-store-csi-driver-provider-aws targetRevision: 0.3.4

@SimonOsipov
Copy link
Author

SimonOsipov commented Oct 23, 2023

Yes, my bad, issue fixed.

apiVersion: v1
name: secrets-store-csi-provider-aws
version: 1.3.4
dependencies:
  - name: secrets-store-csi-provider-aws
    version: 0.3.4
    repository: https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants