-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Description
Output of helm version:
version.BuildInfo{Version:"v3.14.0", GitCommit:"3fc9f4b2638e76f26739cd77c7017139be81d0ea", GitTreeState:"clean", GoVersion:"go1.21.5"}
Output of kubectl version:
Client Version: v1.29.0
Cloud Provider/Platform (AKS, GKE, Minikube etc.):
AWS
we just started seeing an issue this week with several of our helm charts when trying to build them our pipeline does a "helm dependency update" We are pulling the images from a JFROG artifactory.
just this week we started getting errors saying:
Error: can't get a valid version for repositories external-secrets-refs, (..... other charts listed). Try changing the version constraint in Chart.yaml
but when I do a "helm dependency list" and "helm pull" I can manually pull each image individually with no issues.
I tried to see if this is an issue with JFROG and our IT department assures us that JFROG is working just fine and it appears so since I can pull all the images we need to get with "helm pull" commands.
I have tried multiple version of helm going back to version 3.10.2 and still we have issues with "helm dependency update"
we are stuck at this point and don't understand why "helm dependency update" just started failing on most of our charts.
I don't know if there was some update to JFROG that changed the way that helm deals with it?