From 0719bca7d263bdd5bbd2426ec2fa97c0a395b13d Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Fri, 13 Nov 2020 09:23:11 -0500 Subject: [PATCH] [stable/sapho] add repo archive notice and deprecate chart (#24183) * [stable/sapho] add repo archive notice Signed-off-by: Scott Rigby * [stable/sapho] deprecate sapho This chart does not receive updates for a long time Signed-off-by: Carlos Panato Co-authored-by: Carlos Panato --- stable/sapho/Chart.yaml | 9 ++++----- stable/sapho/README.md | 7 +++++++ stable/sapho/requirements.lock | 6 +++--- stable/sapho/requirements.yaml | 2 +- stable/sapho/templates/deployment.yaml | 8 +++++++- 5 files changed, 22 insertions(+), 10 deletions(-) diff --git a/stable/sapho/Chart.yaml b/stable/sapho/Chart.yaml index 1e26752a52..7cfb463180 100755 --- a/stable/sapho/Chart.yaml +++ b/stable/sapho/Chart.yaml @@ -1,16 +1,15 @@ apiVersion: v1 -description: A micro application development and integration platform that enables +deprecated: true +description: DEPRECATED A micro application development and integration platform that enables organizations to create and deliver secure micro applications that tie into existing business systems and track changes to key business data. name: sapho -version: 0.2.3 +version: 0.2.4 +appVersion: 8-jre8 home: http://www.sapho.com icon: https://www.sapho.com/wp-content/uploads/2016/04/sapho-logotype.svg sources: - https://bitbucket.org/sapho/ops-docker-tomcat/src - https://hub.docker.com/r/sapho/ops-docker-tomcat - https://github.com/kubernetes/charts/tree/master/stable/mysql -maintainers: -- name: Sapho - email: support@sapho.com engine: gotpl diff --git a/stable/sapho/README.md b/stable/sapho/README.md index 1c000a8c06..adb627c56e 100644 --- a/stable/sapho/README.md +++ b/stable/sapho/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 + # Sapho The Sapho Micro App Platform is the best way to put actionable business information into your employees’ hands. This micro application development and integration platform enables organizations to create and deliver secure micro apps that tie into existing business systems and track changes to key business data. The result is a work feed that keeps employees up-to-date with important information and their associated actions. Employees benefits from real time data updates and one-click task completion from a single unified app, browser, or messenger client. All of this runs on Azure, connects to your existing infrastructure, and integrates with your existing identity and access control solutions to maintain security. For more information, please visit [Sapho](https://www.sapho.com/). diff --git a/stable/sapho/requirements.lock b/stable/sapho/requirements.lock index e8653863d2..6c8d8f6e96 100644 --- a/stable/sapho/requirements.lock +++ b/stable/sapho/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mysql repository: https://charts.helm.sh/stable - version: 0.3.7 -digest: sha256:4401a620710070cd61e685f48ba41304858e3eedb565bf18edfd7df55a35cc3b -generated: "2020-10-30T11:41:57.872373-04:00" + version: 1.6.7 +digest: sha256:b652a732d6d7bc646d212222810403b6b97ae9a89c1b9ca0c28f25a95c9f7e1e +generated: "2020-11-10T15:37:18.542521+01:00" diff --git a/stable/sapho/requirements.yaml b/stable/sapho/requirements.yaml index 24f2db3b42..602a1f5cc4 100644 --- a/stable/sapho/requirements.yaml +++ b/stable/sapho/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: mysql - version: ~0.3.7 + version: 1.6.7 repository: https://charts.helm.sh/stable diff --git a/stable/sapho/templates/deployment.yaml b/stable/sapho/templates/deployment.yaml index 5c1951879b..4bd0998fe9 100644 --- a/stable/sapho/templates/deployment.yaml +++ b/stable/sapho/templates/deployment.yaml @@ -1,16 +1,22 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "sapho.fullname" . }} labels: app: {{ template "sapho.fullname" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + release: {{ .Release.Name }} spec: replicas: {{ .Values.replicaCount }} + selector: + matchLabels: + app: {{ template "sapho.fullname" . }} + release: {{ .Release.Name }} template: metadata: labels: app: {{ template "sapho.fullname" . }} + release: {{ .Release.Name }} spec: containers: - name: {{ template "sapho.fullname" . }}