Merge pull request #4374 from justinsb/bump_kopeio_networking_20180203

Update kopeio-networking to 1.0.20180203
This commit is contained in:
k8s-ci-robot 2018-02-03 14:02:05 -08:00 committed by GitHub
commit 5026f78bdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ spec:
memory: 100Mi
securityContext:
privileged: true
image: kopeio/networking-agent:1.0.20181020
image: kopeio/networking-agent:1.0.20180203
name: networking-agent
volumeMounts:
- name: lib-modules

View File

@ -28,7 +28,7 @@ spec:
memory: 100Mi
securityContext:
privileged: true
image: kopeio/networking-agent:1.0.20181020
image: kopeio/networking-agent:1.0.20180203
name: networking-agent
volumeMounts:
- name: lib-modules

View File

@ -353,7 +353,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
if b.cluster.Spec.Networking.Kopeio != nil {
key := "networking.kope.io"
version := "1.0.20180120"
version := "1.0.20180203"
{
location := key + "/pre-k8s-1.6.yaml"

View File

@ -69,11 +69,11 @@ spec:
name: networking.kope.io
selector:
role.kubernetes.io/networking: "1"
version: 1.0.20180120
version: 1.0.20180203
- id: k8s-1.6
kubernetesVersion: '>=1.6.0'
manifest: networking.kope.io/k8s-1.6.yaml
name: networking.kope.io
selector:
role.kubernetes.io/networking: "1"
version: 1.0.20180120
version: 1.0.20180203