Skip to content

Commit

Permalink
Merge pull request #481 from ksuderman/480-remove-object-read-permission
Browse files Browse the repository at this point in the history
Don't give read permission to the entire objects directory
  • Loading branch information
nuwang authored Jul 5, 2024
2 parents b8c9649 + 5481d67 commit 7c65eca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions galaxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "24.0.2" # Value must be quoted
tag: "24.1.1" # Galaxy versions prior to 24.1.1 contain a bug mapping the extra_files directory
#- Galaxy image [pull policy](https://kubernetes.io/docs/concepts/configuration/overview/#container-images)
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -475,7 +475,6 @@ configs:
{{- template "galaxy.pvcname" . -}}/tmp:{{ .Values.persistence.mountPath -}}/tmp:rw,
{{- template "galaxy.pvcname" . -}}/tool-data:{{ .Values.persistence.mountPath -}}/tool-data:rw,
{{- template "galaxy.pvcname" . -}}/tools:{{ .Values.persistence.mountPath -}}/tools:r,
{{- template "galaxy.pvcname" . -}}/objects:{{ .Values.persistence.mountPath -}}/objects:r,
{{- template "galaxy.pvcname" . -}}/shed_tools:{{ .Values.persistence.mountPath -}}/shed_tools:r
{{- if .Values.refdata.enabled -}}
,{{- template "galaxy.fullname" $ -}}-refdata-gxy-pvc/data.galaxyproject.org:/cvmfs/data.galaxyproject.org:r
Expand Down

0 comments on commit 7c65eca

Please sign in to comment.