From b925997b75c3e540b088881c812d7786647d5ed5 Mon Sep 17 00:00:00 2001 From: ihiverlet <94982379+ihiverlet@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:20:31 +0200 Subject: [PATCH] trino - upgrade tag to 458 --- charts/trino/Chart.yaml | 4 ++-- charts/trino/values.schema.json | 7 ++++--- charts/trino/values.yaml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/charts/trino/Chart.yaml b/charts/trino/Chart.yaml index 15bffff9..211d8151 100644 --- a/charts/trino/Chart.yaml +++ b/charts/trino/Chart.yaml @@ -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/ diff --git a/charts/trino/values.schema.json b/charts/trino/values.schema.json index 4364193d..7d0dfb13 100644 --- a/charts/trino/values.schema.json +++ b/charts/trino/values.schema.json @@ -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", @@ -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, diff --git a/charts/trino/values.yaml b/charts/trino/values.yaml index 54b765f4..4a643427 100644 --- a/charts/trino/values.yaml +++ b/charts/trino/values.yaml @@ -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