Skip to content

Commit

Permalink
trino - upgrade tag to 458
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Sep 18, 2024
1 parent c6fe0c5 commit b925997
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/trino/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ 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: 1.0.1
version: 1.0.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
# follow Semantic Versioning. They should reflect the version the application is using.
# Same value as in values.yml#image.tag
appVersion: "449"
appVersion: "458"

icon: https://minio.lab.sspcloud.fr/projet-onyxia/assets/servicesImg/trino.png
home: https://trino.io/
Expand Down
7 changes: 4 additions & 3 deletions charts/trino/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
"description": "supported versions",
"type": "string",
"enum": [
"trinodb/trino:449"
"trinodb/trino:458",
"trinodb/trino:449"
],
"pattern": "^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$",
"hidden": {
"value": true,
"path": "service/image/custom/enabled"
},
"default": "trinodb/trino:449"
"default": "trinodb/trino:458"
},
"custom": {
"description": "use a custom trino image",
Expand All @@ -42,7 +43,7 @@
"version": {
"description": "trino unsupported version",
"type": "string",
"default": "trinodb/trino:449",
"default": "trinodb/trino:458",
"pattern": "^[a-z0-9-_./]+(:[a-z0-9-_.]+)?$",
"hidden": {
"value": false,
Expand Down
2 changes: 1 addition & 1 deletion charts/trino/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart version.
# Same value as Chart.yaml#appVersion
tag: 451
tag: 458

server:
workers: 2
Expand Down

0 comments on commit b925997

Please sign in to comment.