Skip to content

Commit

Permalink
all: avoid using floating tags
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Apr 17, 2024
1 parent 05a6d97 commit cd15736
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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/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
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 cd15736

Please sign in to comment.