-
Notifications
You must be signed in to change notification settings - Fork 604
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
helm proxy issues #536
Comments
Same behaviour observed in latest version too - 3.75 |
Same issue when pull any helmchart from bitnami with version oss 3.68.1-02. Anyone help? |
Bitnami repository switched to OCI in recent charts, workaround using docker proxy is described here #201 (comment) |
@sabhavivek @piotrekfilip @marco210 I want to using Nexus proxy the bitnami. I have config Nexus as your described above, But I can not find the config item using the command
|
same issue here i cant pull charts from bitnami oss-version-3.69 |
Brief description about the issue we are facing,
We use Nexus 3.74
We use helm proxy for bitnami charts,
URL: https://charts.bitnami.com/bitnami
index.yaml having wrong urls.
Expected values in index.yaml
urls:
- keycloak-22.2.1.tgz
What we are getting,
urls:
- keycloak-24.2.2.2
Due to this, we could not update and facing errors.
Following some components having this issue(around 150 wrong URLs),
Etc.
Instead of giving urls with tgz , we are getting below,
urls:
- keycloak-24.2.3.3
Reproduced above in local desktop:
Tried this in a test setup, same behaviour when configuring helm proxy with bitnami in nexus. Tried earlier nexus version too.(3.72)
Index.yaml having same values as previous version.
The text was updated successfully, but these errors were encountered: