Skip to content

Commit 9baf9f4

Browse files
committed
update cloudbeaver-chart image to v24.1.1 & postgres v15.5.13
1 parent 7194298 commit 9baf9f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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: 1.3.16
25+
version: 1.3.17
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
@@ -34,6 +34,6 @@ dependencies:
3434
version: 1.5.23
3535
repository: https://inseefrlab.github.io/helm-charts-interactive-services
3636
- name: postgresql
37-
version: 14.1.2
37+
version: 15.5.13
3838
repository: https://charts.bitnami.com/bitnami
3939
enabled: true

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:23.3.5"
5+
version: "dbeaver/cloudbeaver:24.1.1"
66
pullPolicy: IfNotPresent
77

88
discovery:

0 commit comments

Comments
 (0)