Skip to content

Commit

Permalink
Merge pull request #7330 from justinsb/cherrypick_7282_release-1.13
Browse files Browse the repository at this point in the history
Cherry pick of #7282 onto release-1.13
  • Loading branch information
k8s-ci-robot committed Jul 27, 2019
2 parents ea7b46b + 8f92744 commit ae56509
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: quay.io/calico/node:v3.7.2
image: quay.io/calico/node:v3.7.4
env:
# The location of the Calico etcd cluster.
- name: ETCD_ENDPOINTS
Expand Down Expand Up @@ -301,7 +301,7 @@ spec:
# This container installs the Calico CNI binaries
# and CNI network config file on each node.
- name: install-cni
image: quay.io/calico/cni:v3.7.2
image: quay.io/calico/cni:v3.7.4
command: ["/install-cni.sh"]
env:
# Name of the CNI config file to create.
Expand Down Expand Up @@ -439,7 +439,7 @@ spec:
serviceAccountName: calico-kube-controllers
containers:
- name: calico-kube-controllers
image: quay.io/calico/kube-controllers:v3.7.2
image: quay.io/calico/kube-controllers:v3.7.4
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -597,7 +597,7 @@ spec:
command: ['/bin/sh', '-c', '/completion-job.sh']
env:
- name: EXPECTED_NODE_IMAGE
value: quay.io/calico/node:v3.7.2
value: quay.io/calico/node:v3.7.4
# The location of the Calico etcd cluster.
- name: CALICO_ETCD_ENDPOINTS
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -809,8 +809,8 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
"pre-k8s-1.6": "2.4.2-kops.1",
"k8s-1.6": "2.6.9-kops.1",
"k8s-1.7": "2.6.12-kops.1",
"k8s-1.7-v3": "3.7.2-kops.3",
"k8s-1.12": "3.7.2-kops.4",
"k8s-1.7-v3": "3.7.4-kops.1",
"k8s-1.12": "3.7.4-kops.1",
}

{
Expand Down

0 comments on commit ae56509

Please sign in to comment.