diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e9ab20ae..bbde0299 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,6 +5,7 @@ on: - master - anvil pull_request: {} + workflow_dispatch: {} jobs: linting: runs-on: ubuntu-latest @@ -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 diff --git a/galaxy/Chart.yaml b/galaxy/Chart.yaml index 5be19d0a..359c6113 100644 --- a/galaxy/Chart.yaml +++ b/galaxy/Chart.yaml @@ -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: diff --git a/galaxy/values.yaml b/galaxy/values.yaml index 85a7273e..9c85c0c0 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.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 @@ -616,7 +616,7 @@ extraFileMappings: - +