Skip to content

fix(helm): update chart trino to 1.42.2#1643

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/trino-1.x
Open

fix(helm): update chart trino to 1.42.2#1643
renovate[bot] wants to merge 1 commit intomainfrom
renovate/trino-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 2, 2026

This PR contains the following updates:

Package Update Change
trino (source) patch 1.42.11.42.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

trinodb/charts (trino)

v1.42.2

Compare Source

Fast distributed SQL query engine for big data analytics that helps you explore your data universe

What's Changed

Features

New Contributors

Full Changelog: trinodb/charts@trino-1.42.1...trino-1.42.2


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 2, 2026

User renovate[bot] does not have write permissions

github run

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 2, 2026

--- kubernetes/apps/jobhunt/trino/app Kustomization: flux-system/trino HelmRelease: jobhunt/trino

+++ kubernetes/apps/jobhunt/trino/app Kustomization: flux-system/trino HelmRelease: jobhunt/trino

@@ -13,13 +13,13 @@

     spec:
       chart: trino
       sourceRef:
         kind: HelmRepository
         name: trino
         namespace: flux-system
-      version: 1.42.1
+      version: 1.42.2
   install:
     remediation:
       retries: 3
   interval: 15m
   upgrade:
     remediation:

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 2, 2026

--- HelmRelease: jobhunt/trino Deployment: jobhunt/trino-coordinator

+++ HelmRelease: jobhunt/trino Deployment: jobhunt/trino-coordinator

@@ -19,14 +19,14 @@

       app.kubernetes.io/name: trino
       app.kubernetes.io/instance: trino
       app.kubernetes.io/component: coordinator
   template:
     metadata:
       annotations:
-        checksum/catalog-config: b86dd7bb349fed2282555445a63a7dbae7f71ffaa0e59a7f4279acbc911ea635
-        checksum/coordinator-config: e2eb8a91921faeb3e1199631498a961b8de4ec915035be044e6acfb984ce36d2
+        checksum/catalog-config: 7711fd9150fbc5996e892eca41cb33da50b67a93a88df01915a8ac3fb89bb6db
+        checksum/coordinator-config: 1b6417677c53ccf613f997e5f210e689598e18c0690f4907b576dc51c6e44fc3
       labels:
         app.kubernetes.io/name: trino
         app.kubernetes.io/instance: trino
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: coordinator
         trino.io/network-policy-protection: disabled
@@ -83,12 +83,21 @@

             - /usr/lib/trino/bin/health-check
           initialDelaySeconds: 10
           periodSeconds: 10
           timeoutSeconds: 5
           failureThreshold: 6
           successThreshold: 1
+        startupProbe:
+          exec:
+            command:
+            - /usr/lib/trino/bin/health-check
+          initialDelaySeconds: 10
+          periodSeconds: 2
+          timeoutSeconds: 2
+          failureThreshold: 60
+          successThreshold: 1
         lifecycle: {}
         resources:
           limits:
             memory: 3Gi
           requests:
             cpu: 200m
--- HelmRelease: jobhunt/trino Deployment: jobhunt/trino-worker

+++ HelmRelease: jobhunt/trino Deployment: jobhunt/trino-worker

@@ -19,14 +19,14 @@

       app.kubernetes.io/name: trino
       app.kubernetes.io/instance: trino
       app.kubernetes.io/component: worker
   template:
     metadata:
       annotations:
-        checksum/catalog-config: b86dd7bb349fed2282555445a63a7dbae7f71ffaa0e59a7f4279acbc911ea635
-        checksum/worker-config: e524225e9322ba8cbdd0374b59a510c4d66058f9b560235c1e3aa742d749f935
+        checksum/catalog-config: 7711fd9150fbc5996e892eca41cb33da50b67a93a88df01915a8ac3fb89bb6db
+        checksum/worker-config: c832b3f48b2fd5be6adb556a9ca45a50ae75381fc33ef54f435cf2fbedef0dbe
       labels:
         app.kubernetes.io/name: trino
         app.kubernetes.io/instance: trino
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: worker
         trino.io/network-policy-protection: disabled
@@ -83,12 +83,21 @@

             - /usr/lib/trino/bin/health-check
           initialDelaySeconds: 10
           periodSeconds: 10
           timeoutSeconds: 5
           failureThreshold: 6
           successThreshold: 1
+        startupProbe:
+          exec:
+            command:
+            - /usr/lib/trino/bin/health-check
+          initialDelaySeconds: 10
+          periodSeconds: 2
+          timeoutSeconds: 2
+          failureThreshold: 60
+          successThreshold: 1
         lifecycle: null
         resources:
           limits:
             memory: 3Gi
           requests:
             cpu: 200m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants