diff --git a/incubator/riemann/Chart.yaml b/incubator/riemann/Chart.yaml index 98f1838751..fb4bf7d500 100644 --- a/incubator/riemann/Chart.yaml +++ b/incubator/riemann/Chart.yaml @@ -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 diff --git a/incubator/riemann/README.md b/incubator/riemann/README.md index d427f6ba6d..442bc3028c 100644 --- a/incubator/riemann/README.md +++ b/incubator/riemann/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/). + # Riemann Helm Chart Riemann is an event stream processor for monitoring distributed systems. The diff --git a/incubator/riemann/templates/deployment.yaml b/incubator/riemann/templates/deployment.yaml index fe56cf3ba0..e5e160fa36 100644 --- a/incubator/riemann/templates/deployment.yaml +++ b/incubator/riemann/templates/deployment.yaml @@ -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: