From 49c054f6f657b6c3b442667a209fe894a830848b Mon Sep 17 00:00:00 2001 From: Keith Suderman Date: Wed, 11 Oct 2023 10:39:37 -0400 Subject: [PATCH] Update the image.tag version --- galaxy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/values.yaml b/galaxy/values.yaml index 85a7273e..b03befdd 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