From d60906dbb9470d62b86f7376d61665c6ba6066ee Mon Sep 17 00:00:00 2001 From: avouacr Date: Wed, 19 Oct 2022 09:36:13 +0000 Subject: [PATCH] fix ubuntu image name --- charts/ubuntu/Chart.yaml | 2 +- charts/ubuntu/values.schema.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/ubuntu/Chart.yaml b/charts/ubuntu/Chart.yaml index 0c4cb92e..d89762cb 100644 --- a/charts/ubuntu/Chart.yaml +++ b/charts/ubuntu/Chart.yaml @@ -22,7 +22,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 5.4.1 +version: 5.4.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/ubuntu/values.schema.json b/charts/ubuntu/values.schema.json index 6e7400cc..a88fea55 100644 --- a/charts/ubuntu/values.schema.json +++ b/charts/ubuntu/values.schema.json @@ -19,13 +19,13 @@ "version": { "description": "ubuntu supported version", "type": "string", - "enum": ["inseefrlab/ubuntu-vnc:"], + "enum": ["inseefrlab/ubuntu-vnc:latest"], "pattern": "^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$", "hidden": { "value": true, "path": "service/image/custom/enabled" }, - "default": "inseefrlab/ubuntu-vnc:v1.0.0" + "default": "inseefrlab/ubuntu-vnc:latest" }, "custom" : { "description": "use a custom ubuntu docker image", @@ -39,7 +39,7 @@ "version": { "description": "ubuntu unsupported version", "type": "string", - "default": "inseefrlab/ubuntu-vnc:v1.0.0", + "default": "inseefrlab/ubuntu-vnc:latest", "hidden": { "value": false, "path": "service/image/custom/enabled"