From abe1d8535888c285eee79596a7cddd7128db46e1 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Fri, 13 Nov 2020 09:23:40 -0500 Subject: [PATCH] [stable/prisma] add repo archive notice and deprecate chart (#24176) * [stable/prisma] add repo archive notice Signed-off-by: Scott Rigby * [stable/prisma] Deprecate prisma This chart does not receive updates for a long time Signed-off-by: Carlos Panato Co-authored-by: Carlos Panato --- stable/prisma/Chart.yaml | 8 +++----- stable/prisma/README.md | 7 +++++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/stable/prisma/Chart.yaml b/stable/prisma/Chart.yaml index b9ebb6977d..be1331ed02 100644 --- a/stable/prisma/Chart.yaml +++ b/stable/prisma/Chart.yaml @@ -1,14 +1,12 @@ apiVersion: v1 +deprecated: true name: prisma -version: 1.2.3 +version: 1.2.4 appVersion: 1.29.1 kubeVersion: "^1.8.0-0" -description: Prisma turns your database into a realtime GraphQL API +description: DEPRECATED Prisma turns your database into a realtime GraphQL API home: https://www.prisma.io/ icon: https://i.imgur.com/wD4rVt4.png sources: - https://github.com/prismagraphql/prisma -maintainers: - - name: giacomoguiulfo - email: giacomoguiulfo@gmail.com engine: gotpl diff --git a/stable/prisma/README.md b/stable/prisma/README.md index 5492b67c1b..2d9e17fc00 100644 --- a/stable/prisma/README.md +++ b/stable/prisma/README.md @@ -1,3 +1,10 @@ +# ⚠️ Repo Archive Notice + +As of Nov 13, 2020, charts in this repo will no longer be updated. +For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/). + +# ⚠️ Chart Deprecated + # Prisma Helm Chart [Prisma](https://prisma.io) is a performant open-source GraphQL ORM-like layer doing the heavy lifting in your GraphQL server.