Skip to content

Commit

Permalink
deploy: update all references to container images to v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio Proto committed May 2, 2018
1 parent cb1a966 commit 031aa18
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deploy/kube-config/google/heapster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: heapster
containers:
- name: heapster
image: k8s.gcr.io/heapster-amd64:v1.4.2
image: k8s.gcr.io/heapster-amd64:v1.5.3
imagePullPolicy: IfNotPresent
command:
- /heapster
Expand Down
2 changes: 1 addition & 1 deletion deploy/kube-config/influxdb/heapster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: heapster
containers:
- name: heapster
image: k8s.gcr.io/heapster-amd64:v1.4.2
image: k8s.gcr.io/heapster-amd64:v1.5.3
imagePullPolicy: IfNotPresent
command:
- /heapster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: heapster
containers:
- name: heapster-test
image: k8s.gcr.io/heapster-amd64:v1.5.1
image: k8s.gcr.io/heapster-amd64:v1.5.3
imagePullPolicy: Always
command:
- /heapster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: heapster-test
image: k8s.gcr.io/heapster-amd64:v1.4.2
image: k8s.gcr.io/heapster-amd64:v1.5.3
imagePullPolicy: Always
command:
- /heapster
Expand All @@ -28,7 +28,7 @@ spec:
mountPath: /etc/ssl/certs
readOnly: true
- name: eventer-test
image: k8s.gcr.io/heapster-amd64:v1.4.2
image: k8s.gcr.io/heapster-amd64:v1.5.3
imagePullPolicy: Always
command:
- /eventer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: heapster
image: k8s.gcr.io/heapster-amd64:v1.4.2
image: k8s.gcr.io/heapster-amd64:v1.5.3
command:
- /heapster
- --source=kubernetes.summary_api:''
Expand Down
2 changes: 1 addition & 1 deletion deploy/kube-config/standalone/heapster-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: heapster
containers:
- name: heapster
image: k8s.gcr.io/heapster-amd64:v1.4.2
image: k8s.gcr.io/heapster-amd64:v1.5.3
imagePullPolicy: IfNotPresent
command:
- /heapster
Expand Down

0 comments on commit 031aa18

Please sign in to comment.