From 3655093db27e43e65567cbe6caa5b57e7de4e0fd Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Tue, 10 Nov 2020 08:14:39 -0500 Subject: [PATCH] [stable/pachyderm] add repo archive notice (#24171) * [stable/pachyderm] add repo archive notice Signed-off-by: Scott Rigby * [stable/pachyderm] use apps/v1 Signed-off-by: Carlos Panato Co-authored-by: Carlos Panato --- stable/pachyderm/Chart.yaml | 2 +- stable/pachyderm/README.md | 5 +++++ stable/pachyderm/templates/etcd_deployment.yaml | 2 +- stable/pachyderm/templates/pachd_deployment.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/stable/pachyderm/Chart.yaml b/stable/pachyderm/Chart.yaml index e48f70c5cd..e7738944b2 100755 --- a/stable/pachyderm/Chart.yaml +++ b/stable/pachyderm/Chart.yaml @@ -10,7 +10,7 @@ keywords: - reproducibility - distributed - processing -version: 0.2.1 +version: 0.2.2 appVersion: 1.8.6 home: "https://pachyderm.io" sources: diff --git a/stable/pachyderm/README.md b/stable/pachyderm/README.md index 28618edec5..c37f971a4c 100644 --- a/stable/pachyderm/README.md +++ b/stable/pachyderm/README.md @@ -1,3 +1,8 @@ +# ⚠️ 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/). + Pachyderm Helm Chart ==================== diff --git a/stable/pachyderm/templates/etcd_deployment.yaml b/stable/pachyderm/templates/etcd_deployment.yaml index 39cf43af3d..7cc1601ee7 100644 --- a/stable/pachyderm/templates/etcd_deployment.yaml +++ b/stable/pachyderm/templates/etcd_deployment.yaml @@ -1,5 +1,5 @@ --- -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: etcd diff --git a/stable/pachyderm/templates/pachd_deployment.yaml b/stable/pachyderm/templates/pachd_deployment.yaml index cae92e550a..1b336b533c 100644 --- a/stable/pachyderm/templates/pachd_deployment.yaml +++ b/stable/pachyderm/templates/pachd_deployment.yaml @@ -1,6 +1,6 @@ --- kind: Deployment -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 metadata: name: pachd labels: