From 3133ad3b473607ef228a10aa83ee2f7887403a19 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Mon, 1 Sep 2025 16:54:38 +0200 Subject: [PATCH] chore: Move to fixed versions in diracx/values.yaml --- diracx/Chart.yaml | 4 ++-- diracx/values.yaml | 4 ++-- docs/admin/reference/values.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/diracx/Chart.yaml b/diracx/Chart.yaml index 45317d4..2c779fa 100644 --- a/diracx/Chart.yaml +++ b/diracx/Chart.yaml @@ -11,13 +11,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.1.0-alpha.2" +version: "1.0.0-alpha.1" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.1a" +appVersion: v0.0.1a48 dependencies: diff --git a/diracx/values.yaml b/diracx/values.yaml index c666206..e715f66 100644 --- a/diracx/values.yaml +++ b/diracx/values.yaml @@ -15,14 +15,14 @@ global: # -- timeout for job deadlines activeDeadlineSeconds: 900 images: - tag: "dev" + tag: v0.0.1a48 services: ghcr.io/diracgrid/diracx/services client: ghcr.io/diracgrid/diracx/client busybox: tag: "latest" repository: "busybox" web: - tag: "dev" + tag: v0.1.0-a10 repository: ghcr.io/diracgrid/diracx-web/static # Number of diracx pods diff --git a/docs/admin/reference/values.md b/docs/admin/reference/values.md index 1d3c5c2..ce3d629 100644 --- a/docs/admin/reference/values.md +++ b/docs/admin/reference/values.md @@ -94,9 +94,9 @@ | global.images.busybox.tag | string | `"latest"` | | | global.images.client | string | `"ghcr.io/diracgrid/diracx/client"` | | | global.images.services | string | `"ghcr.io/diracgrid/diracx/services"` | | -| global.images.tag | string | `"dev"` | | +| global.images.tag | string | `"v0.0.1a48"` | | | global.images.web.repository | string | `"ghcr.io/diracgrid/diracx-web/static"` | | -| global.images.web.tag | string | `"dev"` | | +| global.images.web.tag | string | `"v0.1.0-a10"` | | | global.storageClassName | string | `"standard"` | | | grafana.datasources."datasources.yaml".apiVersion | int | `1` | | | grafana.datasources."datasources.yaml".datasources[0].name | string | `"Jaeger"` | |