Merge pull request #5746 from willthames/k8s-ec2-srcdst-upgrade

Update k8s-ec2-srcdst to v0.2.2
This commit is contained in:
k8s-ci-robot 2018-09-05 17:33:46 -07:00 committed by GitHub
commit 6f1874a93a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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",
}
{