mirror of https://github.com/kubernetes/kops.git
Merge pull request #5746 from willthames/k8s-ec2-srcdst-upgrade
Update k8s-ec2-srcdst to v0.2.2
This commit is contained in:
commit
6f1874a93a
|
@ -519,7 +519,7 @@ spec:
|
|||
operator: Exists
|
||||
serviceAccountName: k8s-ec2-srcdst
|
||||
containers:
|
||||
- image: ottoyiu/k8s-ec2-srcdst:v0.2.1
|
||||
- image: ottoyiu/k8s-ec2-srcdst:v0.2.2
|
||||
name: k8s-ec2-srcdst
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
@ -594,7 +594,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
|||
versions := map[string]string{
|
||||
"pre-k8s-1.6": "2.4.2-kops.1",
|
||||
"k8s-1.6": "2.6.7-kops.2",
|
||||
"k8s-1.7": "2.6.7-kops.2",
|
||||
"k8s-1.7": "2.6.7-kops.3",
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue