File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
3232dependencies :
3333 - name : library-chart
34- version : 1.7.11
34+ version : 1.7.12
3535 repository : https://inseefrlab.github.io/helm-charts-interactive-services
Original file line number Diff line number Diff line change 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" ,
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 }
Original file line number Diff line number Diff line change 22
33service :
44 image :
5- version : " dbeaver/cloudbeaver:25.1.1 "
5+ version : " dbeaver/cloudbeaver:25.1.5 "
66 pullPolicy : IfNotPresent
77
88discovery :
You can’t perform that action at this time.
0 commit comments