Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/rucio-daemons/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-daemons
version: 39.0.0
version: 39.0.1
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
Expand Down
1 change: 1 addition & 0 deletions charts/rucio-daemons/templates/abacus-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey .component_values "hostPathMounts" | ternary .component_values.hostPathMounts .Values.hostPathMounts) .component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
1 change: 1 addition & 0 deletions charts/rucio-daemons/templates/automatix-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey $component_values "hostPathMounts" | ternary $component_values.hostPathMounts .Values.hostPathMounts) $component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey $component_values "hostPathMounts" | ternary $component_values.hostPathMounts .Values.hostPathMounts) $component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
1 change: 1 addition & 0 deletions charts/rucio-daemons/templates/conveyor-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey .component_values "hostPathMounts" | ternary .component_values.hostPathMounts .Values.hostPathMounts) .component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
1 change: 1 addition & 0 deletions charts/rucio-daemons/templates/dark-reaper-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey $component_values "hostPathMounts" | ternary $component_values.hostPathMounts .Values.hostPathMounts) $component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
1 change: 1 addition & 0 deletions charts/rucio-daemons/templates/hermes-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey $component_values "hostPathMounts" | ternary $component_values.hostPathMounts .Values.hostPathMounts) $component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey $component_values "hostPathMounts" | ternary $component_values.hostPathMounts .Values.hostPathMounts) $component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
1 change: 1 addition & 0 deletions charts/rucio-daemons/templates/judge-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey .component_values "hostPathMounts" | ternary .component_values.hostPathMounts .Values.hostPathMounts) .component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
1 change: 1 addition & 0 deletions charts/rucio-daemons/templates/minos-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey .component_values "hostPathMounts" | ternary .component_values.hostPathMounts .Values.hostPathMounts) .component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
1 change: 1 addition & 0 deletions charts/rucio-daemons/templates/necromancer-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey $component_values "hostPathMounts" | ternary $component_values.hostPathMounts .Values.hostPathMounts) $component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey $component_values "hostPathMounts" | ternary $component_values.hostPathMounts .Values.hostPathMounts) $component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
1 change: 1 addition & 0 deletions charts/rucio-daemons/templates/reaper-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey $component_values "hostPathMounts" | ternary $component_values.hostPathMounts .Values.hostPathMounts) $component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey $component_values "hostPathMounts" | ternary $component_values.hostPathMounts .Values.hostPathMounts) $component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey $component_values "hostPathMounts" | ternary $component_values.hostPathMounts .Values.hostPathMounts) $component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
1 change: 1 addition & 0 deletions charts/rucio-daemons/templates/undertaker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple (hasKey $component_values "hostPathMounts" | ternary $component_values.hostPathMounts .Values.hostPathMounts) $component_values.extraHostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
2 changes: 1 addition & 1 deletion charts/rucio-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-server
version: 39.0.0
version: 39.0.1
apiVersion: v1
description: A Helm chart to deploy servers for Rucio
keywords:
Expand Down
1 change: 1 addition & 0 deletions charts/rucio-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ spec:
{{- range $key, $val := .Values.persistentVolumes }}
- name: {{ $key }}
mountPath: {{ $val.mountPath }}
readOnly: {{ $val.readOnly | default false }}
{{- end}}
{{- range $collection := tuple .Values.hostPathMounts }}
{{- range $key, $val := $collection }}
Expand Down
Loading