Skip to content

Commit cd084b0

Browse files
chore: bump chart to 1.0.13 for DiracX v0.0.10
- Update appVersion to v0.0.10 - Update image tag to v0.0.10 - Bump chart version from 1.0.12 to 1.0.13
1 parent 7cf5ec2 commit cd084b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: "1.0.12"
14+
version: "1.0.13"
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: v0.0.9
20+
appVersion: v0.0.10
2121

2222

2323
dependencies:

diracx/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ global:
1515
# -- timeout for job deadlines
1616
activeDeadlineSeconds: 900
1717
images:
18-
tag: v0.0.9
18+
tag: v0.0.10
1919

2020
# Registries, can be overridden to use private cache/mirror registries
2121
# note that images in dependent charts (e.g. mysql) are not affected by these settings

docs/admin/reference/values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
| global.images.ghcr_registry | string | `"ghcr.io"` | |
101101
| global.images.secret_generation | string | `"diracgrid/diracx/secret-generation"` | |
102102
| global.images.services | string | `"diracgrid/diracx/services"` | |
103-
| global.images.tag | string | `"v0.0.9"` | |
103+
| global.images.tag | string | `"v0.0.10"` | |
104104
| global.images.web.repository | string | `"diracgrid/diracx-web/static"` | |
105105
| global.images.web.tag | string | `"v0.1.0-a10"` | |
106106
| global.storageClassName | string | `"standard"` | |

0 commit comments

Comments
 (0)