File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ type: application
33appVersion : " 24.1.2.dev0"
44description : A chart for deploying and managing a single Galaxy out-of-the-box instance on Managed Kubernetes clusters (GKE)
55name : galaxykubeman
6- version : 2.10.0
6+ version : 2.10.1
77icon : https://galaxyproject.org/images/galaxy-logos/galaxy_project_logo_square.png
88dependencies :
99# The Galaxy helm chart itself is not a listed dependency, and is installed via a separate job within this chart.
Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ galaxy:
102102 # nodeSelector: "cloud.google.com/gke-nodepool: good-pool"
103103 persistence :
104104 storageClass : " standard"
105+ image :
106+ repository : bitnamilegacy/postgresql
107+ tag : 11.6.0-r48
105108 cvmfs :
106109 deploy : false
107110 influxdb :
@@ -121,6 +124,15 @@ galaxy:
121124 deploy : false
122125 persistence :
123126 storageClassName : " standard"
127+ rabbitmqImage :
128+ repository : bitnamilegacy/rabbitmq
129+ credentialUpdaterImage :
130+ repository : bitnamilegacy/rmq-default-credential-updater
131+ clusterOperator :
132+ image :
133+ repository : bitnamilegacy/rabbitmq-cluster-operator
134+
135+
124136 terra :
125137 launch :
126138 workspace : launchWorkspace
You can’t perform that action at this time.
0 commit comments