Fixed Nameing issues
This commit is contained in:
parent
7ef8d67a26
commit
6293b688ef
3 changed files with 5 additions and 6 deletions
|
@ -93,7 +93,7 @@ kibana_image_repo: "gcr.io/google_containers/kibana"
|
|||
kibana_image_tag: "{{ kibana_version }}"
|
||||
heapster_grafana_version: "v4.0.2"
|
||||
heapster_grafana_image_repo: "gcr.io/google_containers/heapster-grafana-amd64"
|
||||
heapster_grafana_image_tag: "{{ grafana_version }}"
|
||||
heapster_grafana_image_tag: "{{ heapster_grafana_version }}"
|
||||
heapster_version: "v1.3.0-beta.1"
|
||||
heapster_image_repo: "gcr.io/google_containers/heapster-amd64"
|
||||
heapster_image_tag: "{{ heapster_version }}"
|
||||
|
@ -238,7 +238,6 @@ downloads:
|
|||
repo: "{{ kibana_image_repo }}"
|
||||
tag: "{{ kibana_image_tag }}"
|
||||
sha256: "{{ kibana_digest_checksum|default(None) }}"
|
||||
<<<<<<< HEAD
|
||||
helm:
|
||||
container: true
|
||||
repo: "{{ helm_image_repo }}"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
heapster_namespace: kube-system
|
||||
|
||||
grafana_version: "v4.0.2"
|
||||
grafana_image_repo: "gcr.io/google_containers/heapster-grafana-amd64"
|
||||
grafana_image_tag: "{{ grafana_version }}"
|
||||
heapster_grafana_version: "v4.0.2"
|
||||
heapster_grafana_image_repo: "gcr.io/google_containers/heapster-grafana-amd64"
|
||||
heapster_grafana_image_tag: "{{ heapster_grafana_version }}"
|
||||
|
||||
heapster_version: "v1.3.0-beta.1"
|
||||
heapster_image_repo: "gcr.io/google_containers/heapster-amd64"
|
||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: grafana
|
||||
image: "{{ grafana_image_repo }}:{{ grafana_image_tag }}"
|
||||
image: "{{ heapster_grafana_image_repo }}:{{ heapster_grafana_image_tag }}"
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
protocol: TCP
|
||||
|
|
Loading…
Reference in a new issue