Skip to content

Commit

Permalink
Rucio 34 release chart update
Browse files Browse the repository at this point in the history
  • Loading branch information
bari12 committed Mar 19, 2024
1 parent e0b82c6 commit fa9192d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Add the Rucio Helm repository to your local Helm installation then you can insta
## Chart Versioning

The latest chart version is always recommended for use with the latest Rucio version.
The Rucio Helm Chart versions are correlated with Rucio versions at the minor verion level; each product follows it's own patch versioning.
I. e., Helm Chart 1.27.1 contains Helm improvements over chart 1.27.0 and both are compatible with any Rucio 1.27.Z release.
The Rucio Helm Chart versions are correlated with Rucio versions at the major verion level; each product follows it's own patch versioning.
I. e., Helm Chart 34.0.3 contains Helm improvements over chart 34.0.2 and both are compatible with any Rucio 34.Y.Z release.

Developers: Please make pull requests for charts for the current Rucio version against the `main` or `master` branch.
Fixes which are relevant to previous versions may also have pull requests made against the relevant release-X.Y (e.g. release-1.26) branch.
Fixes which are relevant to previous versions may also have pull requests made against the relevant release-X (e.g. release-34) branch.
Patches against old, non-LTS Rucio releases will be accepted, but no effort will be made to make sure all fixes are made.
For LTS releases (currently 1.23.Z and 1.26.Z), the charts for those releases should be kept up to date.
For LTS releases (currently 1.29 and 32), the charts for those releases should be kept up to date.

For details on installing a particular chart, see the README.md in that portion of this repository.

Expand Down
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: 33.0.0
version: 34.0.0
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
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: 33.0.0
version: 34.0.0
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: 33.0.3
version: 34.0.0
apiVersion: v1
description: A Helm chart to deploy servers for Rucio
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/rucio-ui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-ui
version: 33.0.0
version: 34.0.0
apiVersion: v1
description: A Helm chart to deploy webui servers for Rucio
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/rucio-webui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-webui
version: 33.0.0
version: 34.0.0
apiVersion: v1
description: A Helm chart to deploy the new webui (2.0) servers for Rucio
keywords:
Expand Down

0 comments on commit fa9192d

Please sign in to comment.