app-admin/flannel-wrapper: update to 0.7.1

Rote version bump
This commit is contained in:
Euan Kemp 2017-04-27 14:59:13 -07:00
parent d3fdc91bf2
commit 0894229a46
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Before=docker.service
[Service] [Service]
Type=oneshot Type=oneshot
Environment="FLANNEL_IMAGE_TAG=v0.7.0" Environment="FLANNEL_IMAGE_TAG=v0.7.1"
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/lib/coreos/flannel-wrapper2.uuid" Environment="RKT_RUN_ARGS=--uuid-file-save=/var/lib/coreos/flannel-wrapper2.uuid"
Environment="FLANNEL_IMAGE_ARGS=--exec=/opt/bin/mk-docker-opts.sh" Environment="FLANNEL_IMAGE_ARGS=--exec=/opt/bin/mk-docker-opts.sh"

View File

@ -12,7 +12,7 @@ TimeoutStartSec=300
LimitNOFILE=40000 LimitNOFILE=40000
LimitNPROC=1048576 LimitNPROC=1048576
Environment="FLANNEL_IMAGE_TAG=v0.7.0" Environment="FLANNEL_IMAGE_TAG=v0.7.1"
Environment="FLANNEL_OPTS=--ip-masq=true" Environment="FLANNEL_OPTS=--ip-masq=true"
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/lib/coreos/flannel-wrapper.uuid" Environment="RKT_RUN_ARGS=--uuid-file-save=/var/lib/coreos/flannel-wrapper.uuid"
EnvironmentFile=-/run/flannel/options.env EnvironmentFile=-/run/flannel/options.env