Skip to content

Commit 883bcf0

Browse files
committed
Switch to Bitnami legacy repo
1 parent f2179ec commit 883bcf0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

galaxykubeman/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: application
33
appVersion: "24.1.2.dev0"
44
description: A chart for deploying and managing a single Galaxy out-of-the-box instance on Managed Kubernetes clusters (GKE)
55
name: galaxykubeman
6-
version: 2.10.0
6+
version: 2.10.1
77
icon: https://galaxyproject.org/images/galaxy-logos/galaxy_project_logo_square.png
88
dependencies:
99
# The Galaxy helm chart itself is not a listed dependency, and is installed via a separate job within this chart.

galaxykubeman/values.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)