Skip to content

Commit

Permalink
Merge branch 'master' into g230
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang authored Mar 7, 2023
2 parents 753f05d + 1ff9142 commit 2eaff47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: galaxy
type: application
version: 5.5.0
version: 5.5.1
appVersion: "23.0"
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
Expand Down
2 changes: 1 addition & 1 deletion galaxy/templates/pvc-refdata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
volumeName: {{ include "galaxy.fullname" $ }}-refdata-gxy-pv
{{- end }}
{{- if eq $.Values.refdata.type "cvmfs" }}
storageClassName: {{ $.Release.Name }}-cvmfs
storageClassName: {{ tpl .Values.cvmfs.storageClassName . }}
{{- end }}
---
{{- end }}
1 change: 1 addition & 0 deletions galaxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ refdata:

cvmfs:
deploy: true
storageClassName: "{{ $.Release.Name }}-cvmfs"

s3csi:
deploy: false
Expand Down

0 comments on commit 2eaff47

Please sign in to comment.