Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit 2e270e2

Browse files
committed
Ubuntu : upgrade & probes
1 parent cb01026 commit 2e270e2

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

charts/ubuntu/Chart.yaml

Lines changed: 1 addition & 1 deletion
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: 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

charts/ubuntu/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

charts/ubuntu/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
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",

charts/ubuntu/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: "inseefrlab/ubuntu-vnc:v1.0.1"
5+
version: "inseefrlab/ubuntu-vnc:v2.0.0"
66
pullPolicy: IfNotPresent
77
custom:
88
enabled: false

0 commit comments

Comments
 (0)