-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed: image upgrade * Changed: bump up chart version
- Loading branch information
1 parent
4d1b45a
commit 23f876b
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
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 | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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` | | | ||
|
This file contains 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
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 | ||
|