Skip to content

Commit

Permalink
Bump up presto (#25)
Browse files Browse the repository at this point in the history
* bump up version

* updated doc
  • Loading branch information
valeriano-manassero authored Nov 12, 2020
1 parent 207589f commit 09a1892
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions valeriano-manassero/presto/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "345"
appVersion: "346"
description: High performance, distributed SQL query engine for big data
name: presto
version: 1.2.3
version: 1.2.4
home: https://prestosql.io
icon: https://prestosql.io/assets/presto.png
sources:
Expand Down
4 changes: 2 additions & 2 deletions valeriano-manassero/presto/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# presto

![Version: 1.2.3](https://img.shields.io/badge/Version-1.2.3-informational?style=flat-square) ![AppVersion: 345](https://img.shields.io/badge/AppVersion-345-informational?style=flat-square)
![Version: 1.2.4](https://img.shields.io/badge/Version-1.2.4-informational?style=flat-square) ![AppVersion: 346](https://img.shields.io/badge/AppVersion-346-informational?style=flat-square)

High performance, distributed SQL query engine for big data

Expand All @@ -27,7 +27,7 @@ High performance, distributed SQL query engine for big data
| image.repository | string | `"prestosql/presto"` | |
| image.securityContext.runAsGroup | int | `1000` | |
| image.securityContext.runAsUser | int | `1000` | |
| image.tag | int | `345` | |
| image.tag | int | `346` | |
| nodeSelector | object | `{}` | |
| resources | object | `{}` | |
| server.config.http.port | int | `8080` | |
Expand Down
2 changes: 1 addition & 1 deletion valeriano-manassero/presto/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: prestosql/presto
tag: 345
tag: 346
pullPolicy: IfNotPresent
securityContext:
runAsUser: 1000
Expand Down

0 comments on commit 09a1892

Please sign in to comment.