Skip to content

Commit

Permalink
Merge pull request #26678 from mkumatag/update_k8s_124
Browse files Browse the repository at this point in the history
Update kubekins image to 1.24
  • Loading branch information
k8s-ci-robot authored Jun 27, 2022
2 parents 4f908f9 + 5c39000 commit 7be3385
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ periodics:
path_alias: k8s.io/test-infra
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.24
command:
- runner.sh
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ presubmits:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.23
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.24
imagePullPolicy: Always
resources:
requests:
Expand All @@ -37,7 +37,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.24
imagePullPolicy: Always
command:
- "./scripts/ci-test.sh"
Expand All @@ -57,7 +57,7 @@ presubmits:
preset-kind-volume-mounts: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.24
imagePullPolicy: Always
env:
- name: "IBMCLOUD_API_KEY"
Expand All @@ -81,7 +81,7 @@ presubmits:
path_alias: sigs.k8s.io/cluster-api-provider-ibmcloud
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.24
command:
- "./scripts/ci-build.sh"
resources:
Expand All @@ -101,7 +101,7 @@ presubmits:
path_alias: "sigs.k8s.io/cluster-api-provider-ibmcloud"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.24
command:
- "make"
- "verify"
Expand All @@ -121,7 +121,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-1.24
command:
- runner.sh
args:
Expand Down

0 comments on commit 7be3385

Please sign in to comment.