Skip to content

Commit

Permalink
Merge pull request #13113 from vincepri/update-cluster-api-images
Browse files Browse the repository at this point in the history
Update all cluster-api images to latest kubekins-e2e 1.15
  • Loading branch information
k8s-ci-robot authored Jun 21, 2019
2 parents 573e6f1 + 04a23a4 commit 7f8fc1e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ presubmits:
- gh-pages
spec:
containers:
- image: gcr.io/k8s-testimages/cluster-api:v20190114-652973a54
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190620-c9d7409-1.15
args:
- "--repo=sigs.k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
Expand Down Expand Up @@ -36,7 +36,7 @@ presubmits:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
image: gcr.io/k8s-testimages/kubekins-e2e:v20190619-f71580d-1.15
image: gcr.io/k8s-testimages/kubekins-e2e:v20190620-c9d7409-1.15
resources:
requests:
memory: "6Gi"
Expand All @@ -48,7 +48,7 @@ presubmits:
- gh-pages
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190619-f71580d-1.15
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190620-c9d7409-1.15
args:
- "--repo=sigs.k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
Expand All @@ -64,7 +64,7 @@ presubmits:
- gh-pages
spec:
containers:
- image: gcr.io/k8s-testimages/cluster-api:v20190114-652973a54
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190620-c9d7409-1.15
args:
- "--repo=sigs.k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
Expand All @@ -82,7 +82,7 @@ presubmits:
path_alias: sigs.k8s.io/cluster-api
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190619-f71580d-1.15
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190620-c9d7409-1.15
command:
- runner.sh
args:
Expand Down

0 comments on commit 7f8fc1e

Please sign in to comment.