test images: Bumps image versions

The way the images are built is going to be changed, and in order to avoid
overwritting and breaking the current images, the image versions are bumped.
This commit is contained in:
Claudiu Belu 2019-05-01 21:43:49 -07:00
parent ca23b07dd4
commit 22a5fbcfa9
28 changed files with 37 additions and 37 deletions

View File

@ -1 +1 @@
2.10
2.11

View File

@ -48,7 +48,7 @@ import (
)
func main() {
rootCmd := &cobra.Command{Use: "app", Version: "2.10"}
rootCmd := &cobra.Command{Use: "app", Version: "2.11"}
rootCmd.AddCommand(auditproxy.CmdAuditProxy)
rootCmd.AddCommand(connect.CmdConnect)

View File

@ -1 +1 @@
1.0
1.1

View File

@ -1 +1 @@
2.0
2.1

View File

@ -1 +1 @@
2.2
2.3

View File

@ -1 +1 @@
1.0
1.1

View File

@ -1 +1 @@
1.2
1.3

View File

@ -1,5 +1,5 @@
amd64=gcr.io/kubernetes-e2e-test-images/agnhost-amd64:2.7
arm=gcr.io/kubernetes-e2e-test-images/agnhost-arm:2.7
arm64=gcr.io/kubernetes-e2e-test-images/agnhost-arm64:2.7
ppc64le=gcr.io/kubernetes-e2e-test-images/agnhost-ppc64le:2.7
s390x=gcr.io/kubernetes-e2e-test-images/agnhost-s390x:2.7
amd64=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-amd64:2.11
arm=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-arm:2.11
arm64=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-arm64:2.11
ppc64le=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-ppc64le:2.11
s390x=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-s390x:2.11

View File

@ -1 +1 @@
1.2
1.3

View File

@ -1,5 +1,5 @@
amd64=gcr.io/kubernetes-e2e-test-images/agnhost-amd64:2.7
arm=gcr.io/kubernetes-e2e-test-images/agnhost-arm:2.7
arm64=gcr.io/kubernetes-e2e-test-images/agnhost-arm64:2.7
ppc64le=gcr.io/kubernetes-e2e-test-images/agnhost-ppc64le:2.7
s390x=gcr.io/kubernetes-e2e-test-images/agnhost-s390x:2.7
amd64=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-amd64:2.11
arm=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-arm:2.11
arm64=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-arm64:2.11
ppc64le=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-ppc64le:2.11
s390x=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost-s390x:2.11

View File

@ -1 +1 @@
1.0
1.1

View File

@ -1 +1 @@
1.0
1.1

View File

@ -1 +1 @@
1.0
1.1

View File

@ -1 +1 @@
1.1
1.2

View File

@ -1 +1 @@
1.0
1.1

View File

@ -1 +1 @@
1.3
1.4

View File

@ -1 +1 @@
1.3
1.4

View File

@ -1 +1 @@
1.3
1.4

View File

@ -1 +1 @@
1.0
1.1

View File

@ -1 +1 @@
1.0
1.1

View File

@ -48,7 +48,7 @@ Custom metrics in Prometheus format are exposed on "/metrics" endpoint.
### CURL example
```console
kubectl run resource-consumer --image=gcr.io/kubernetes-e2e-test-images/resource-consumer:1.4 --expose --service-overrides='{ "spec": { "type": "LoadBalancer" } }' --port 8080 --requests='cpu=500m,memory=256Mi'
kubectl run resource-consumer --image=gcr.io/kubernetes-e2e-test-images/resource-consumer:1.7 --expose --service-overrides='{ "spec": { "type": "LoadBalancer" } }' --port 8080 --requests='cpu=500m,memory=256Mi'
kubectl get services resource-consumer
```
@ -62,7 +62,7 @@ curl --data "millicores=300&durationSec=600" http://<EXTERNAL-IP>:8080/ConsumeCP
## Image
Docker image of Resource Consumer can be found in Google Container Registry as gcr.io/kubernetes-e2e-test-images/resource-consumer:1.4
Docker image of Resource Consumer can be found in Google Container Registry as gcr.io/kubernetes-e2e-test-images/resource-consumer:1.7
## Use cases

View File

@ -1 +1 @@
1.6
1.7

View File

@ -1 +1 @@
1.17.2
1.17.3

View File

@ -1 +1 @@
1.0
1.1

View File

@ -1 +1 @@
1.0
1.1

View File

@ -1 +1 @@
2.0
2.1

View File

@ -1 +1 @@
1.0
1.1

View File

@ -1 +1 @@
1.0.1
1.0.2