Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/weave-cloud] update image, fix labels #18969

Merged
merged 1 commit into from
Nov 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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