Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #296 from weaveworks/WKP-1012/update-weave-net-master
Browse files Browse the repository at this point in the history
Update the version of weave-net to 2.7.0
  • Loading branch information
bboreham committed Aug 29, 2020
2 parents bb58c16 + 93c1761 commit 3fb084a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions addons/weave-net/weave-net.yaml
Expand Up @@ -128,7 +128,7 @@ items:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: 'docker.io/weaveworks/weave-kube:2.5.1'
image: 'docker.io/weaveworks/weave-kube:2.7.0'
imagePullPolicy: Always
readinessProbe:
httpGet:
Expand Down Expand Up @@ -163,7 +163,7 @@ items:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: 'docker.io/weaveworks/weave-npc:2.5.1'
image: 'docker.io/weaveworks/weave-npc:2.7.0'
imagePullPolicy: Always
# npc-args
resources:
Expand Down
4 changes: 2 additions & 2 deletions environments/local-docker-registry/retag_push.sh
Expand Up @@ -23,8 +23,8 @@ k8s.gcr.io/kube-proxy:v1.16.11
k8s.gcr.io/pause:3.1
k8s.gcr.io/etcd:3.3.15-0
k8s.gcr.io/coredns:1.6.2
docker.io/weaveworks/weave-npc:2.5.1
docker.io/weaveworks/weave-kube:2.5.1
docker.io/weaveworks/weave-npc:2.7.0
docker.io/weaveworks/weave-kube:2.7.0
)

# Default host for the local Docker registry:
Expand Down
2 changes: 1 addition & 1 deletion pkg/addons/assets/assets_vfsdata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/addons/transform_test.go
Expand Up @@ -16,9 +16,9 @@ func TestUpdateImage(t *testing.T) {
}{
// CNI addon's images should just have their repository updated:
{
image: "docker.io/weaveworks/weave-kube:2.5.1",
image: "docker.io/weaveworks/weave-kube:2.7.0",
repository: "172.17.0.2:5000",
expectedImage: "172.17.0.2:5000/weaveworks/weave-kube:2.5.1",
expectedImage: "172.17.0.2:5000/weaveworks/weave-kube:2.7.0",
expectedError: nil,
},
// WKS controller's image should just have its repository updated:
Expand Down
4 changes: 2 additions & 2 deletions pkg/apis/wksprovider/machine/os/os_test.go
Expand Up @@ -224,7 +224,7 @@ items:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: 'docker.io/weaveworks/weave-kube:2.5.1'
image: 'docker.io/weaveworks/weave-kube:2.7.0'
imagePullPolicy: Always
readinessProbe:
httpGet:
Expand Down Expand Up @@ -259,7 +259,7 @@ items:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: 'docker.io/weaveworks/weave-npc:2.5.1'
image: 'docker.io/weaveworks/weave-npc:2.7.0'
imagePullPolicy: Always
# npc-args
resources:
Expand Down

0 comments on commit 3fb084a

Please sign in to comment.