Merge pull request #330 from jonbec/master

Add settable flannel image tag & image repo
This commit is contained in:
Antoine Legrand
2016-07-29 08:02:18 -07:00
committed by GitHub
2 changed files with 9 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
path: "/etc/flannel-network.json"
containers:
- name: "flannel-server-helper"
image: "gcr.io/google_containers/flannel-server-helper:0.1"
image: "{{ flannel_server_helper_image_repo }}:{{ flannel_server_helper_image_tag }}"
args:
- "--network-config=/etc/flannel-network.json"
- "--etcd-prefix=/{{ cluster_name }}/network"
@@ -27,7 +27,7 @@
mountPath: "/etc/flannel-network.json"
imagePullPolicy: "Always"
- name: "flannel-container"
image: "quay.io/coreos/flannel:0.5.5"
image: "{{ flannel_image_repo }}:{{ flannel_image_tag }}"
command:
- "/bin/sh"
- "-c"