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

Update Anvil to 23.1 #446

Merged
merged 7 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions galaxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion galaxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
Loading