cetic / helm-fadi

Helm Chart for FADI
https://github.com/cetic/fadi
Apache License 2.0
13 stars 4 forks source link

[cetic/fadi] Helm dependency update fail #50

Open MalekDammak opened 1 year ago

MalekDammak commented 1 year ago

Describe the bug When trying to install Helm-fadi, Helm can't get a valid version for Many repositories:

Version of Helm and Kubernetes: Helm : version.BuildInfo{Version:"v3.5.2", GitCommit:"167aac70832d3a384f65f9745335e9fb40169dc2", GitTreeState:"dirty", GoVersion:"go1.15.7"} K8s: Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.2", GitCommit:"faecb196815e248d3ecfb03c680a4507229c2a56", GitTreeState:"clean", BuildDate:"2021-01-13T13:28:09Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.7", GitCommit:"132a687512d7fb058d0f5890f07d4121b3f0a2e2", GitTreeState:"clean", BuildDate:"2021-05-12T12:32:49Z", GoVersion:"go1.15.12", Compiler:"gc", Platform:"linux/amd64"

What happened: Error: can't get a valid version for repositories spark, kafka, cassandra, airflow, rabbitmq, mongodb, keycloak. Try changing the version constraint in Chart.yaml

banzo commented 1 year ago

Those dependencies' versions need to be updated, please create a pull request in this repo with updated versions in Chart.yml.

Here is an example on where to find the newest chart version for Spark: https://github.com/bitnami/charts/blob/main/bitnami/spark/Chart.yaml

If that does not work, please include the full workflow you followed so anyone can reproduce the issue.

NB: you may want to update the Helm version you are using, should be 3.11