File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-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.6
25+ version : 2.0.7
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
Original file line number Diff line number Diff line change 2424 "description" : " supported versions" ,
2525 "type" : " string" ,
2626 "listEnum" : [
27- " dbeaver/cloudbeaver:24.1.1 " ,
27+ " dbeaver/cloudbeaver:24.3.3 " ,
2828 " dbeaver/cloudbeaver:23.3.5" ,
2929 " dbeaver/cloudbeaver:22.2.4" ,
3030 " inseefrlab/cloudbeaver:23.0.3"
3131 ],
3232 "render" : " list" ,
3333 "pattern" : " ^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$" ,
34- "default" : " dbeaver/cloudbeaver:24.1.1 "
34+ "default" : " dbeaver/cloudbeaver:24.3.3 "
3535 }
3636 }
3737 }
Original file line number Diff line number Diff line change 22
33service :
44 image :
5- version : " dbeaver/cloudbeaver:24.2.0 "
5+ version : " dbeaver/cloudbeaver:24.3.3 "
66 pullPolicy : IfNotPresent
77
88discovery :
You can’t perform that action at this time.
0 commit comments