mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/sapho] add repo archive notice and deprecate chart (#24183)
* [stable/sapho] add repo archive notice Signed-off-by: Scott Rigby <scott@r6by.com> * [stable/sapho] deprecate sapho This chart does not receive updates for a long time Signed-off-by: Carlos Panato <ctadeu@gmail.com> Co-authored-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
co-authored by
Carlos Panato
parent
cbac71dc6e
commit
0719bca7d2
@@ -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
|
||||
|
||||
@@ -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/).
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
dependencies:
|
||||
- name: mysql
|
||||
version: ~0.3.7
|
||||
version: 1.6.7
|
||||
repository: https://charts.helm.sh/stable
|
||||
|
||||
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user