diff --git a/galaxy/Chart.yaml b/galaxy/Chart.yaml index d51fa067..d6ada580 100644 --- a/galaxy/Chart.yaml +++ b/galaxy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: galaxy type: application version: 5.13.0 -appVersion: "23.1" +appVersion: "24.0.2" description: Chart for Galaxy, an open, web-based platform for accessible, reproducible, and transparent computational biomedical research. icon: https://galaxyproject.org/images/galaxy-logos/galaxy_project_logo_square.png dependencies: @@ -22,7 +22,7 @@ dependencies: - deploy-s3csi - name: galaxy-cvmfs-csi repository: https://raw.githubusercontent.com/cloudve/helm-charts/master/ - version: 2.2.0 + version: 2.4.0 condition: cvmfs.deploy alias: cvmfs tags: diff --git a/galaxy/values.yaml b/galaxy/values.yaml index 41700f5b..d0ce480e 100644 --- a/galaxy/values.yaml +++ b/galaxy/values.yaml @@ -10,7 +10,7 @@ image: #- Repository containing the Galaxy image. repository: quay.io/galaxyproject/galaxy-min #- Galaxy Docker image tag (generally corresponds to the desired Galaxy version) - tag: "23.1" # Value must be quoted + tag: "24.0.2" # Value must be quoted #- Galaxy image [pull policy](https://kubernetes.io/docs/concepts/configuration/overview/#container-images) pullPolicy: IfNotPresent