Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions diracx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions diracx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/admin/reference/values.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down