Skip to content

Commit

Permalink
[stable/weave-cloud] update image, fix labels (helm#18969)
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Dmitrichenko <[email protected]>
  • Loading branch information
errordeveloper authored and dargolith committed Jan 10, 2020
1 parent 92e0312 commit 448bbf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions stable/weave-cloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 2 additions & 4 deletions stable/weave-cloud/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand Down
2 changes: 1 addition & 1 deletion stable/weave-cloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ agent:

image:
repository: weaveworks/launcher-agent
tag: 1.3.0
tag: 1.4.0
pullPolicy: IfNotPresent

rbac:
Expand Down

0 comments on commit 448bbf4

Please sign in to comment.