Skip to content

Commit 89c053e

Browse files
authored
upgrade postgresql to v16.2.5 and lakefs to 1.3.21 (#129)
1 parent 6edaa33 commit 89c053e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

charts/lakefs/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ 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.0.2
25+
version: 1.0.3
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
2929
# follow Semantic Versioning. They should reflect the version the application is using.
3030
appVersion: 1
3131
dependencies:
3232
- name: postgresql
33-
version: 15.5.32
33+
version: 16.2.5
3434
repository: https://charts.bitnami.com/bitnami
3535
enabled: true
3636
- name: library-chart
37-
version: 1.5.25
37+
version: 1.5.33
3838
repository: https://inseefrlab.github.io/helm-charts-interactive-services
3939
- name: lakefs
40-
version: 1.3.10
40+
version: 1.3.21
4141
repository: https://charts.lakefs.io
4242
enabled: true

0 commit comments

Comments
 (0)