Helm Chart Dependency Issue on scylla-manager #2113
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Note: I’ve already opened this issue on scylladb/scylla-manager, but I was asked to open it here instead.
I encountered an issue when using the scylla-manager Helm chart to install Scylla Manager.
• Helm version: v3.15.4
• Scylla-Manager chart version: v1.13.0
When running the following command:
I get the following output:
with the status showing wrong version.
Additionally, running:
returns the error:
Workaround:
I was able to resolve the issue by modifying the dependencies section in the Chart.yaml file:
• I changed the version to 0.0.0 (as this is the version of scylla in the charts/scylla directory).
• I also updated the repository path to file://charts/scylla.
After making these changes, both commands succeed without errors.
Question:
Could you confirm whether this is a problem with the chart dependencies configuration, or if it is a misunderstanding on my side?
What did you expect to happen?
I expect the command
returns a status equal to unpacked
and the command
finished with
How can we reproduce it (as minimally and precisely as possible)?
returns wrong version as status
returns Error: directory scylla not found
Scylla Operator version
scylla manager version is v1.13.0
Kubernetes platform name and version
not relevant
Please attach the must-gather archive.
not relevant
Anything else we need to know?
Note: I’ve already opened this issue on scylladb/scylla-manager, but I was asked to open it here instead.
The text was updated successfully, but these errors were encountered: