Skip to content

Commit

Permalink
Merge pull request #414 from galaxyproject/g230
Browse files Browse the repository at this point in the history
Upgrade Galaxy version to 23.0
  • Loading branch information
nuwang authored Mar 7, 2023
2 parents 1bc44b9 + 2eaff47 commit b7f4f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion galaxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: galaxy
type: application
version: 5.5.1
appVersion: "22.05"
appVersion: "23.0"
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 Down
3 changes: 1 addition & 2 deletions 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: 22.05
tag: "23.0" # Value must be quoted
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -400,7 +400,6 @@ configs:
interactivetools_shorten_url: true
interactivetools_base_path: "{{$host := index .Values.ingress.hosts 0}}{{$path := index $host.paths 0}}{{$path.path}}"
id_secret:
logo_src: 'static/favicon.png'
mulled_resolution_cache_lock_dir: "/galaxy/server/local/mulled_cache_lock"
database_connection: postgresql://unused:because@overridden_by_envvar
integrated_tool_panel_config: "/galaxy/server/config/mutable/integrated_tool_panel.xml"
Expand Down

0 comments on commit b7f4f4c

Please sign in to comment.