Skip to content

Commit c9f3e16

Browse files
committed
cloudbeaver add image default version
1 parent d71f0d2 commit c9f3e16

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

charts/cloudbeaver-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 1.3.17
25+
version: 1.3.18
2626

2727
# This is the version number of the application being deployed. This version number should be
2828
# incremented each time you make changes to the application. Versions are not expected to

charts/cloudbeaver-chart/values.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@
2020
"description": "supported versions",
2121
"type": "string",
2222
"listEnum": [
23+
"dbeaver/cloudbeaver:24.1.1",
2324
"dbeaver/cloudbeaver:23.3.5",
2425
"dbeaver/cloudbeaver:22.2.4",
2526
"inseefrlab/cloudbeaver:23.0.3"
2627
],
2728
"render": "list",
2829
"pattern": "^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$",
29-
"default": "dbeaver/cloudbeaver:23.3.5"
30+
"default": "dbeaver/cloudbeaver:24.1.1"
3031
}
3132
}
3233
}

0 commit comments

Comments
 (0)