diff --git a/stable/weave-cloud/Chart.yaml b/stable/weave-cloud/Chart.yaml index 050f05f8873e..2c35b1063d07 100644 --- a/stable/weave-cloud/Chart.yaml +++ b/stable/weave-cloud/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 -appVersion: "1.3.0" +appVersion: "1.4.0" name: weave-cloud -version: 0.3.5 +version: 0.3.6 description: | Weave Cloud is a add-on to Kubernetes which provides Continuous Delivery, along with hosted Prometheus Monitoring and a visual dashboard for exploring & debugging microservices home: https://weave.works diff --git a/stable/weave-cloud/templates/deployment.yaml b/stable/weave-cloud/templates/deployment.yaml index 289fb1cc7b46..777956ae374f 100644 --- a/stable/weave-cloud/templates/deployment.yaml +++ b/stable/weave-cloud/templates/deployment.yaml @@ -13,13 +13,11 @@ spec: revisionHistoryLimit: 2 selector: matchLabels: - app: {{ template "weave-cloud.name" . }} - release: {{ .Release.Name }} + name: weave-agent template: metadata: labels: - app: {{ template "weave-cloud.name" . }} - release: {{ .Release.Name }} + name: weave-agent spec: {{- if .Values.serviceAccount.create }} serviceAccountName: {{ template "weave-cloud.serviceAccountName" . }} diff --git a/stable/weave-cloud/values.yaml b/stable/weave-cloud/values.yaml index 3e518db17cf0..8a5094ffbb8f 100644 --- a/stable/weave-cloud/values.yaml +++ b/stable/weave-cloud/values.yaml @@ -7,7 +7,7 @@ agent: image: repository: weaveworks/launcher-agent - tag: 1.3.0 + tag: 1.4.0 pullPolicy: IfNotPresent rbac: