diff --git a/stable/chaoskube/Chart.yaml b/stable/chaoskube/Chart.yaml index bea2968a1f5a..b41cdccb68f9 100755 --- a/stable/chaoskube/Chart.yaml +++ b/stable/chaoskube/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: chaoskube -version: 3.1.4 +version: 3.2.0 appVersion: 0.14.0 description: Chaoskube periodically kills random pods in your Kubernetes cluster. icon: https://raw.githubusercontent.com/linki/chaoskube/master/chaoskube.png diff --git a/stable/chaoskube/templates/deployment.yaml b/stable/chaoskube/templates/deployment.yaml index 0ee0089e3c65..4a90c8cfaad2 100644 --- a/stable/chaoskube/templates/deployment.yaml +++ b/stable/chaoskube/templates/deployment.yaml @@ -1,8 +1,4 @@ -{{- if .Capabilities.APIVersions.Has "apps/v1beta1" }} -apiVersion: apps/v1beta1 -{{- else }} apiVersion: apps/v1 -{{- end }} kind: Deployment metadata: name: {{ include "chaoskube.fullname" . }}