Skip to content

Commit

Permalink
[stable/weave-cloud] use constant container name (helm#10529)
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Dmitrichenko <[email protected]>
  • Loading branch information
errordeveloper authored and k8s-ci-robot committed Jan 10, 2019
1 parent 61cfe55 commit c376926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/weave-cloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
appVersion: "1.1.0"
name: weave-cloud
version: 0.3.0
version: 0.3.1
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
2 changes: 1 addition & 1 deletion stable/weave-cloud/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
{{- end }}
terminationGracePeriodSeconds: 30
containers:
- name: {{ .Values.agent.name }}
- name: agent
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
Expand Down

0 comments on commit c376926

Please sign in to comment.