Skip to content

Commit

Permalink
[stable/prisma]: upgrade version to 1.20 (helm#9240)
Browse files Browse the repository at this point in the history
Signed-off-by: Giacomo Guiulfo <[email protected]>
  • Loading branch information
giacomoguiulfo authored and k8s-ci-robot committed Nov 21, 2018
1 parent 9e59aef commit 8841852
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/prisma/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: prisma
version: 1.0.0
appVersion: 1.15
version: 1.1.0
appVersion: 1.20
kubeVersion: "^1.8.0-0"
description: Prisma turns your database into a realtime GraphQL API
home: https://www.prisma.io/
Expand Down
2 changes: 1 addition & 1 deletion stable/prisma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Parameter | Description
`serviceAccount.create` | If true, create a service account for Prisma | `true`
`serviceAccount.name` | Name of the service account to create or use | `{{ prisma.fullname }}`
`image.repository` | Prisma image repository | `prismagraphql/prisma`
`image.tag` | Prisma image tag | `1.15-heroku`
`image.tag` | Prisma image tag | `1.20-heroku`
`image.pullPolicy` | Image pull policy | `IfNotPresent`
`database.connector` | Database connector | `postgres`
`database.host` | Host for the database endpoint | `""`
Expand Down
2 changes: 1 addition & 1 deletion stable/prisma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ image:

## Prisma image version
##
tag: 1.15-heroku
tag: 1.20-heroku

## Specify an imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit 8841852

Please sign in to comment.