Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

[cetic/fadi] Helm dependency update fail #50

Open
MalekDammak opened this issue Oct 27, 2022 · 1 comment
Open

[cetic/fadi] Helm dependency update fail #50

MalekDammak opened this issue Oct 27, 2022 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@MalekDammak
Copy link

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

  • spark
  • kafka
  • cassandra
  • airflow
  • rabbitmq
  • mongodb
  • keycloak

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 banzo added bug Something isn't working help wanted Extra attention is needed labels Oct 30, 2022
@banzo
Copy link
Contributor

banzo commented Oct 30, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants