Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit d6efde0

Browse files
committed
https://github.com/weaveworks/weave/pull/3939
1 parent 77bb0f9 commit d6efde0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/etc/kubernetes/addons/60-weave.yml.j2

+3-3
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ spec:
202202
- name: EXTRA_ARGS
203203
value: "{{ kube_weave_extra_args }}"
204204
{%- endif %}
205-
image: docker.io/weaveworks/weave-kube:2.8.1
205+
image: docker.io/alvistack/weave-kube:2.8.1-20220414fdf3ff6e
206206
imagePullPolicy: IfNotPresent
207207
readinessProbe:
208208
httpGet:
@@ -232,7 +232,7 @@ spec:
232232
fieldRef:
233233
apiVersion: v1
234234
fieldPath: spec.nodeName
235-
image: docker.io/weaveworks/weave-npc:2.8.1
235+
image: docker.io/alvistack/weave-npc:2.8.1-20220414fdf3ff6e
236236
imagePullPolicy: IfNotPresent
237237
resources:
238238
requests:
@@ -249,7 +249,7 @@ spec:
249249
- name: weave-init
250250
command:
251251
- /home/weave/init.sh
252-
image: docker.io/weaveworks/weave-kube:2.8.1
252+
image: docker.io/alvistack/weave-kube:2.8.1-20220414fdf3ff6e
253253
imagePullPolicy: IfNotPresent
254254
securityContext:
255255
privileged: true

0 commit comments

Comments
 (0)