Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
fix ubuntu image name
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Oct 19, 2022
1 parent b20c72e commit d60906d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/ubuntu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/ubuntu/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit d60906d

Please sign in to comment.