mirror of
https://github.com/helm/charts.git
synced 2026-08-19 20:37:05 +00:00
update prisma (#12584)
* update prisma Signed-off-by: Miguel Angel Medina Mondragon <kanolato@gmail.com> * minor instead of patch Signed-off-by: Miguel Angel Medina Mondragon <kanolato@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2cdd466b73
commit
a96861c19f
@@ -1,6 +1,6 @@
|
||||
name: prisma
|
||||
version: 1.1.0
|
||||
appVersion: 1.20
|
||||
version: 1.2.0
|
||||
appVersion: 1.29.1
|
||||
kubeVersion: "^1.8.0-0"
|
||||
description: Prisma turns your database into a realtime GraphQL API
|
||||
home: https://www.prisma.io/
|
||||
|
||||
@@ -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.20-heroku`
|
||||
`image.tag` | Prisma image tag | `1.29.1-heroku`
|
||||
`image.pullPolicy` | Image pull policy | `IfNotPresent`
|
||||
`database.connector` | Database connector | `postgres`
|
||||
`database.host` | Host for the database endpoint | `""`
|
||||
|
||||
@@ -19,7 +19,7 @@ image:
|
||||
|
||||
## Prisma image version
|
||||
##
|
||||
tag: 1.20-heroku
|
||||
tag: 1.29.1-heroku
|
||||
|
||||
## Specify an imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user