diff --git a/galaxy/Chart.yaml b/galaxy/Chart.yaml index fbc8e341..f479623e 100644 --- a/galaxy/Chart.yaml +++ b/galaxy/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: galaxy type: application -version: 5.7.1-anvil.2 -appVersion: "23.0" +version: 5.7.6-anvil.0 +appVersion: "23.1" 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: @@ -15,14 +15,14 @@ dependencies: - deploy-postgres - name: csi-s3 repository: https://raw.githubusercontent.com/cloudve/helm-charts/master/ - version: 0.31.3 + version: 0.35.2 condition: s3csi.deploy alias: s3csi tags: - deploy-s3csi - name: galaxy-cvmfs-csi repository: https://raw.githubusercontent.com/cloudve/helm-charts/master/ - version: 2.0.0 + version: 2.2.0 condition: cvmfs.deploy alias: cvmfs tags: diff --git a/galaxy/values.yaml b/galaxy/values.yaml index 88c2cca9..87acf679 100644 --- a/galaxy/values.yaml +++ b/galaxy/values.yaml @@ -6,7 +6,7 @@ fullnameOverride: "" image: repository: quay.io/galaxyproject/galaxy-min - tag: "23.0" # Value must be quoted + tag: "23.1" # Value must be quoted pullPolicy: IfNotPresent imagePullSecrets: []