[incubator/riemann] add repo archive notice (#24062)

* [incubator/riemann] add repo archive notice

Signed-off-by: Scott Rigby <scott@r6by.com>

* [incubator/riemann] use apps/v1

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

Co-authored-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
Scott Rigby
2020-11-10 01:54:40 -08:00
committed by GitHub
co-authored by Carlos Panato
parent 0ca0ab7f5c
commit 9e714026fb
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Riemann monitors distributed systems. Riemann aggregates events from your servers and applications with a powerful stream processing language.
name: riemann
version: 0.1.2
version: 0.1.3
appVersion: 0.2.14
keywords:
- riemann
+5
View File
@@ -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/).
# Riemann Helm Chart
Riemann is an event stream processor for monitoring distributed systems. The
+5 -1
View File
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "riemann.fullname" . }}
@@ -9,6 +9,10 @@ metadata:
heritage: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
app: {{ template "riemann.name" . }}
release: {{ .Release.Name }}
template:
metadata:
labels: