Skip to content

Commit

Permalink
Merge pull request #445 from galaxyproject/update-23.1
Browse files Browse the repository at this point in the history
Update app version to 23.1
  • Loading branch information
afgane authored Nov 17, 2023
2 parents 427a23c + 0c30c34 commit 1c0dd5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
- anvil
pull_request: {}
workflow_dispatch: {}
jobs:
linting:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -33,7 +34,7 @@ jobs:
- name: Start k8s locally
uses: jupyterhub/action-k3s-helm@v3
with:
k3s-version: v1.26.1+k3s1 # releases: https://github.com/k3s-io/k3s/tags
k3s-version: v1.25.15+k3s2 # releases: https://github.com/k3s-io/k3s/tags
metrics-enabled: false
traefik-enabled: false
- name: Verify function of k8s, kubectl, and helm
Expand Down
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.7.6
appVersion: "23.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 Down
4 changes: 2 additions & 2 deletions galaxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0" # Value must be quoted
tag: "23.1" # Value must be quoted
#- Galaxy image [pull policy](https://kubernetes.io/docs/concepts/configuration/overview/#container-images)
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -616,7 +616,7 @@ extraFileMappings:
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style/base.css" type="text/css" />
<link rel="stylesheet" href="dist/base.css" type="text/css" />
</head>
<body class="m-0">
<div class="py-4">
Expand Down

0 comments on commit 1c0dd5b

Please sign in to comment.