diff --git a/stable/chaoskube/Chart.yaml b/stable/chaoskube/Chart.yaml index 5a2b614e0c..ac367b1ee9 100755 --- a/stable/chaoskube/Chart.yaml +++ b/stable/chaoskube/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: chaoskube -version: 0.11.0 +version: 0.12.0 appVersion: 0.10.0 description: Chaoskube periodically kills random pods in your Kubernetes cluster. home: https://github.com/linki/chaoskube diff --git a/stable/chaoskube/templates/deployment.yaml b/stable/chaoskube/templates/deployment.yaml index fb37486495..6507bf7eb6 100644 --- a/stable/chaoskube/templates/deployment.yaml +++ b/stable/chaoskube/templates/deployment.yaml @@ -17,6 +17,7 @@ spec: template: metadata: labels: + component: "server" {{ include "labels.standard" . | indent 8 }} {{- with .Values.podAnnotations }} annotations: