fix(helm): update chart trino to 1.42.2#1643
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
|
User renovate[bot] does not have write permissions |
Contributor
--- 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: |
Contributor
--- 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.42.1→1.42.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
trinodb/charts (trino)
v1.42.2Compare 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)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.