Skip to content
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

Add description on why helm chart is installed via a separate job #83

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions galaxykubeman/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ name: galaxykubeman
version: 2.9.0
icon: https://galaxyproject.org/images/galaxy-logos/galaxy_project_logo_square.png
dependencies:
# The Galaxy helm chart itself is not a listed dependency, and is installed via a separate job within this chart.
# This is because galaxykubeman also installs dependencies required by the Galaxy helm chart, such as cvmfs.
# When uninstalling galaxykubeman, having such dependencies uninstalled in parallel to the Galaxy helm chart causes artefacts
# to be left behind and upgrade/uninstalls to hang.
- name: nfs-server-provisioner
repository: https://kubernetes-sigs.github.io/nfs-ganesha-server-and-external-provisioner/
version: 1.8.0
Expand Down
Loading