Skip to content

Commit ed68fbb

Browse files
authored
chore: Move to fixed versions in diracx/values.yaml (#172)
1 parent 953fae5 commit ed68fbb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

diracx/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ type: application
1111
# This is the chart version. This version number should be incremented each time you make changes
1212
# to the chart and its templates, including the app version.
1313
# Versions are expected to follow Semantic Versioning (https://semver.org/)
14-
version: "0.1.0-alpha.2"
14+
version: "1.0.0-alpha.1"
1515

1616
# This is the version number of the application being deployed. This version number should be
1717
# incremented each time you make changes to the application. Versions are not expected to
1818
# follow Semantic Versioning. They should reflect the version the application is using.
1919
# It is recommended to use it with quotes.
20-
appVersion: "0.0.1a"
20+
appVersion: v0.0.1a48
2121

2222

2323
dependencies:

diracx/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ global:
1515
# -- timeout for job deadlines
1616
activeDeadlineSeconds: 900
1717
images:
18-
tag: "dev"
18+
tag: v0.0.1a48
1919
services: ghcr.io/diracgrid/diracx/services
2020
client: ghcr.io/diracgrid/diracx/client
2121
busybox:
2222
tag: "latest"
2323
repository: "busybox"
2424
web:
25-
tag: "dev"
25+
tag: v0.1.0-a10
2626
repository: ghcr.io/diracgrid/diracx-web/static
2727

2828
# Number of diracx pods

docs/admin/reference/values.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@
9494
| global.images.busybox.tag | string | `"latest"` | |
9595
| global.images.client | string | `"ghcr.io/diracgrid/diracx/client"` | |
9696
| global.images.services | string | `"ghcr.io/diracgrid/diracx/services"` | |
97-
| global.images.tag | string | `"dev"` | |
97+
| global.images.tag | string | `"v0.0.1a48"` | |
9898
| global.images.web.repository | string | `"ghcr.io/diracgrid/diracx-web/static"` | |
99-
| global.images.web.tag | string | `"dev"` | |
99+
| global.images.web.tag | string | `"v0.1.0-a10"` | |
100100
| global.storageClassName | string | `"standard"` | |
101101
| grafana.datasources."datasources.yaml".apiVersion | int | `1` | |
102102
| grafana.datasources."datasources.yaml".datasources[0].name | string | `"Jaeger"` | |

0 commit comments

Comments
 (0)