Skip to content

Commit

Permalink
Merge pull request #195 from labkode/rucio-daemons-naming
Browse files Browse the repository at this point in the history
Follow helm best practices
  • Loading branch information
labkode authored Apr 18, 2024
2 parents 3b2baf6 + c259a34 commit df09a8f
Show file tree
Hide file tree
Showing 22 changed files with 10 additions and 10 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.2
version: 34.0.3
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions charts/rucio-daemons/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ necromancerCount: 0

image:
repository: rucio/rucio-daemons
tag: latest
tag: release-34.2.0
pullPolicy: Always

imagePullSecrets: []
Expand Down Expand Up @@ -413,7 +413,7 @@ ftsRenewal:
schedule: "12 */6 * * *"
image:
repository: rucio/fts-cron
tag: latest
tag: 34.2.0
pullPolicy: Always
servers: "https://fts3-devel.cern.ch:8446,https://cmsfts3.fnal.gov:8446,https://fts3.cern.ch:8446,https://lcgfts3.gridpp.rl.ac.uk:8446,https://fts3-pilot.cern.ch:8446"
script: 'default' # one of: 'default', 'atlas', 'dteam', 'multi_vo', 'tutorial', 'escape'. The associated scripts can be found here: https://github.com/rucio/containers/tree/master/fts-cron
Expand Down Expand Up @@ -456,7 +456,7 @@ automaticRestart:
enabled: 0
image:
repository: bitnami/kubectl
tag: latest
tag: 1.29.4
pullPolicy: IfNotPresent
schedule: "0 0 * * *"
selectorLabel: "app-group=rucio-daemons"
Expand Down
2 changes: 1 addition & 1 deletion charts/rucio-probes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: Helm chart for probe cron jobs needed in Rucio
name: rucio-probes
version: 34.0.0
version: 34.0.1
2 changes: 1 addition & 1 deletion charts/rucio-probes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: rucio/probes
tag: latest
tag: 34.2.0
pullPolicy: Always

imagePullSecrets: []
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.1
version: 34.0.2
apiVersion: v1
description: A Helm chart to deploy servers for Rucio
keywords:
Expand Down
6 changes: 3 additions & 3 deletions charts/rucio-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ useSSL: false

image:
repository: rucio/rucio-server
tag: release-1.24.3
tag: release-34.2.0
pullPolicy: Always

imagePullSecrets: []
Expand Down Expand Up @@ -109,7 +109,7 @@ ftsRenewal:
schedule: "42 */6 * * *"
image:
repository: rucio/fts-cron
tag: latest
tag: 34.2.0
pullPolicy: Always
servers: "https://fts3-devel.cern.ch:8446,https://cmsfts3.fnal.gov:8446,https://fts3.cern.ch:8446,https://lcgfts3.gridpp.rl.ac.uk:8446,https://fts3-pilot.cern.ch:8446"
script: 'default' # one of: 'default', 'atlas', 'dteam', 'multi_vo', 'tutorial', 'escape'. The associated scripts can be found here: https://github.com/rucio/containers/tree/master/fts-cron
Expand Down Expand Up @@ -152,7 +152,7 @@ automaticRestart:
enabled: 0
image:
repository: bitnami/kubectl
tag: latest
tag: 1.29.4
pullPolicy: IfNotPresent
schedule: "0 0 * * *"
selectorLabel: "app=rucio-server"
Expand Down

0 comments on commit df09a8f

Please sign in to comment.