Skip to content

Commit 332f737

Browse files
authored
[cloudbeaver] upgrade to 25.1.5 (#169)
1 parent 8d8a771 commit 332f737

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

charts/cloudbeaver-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
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: 2.0.11
25+
version: 2.0.12
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
@@ -31,5 +31,5 @@ appVersion: latest
3131

3232
dependencies:
3333
- name: library-chart
34-
version: 1.7.11
34+
version: 1.7.12
3535
repository: https://inseefrlab.github.io/helm-charts-interactive-services

charts/cloudbeaver-chart/values.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"description": "supported versions",
2525
"type": "string",
2626
"listEnum": [
27+
"dbeaver/cloudbeaver:25.1.5",
2728
"dbeaver/cloudbeaver:25.1.1",
2829
"dbeaver/cloudbeaver:24.3.3",
2930
"dbeaver/cloudbeaver:23.3.5",
@@ -32,7 +33,7 @@
3233
],
3334
"render": "list",
3435
"pattern": "^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$",
35-
"default": "dbeaver/cloudbeaver:25.1.1"
36+
"default": "dbeaver/cloudbeaver:25.1.5"
3637
}
3738
}
3839
}

charts/cloudbeaver-chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
service:
44
image:
5-
version: "dbeaver/cloudbeaver:25.1.1"
5+
version: "dbeaver/cloudbeaver:25.1.5"
66
pullPolicy: IfNotPresent
77

88
discovery:

0 commit comments

Comments
 (0)