This repository was archived by the owner on Feb 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 : 5.4.6
25+ version : 5.5.0
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 @@ -84,10 +84,12 @@ spec:
8484 containerPort : 6901
8585 protocol : TCP
8686 livenessProbe :
87+ failureThreshold : 30
8788 httpGet :
8889 path : /
8990 port : http
9091 readinessProbe :
92+ failureThreshold : 30
9193 httpGet :
9294 path : /
9395 port : http
Original file line number Diff line number Diff line change 1919 "version" : {
2020 "description" : " ubuntu supported version" ,
2121 "type" : " string" ,
22- "enum" : [" inseefrlab/ubuntu-vnc:v1 .0.1 " ],
22+ "enum" : [" inseefrlab/ubuntu-vnc:v2 .0.0 " ],
2323 "pattern" : " ^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$" ,
2424 "hidden" : {
2525 "value" : true ,
2626 "path" : " service/image/custom/enabled"
2727 },
28- "default" : " inseefrlab/ubuntu-vnc:v1 .0.1 "
28+ "default" : " inseefrlab/ubuntu-vnc:v2 .0.0 "
2929 },
3030 "custom" : {
3131 "description" : " use a custom ubuntu docker image" ,
Original file line number Diff line number Diff line change 22
33service :
44 image :
5- version : " inseefrlab/ubuntu-vnc:v1 .0.1 "
5+ version : " inseefrlab/ubuntu-vnc:v2 .0.0 "
66 pullPolicy : IfNotPresent
77 custom :
88 enabled : false
You can’t perform that action at this time.
0 commit comments