diff --git a/stable/prisma/Chart.yaml b/stable/prisma/Chart.yaml index 08457a43b6..4d078afaae 100644 --- a/stable/prisma/Chart.yaml +++ b/stable/prisma/Chart.yaml @@ -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/ diff --git a/stable/prisma/README.md b/stable/prisma/README.md index 7ef1fb73f4..404b66e62b 100644 --- a/stable/prisma/README.md +++ b/stable/prisma/README.md @@ -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 | `""` diff --git a/stable/prisma/values.yaml b/stable/prisma/values.yaml index 897bc55dc4..ef157717e2 100644 --- a/stable/prisma/values.yaml +++ b/stable/prisma/values.yaml @@ -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