Skip to content

Commit

Permalink
server: Remove release from label selector
Browse files Browse the repository at this point in the history
There doesn’t appear to be a valid reason for including it.

With this change, the two restart templates (in the server and the
daemons) have become identical.
  • Loading branch information
dchristidis authored and bari12 committed Apr 16, 2024
1 parent 6147837 commit 27df93f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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: 34.0.0
version: 34.0.1
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
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: 34.0.0
version: 34.0.1
apiVersion: v1
description: A Helm chart to deploy servers for Rucio
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- restart
- deployment
- --selector
- "'release in ({{ .Release.Name }}),'{{ .Values.automaticRestart.selectorLabel }}"
- "{{ .Values.automaticRestart.selectorLabel }}"
resources:
{{ toYaml .Values.automaticRestart.resources | indent 16 }}
restartPolicy: OnFailure
Expand Down

0 comments on commit 27df93f

Please sign in to comment.