Skip to content

Commit

Permalink
upgrade trino version to 380 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
hafizmujadidKhalid authored Aug 10, 2022
1 parent 4dc4252 commit 2cd9476
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions valeriano-manassero/trino/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "378"
appVersion: "380"
description: High performance, distributed SQL query engine for big data
name: trino
version: 2.2.1
version: 2.2.2
home: https://trino.io
icon: https://trino.io/assets/images/trino-logo/trino-ko_tiny-alt.svg
sources:
Expand Down
4 changes: 2 additions & 2 deletions valeriano-manassero/trino/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trino

![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 378](https://img.shields.io/badge/AppVersion-378-informational?style=flat-square)
![Version: 2.2.2](https://img.shields.io/badge/Version-2.2.2-informational?style=flat-square) ![AppVersion: 380](https://img.shields.io/badge/AppVersion-380-informational?style=flat-square)

High performance, distributed SQL query engine for big data

Expand Down Expand Up @@ -75,7 +75,7 @@ High performance, distributed SQL query engine for big data
| image.repository | string | `"trinodb/trino"` | |
| image.securityContext.runAsGroup | int | `1000` | |
| image.securityContext.runAsUser | int | `1000` | |
| image.tag | int | `378` | |
| image.tag | int | `380` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion valeriano-manassero/trino/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: trinodb/trino
tag: 378
tag: 380
pullPolicy: IfNotPresent
securityContext:
runAsUser: 1000
Expand Down

0 comments on commit 2cd9476

Please sign in to comment.