We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476b285 commit d6f1b87Copy full SHA for d6f1b87
addons/weave-pack.yaml
@@ -136,7 +136,7 @@ items:
136
value: '1'
137
- name: IPALLOC_RANGE
138
value: 10.239.0.0/16
139
- image: 'devbeta/weave-kube:2.6.2'
+ image: 'devbeta/weave-kube:2.7.0'
140
readinessProbe:
141
httpGet:
142
host: 127.0.0.1
@@ -170,7 +170,7 @@ items:
170
fieldRef:
171
apiVersion: v1
172
fieldPath: spec.nodeName
173
- image: 'devbeta/weave-npc:2.6.2'
+ image: 'devbeta/weave-npc:2.7.0'
174
#npc-args
175
resources:
176
requests:
scripts/configure-instance.sh
@@ -2,7 +2,7 @@
2
# set -x
3
4
# core
5
-WEAVE="2.6.2"
+WEAVE="2.7.0"
6
7
HELP="Usage:
8
$0 --type=(master|worker) --base-url=<base64-encoded-url>
0 commit comments