In order to integrate HEAD builds of projects for the cncf/demo. We need to locate existing CI builds for each of them. These are the projects and where the version is currently set to pull from: ### Kuberenetes Set from https://quay.io/repository/coreos/hyperkube?tab=tags TF_VAR_kubelet_image_url=quay.io/repository/coreos/hyperkube TF_VAR_kubelet_image_tag=v1.4.7_coreos.0 [demo/azure/input.tf](https://github.com/cncf/demo/blob/aws/azure/input.tf#L9) ### Prometheus prom/prometheus:v1.3.0 [AddOns/Prometheus/deployment.yml](https://github.com/cncf/demo/blob/a1d1b4e8084f52978218e0470b6543e756bdb47a/AddOns/Prometheus/deployment.yaml#L40) ### Fluentd fluent/fluentd:latest-onbuild [Docker/fluentd-reportstats/Dockerfile](https://github.com/cncf/demo/blob/master/Docker/fluentd-reportstats/Dockerfile) [Docker/fluentd-kubectl/Dockerfile](https://github.com/cncf/demo/blob/master/Docker/fluentd-kubectl/Dockerfile)
In order to integrate HEAD builds of projects for the cncf/demo.
We need to locate existing CI builds for each of them.
These are the projects and where the version is currently set to pull from:
Kuberenetes
Set from https://quay.io/repository/coreos/hyperkube?tab=tags
TF_VAR_kubelet_image_url=quay.io/repository/coreos/hyperkube
TF_VAR_kubelet_image_tag=v1.4.7_coreos.0
demo/azure/input.tf
Prometheus
prom/prometheus:v1.3.0
AddOns/Prometheus/deployment.yml
Fluentd
fluent/fluentd:latest-onbuild
Docker/fluentd-reportstats/Dockerfile
Docker/fluentd-kubectl/Dockerfile