-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[bitnami/minio] Chart not found #31489
Comments
I just checked and this version is present in the repo, see $ helm repo update bitnami
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "bitnami" chart repository
Update Complete. ⎈Happy Helming!⎈
$ helm search repo bitnami/minio
NAME CHART VERSION APP VERSION DESCRIPTION
bitnami/minio 14.10.5 2024.12.18 MinIO(R) is an object storage server, compatibl... Please check if something related to the argoCD configuration seems unrelated to the Bitnami index. |
Thank for the reply.
I tried pull chart on local when I add |
Hi! Did you try using OCI instead?
|
Hey Thanks for the reply! |
As reported in helm/helm#13466, this problem stems from how the Why is this issue appearing now?Historically, Bitnami Helm charts were accessed by adding the Bitnami repository to the Helm CLI:
or by directly installing/pulling a specific Helm chart using the
In April 2023, Bitnami introduced support for the OCI format, recommending OCI-based installation as the primary method going forward. For example:
As detailed in our recent announcement and #30110, the traditional method is now being deprecated. Consequently, the index.yaml served at |
Name and Version
bitnami/minio 14.10.5
What architecture are you using?
None
What steps will reproduce the bug?
I am trying to deploy minio
when I push these files to Github Repo and sync argocd apps
it says
so I tried manually add
helm repo add https://charts.bitnami.com/bitnami
thenhelm repo update
in theargocd-server
pod, and re-sync apps still see this errorAre you using any custom parameters or values?
No response
What is the expected behavior?
it should deploy minio
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: