Skip to content

Commit

Permalink
Upgrade to 375 (#115)
Browse files Browse the repository at this point in the history
* Changed: image upgrade

* Changed: bump up chart version
  • Loading branch information
valeriano-manassero authored Mar 31, 2022
1 parent 4d1b45a commit 23f876b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions valeriano-manassero/trino/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v1
appVersion: "369"
appVersion: "375"
description: High performance, distributed SQL query engine for big data
name: trino
version: 1.13.0
version: 1.14.0
home: https://trino.io
icon: https://trino.io/assets/images/trino-logo/trino-ko_tiny-alt.svg
sources:
- https://github.com/valeriano-manassero/helm-charts
- https://github.com/trinodb/trino
maintainers:
- name: valeriano-manassero
email: valeriano.manassero@gmail.com
url: https://github.com/valeriano-manassero
keywords:
- trino
- trinosql
Expand Down
6 changes: 3 additions & 3 deletions valeriano-manassero/trino/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trino

![Version: 1.13.0](https://img.shields.io/badge/Version-1.13.0-informational?style=flat-square) ![AppVersion: 369](https://img.shields.io/badge/AppVersion-369-informational?style=flat-square)
![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![AppVersion: 375](https://img.shields.io/badge/AppVersion-375-informational?style=flat-square)

High performance, distributed SQL query engine for big data

Expand All @@ -10,7 +10,7 @@ High performance, distributed SQL query engine for big data

| Name | Email | Url |
| ---- | ------ | --- |
| valeriano-manassero | [email protected] | |
| valeriano-manassero | | https://github.com/valeriano-manassero |

## Source Code

Expand All @@ -30,7 +30,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 | `369` | |
| image.tag | int | `375` | |
| 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: 369
tag: 375
pullPolicy: IfNotPresent
securityContext:
runAsUser: 1000
Expand Down

0 comments on commit 23f876b

Please sign in to comment.