Skip to content

Commit

Permalink
Add description on why helm chart is installed via a separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang authored Apr 16, 2024
1 parent 2308a84 commit d4724a2
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit d4724a2

Please sign in to comment.