Skip to content

Commit

Permalink
[trino]bump trino to 455 version; [trino-loadbalancer]change trino-lo…
Browse files Browse the repository at this point in the history
…adbalancer default tag to last version enabling usedefaultifunhealty params
  • Loading branch information
illomi7 committed Sep 6, 2024
1 parent 9656e5c commit 229974c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/trino-loadbalancer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: trino-loadbalancer
description: Trino loadbalancer helm chart

type: application
version: 0.2.9
appVersion: 0.2.9
version: 0.3.0
appVersion: 0.3.0
2 changes: 1 addition & 1 deletion charts/trino-loadbalancer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 2

image:
repository: datappeal/trino-loadbalancer
tag: sha-6d5d9042
tag: sha-1f5bbb74
pullPolicy: Always

imagePullSecrets: [ ]
Expand Down
4 changes: 2 additions & 2 deletions charts/trino/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ 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: 0.2.1
version: 0.2.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.
appVersion: '449'
appVersion: '455'

0 comments on commit 229974c

Please sign in to comment.