Skip to content

Commit

Permalink
Add version tag to whoami images
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet committed Sep 17, 2020
1 parent 66f6556 commit a0f82a5
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions docs/content/examples.md
Expand Up @@ -50,7 +50,7 @@ spec:
serviceAccount: whoami-server
containers:
- name: whoami
image: traefik/whoami:latest
image: traefik/whoami:v1.6.0
imagePullPolicy: IfNotPresent

---
Expand All @@ -72,7 +72,7 @@ spec:
serviceAccount: whoami-server
containers:
- name: whoami-tcp
image: traefik/whoamitcp:latest
image: traefik/whoamitcp:v0.1.0
imagePullPolicy: IfNotPresent

---
Expand Down
2 changes: 1 addition & 1 deletion docs/content/quickstart.md
Expand Up @@ -71,7 +71,7 @@ spec:
spec:
containers:
- name: server
image: traefik/whoami:latest
image: traefik/whoami:v1.6.0
ports:
- containerPort: 80
---
Expand Down
6 changes: 3 additions & 3 deletions integration/acl_disabled_test.go
Expand Up @@ -25,9 +25,9 @@ func (s *ACLDisabledSuite) SetUpSuite(c *check.C) {
requiredImages := []k3d.DockerImage{
{Name: "traefik/mesh:latest", Local: true},
{Name: "traefik:v2.3"},
{Name: "traefik/whoami:latest"},
{Name: "traefik/whoamitcp:latest"},
{Name: "traefik/whoamiudp:latest"},
{Name: "traefik/whoami:v1.6.0"},
{Name: "traefik/whoamitcp:v0.1.0"},
{Name: "traefik/whoamiudp:v0.1.0"},
{Name: "giantswarm/tiny-tools:3.9"},
}

Expand Down
2 changes: 1 addition & 1 deletion integration/acl_enabled_test.go
Expand Up @@ -26,7 +26,7 @@ func (s *ACLEnabledSuite) SetUpSuite(c *check.C) {
requiredImages := []k3d.DockerImage{
{Name: "traefik/mesh:latest", Local: true},
{Name: "traefik:v2.3"},
{Name: "traefik/whoami:latest"},
{Name: "traefik/whoami:v1.6.0"},
{Name: "giantswarm/tiny-tools:3.9"},
}

Expand Down
2 changes: 1 addition & 1 deletion integration/coredns_test.go
Expand Up @@ -26,7 +26,7 @@ func (s *CoreDNSSuite) SetUpSuite(c *check.C) {
var err error

requiredImages := []k3d.DockerImage{
{Name: "traefik/whoami:latest"},
{Name: "traefik/whoami:v1.6.0"},
{Name: "coredns/coredns:1.3.1"},
{Name: "coredns/coredns:1.4.0"},
{Name: "coredns/coredns:1.5.2"},
Expand Down
2 changes: 1 addition & 1 deletion integration/kubedns_test.go
Expand Up @@ -23,7 +23,7 @@ func (s *KubeDNSSuite) SetUpSuite(c *check.C) {
var err error

requiredImages := []k3d.DockerImage{
{Name: "traefik/whoami:latest"},
{Name: "traefik/whoami:v1.6.0"},
{Name: "coredns/coredns:1.6.3"},
{Name: "giantswarm/tiny-tools:3.9"},
{Name: "gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.7"},
Expand Down
2 changes: 1 addition & 1 deletion integration/testdata/acl_disabled/http/1.server.yaml
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: server-http
image: traefik/whoami:latest
image: traefik/whoami:v1.6.0
imagePullPolicy: IfNotPresent
readinessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion integration/testdata/acl_disabled/tcp/1.server.yaml
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: server-tcp
image: traefik/whoamitcp:latest
image: traefik/whoamitcp:v0.1.0
imagePullPolicy: IfNotPresent
readinessProbe:
tcpSocket:
Expand Down
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: server-v1
image: traefik/whoami:latest
image: traefik/whoami:v1.6.0
imagePullPolicy: IfNotPresent
readinessProbe:
httpGet:
Expand Down
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: server-v2
image: traefik/whoami:latest
image: traefik/whoami:v1.6.0
imagePullPolicy: IfNotPresent
readinessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion integration/testdata/acl_disabled/udp/1.server.yaml
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: server-udp
image: traefik/whoamiudp:latest
image: traefik/whoamiudp:v0.1.0
imagePullPolicy: IfNotPresent
ports:
- name: udp
Expand Down
2 changes: 1 addition & 1 deletion integration/testdata/acl_enabled/http/1.server.yaml
Expand Up @@ -10,7 +10,7 @@ spec:
serviceAccountName: server
containers:
- name: server-http
image: traefik/whoami:latest
image: traefik/whoami:v1.6.0
imagePullPolicy: IfNotPresent
readinessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion integration/testdata/acl_enabled/http/3.server-api.yaml
Expand Up @@ -10,7 +10,7 @@ spec:
serviceAccountName: server-api
containers:
- name: server-http-api
image: traefik/whoami:latest
image: traefik/whoami:v1.6.0
imagePullPolicy: IfNotPresent
readinessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion integration/testdata/acl_enabled/http/4.server-header.yaml
Expand Up @@ -10,7 +10,7 @@ spec:
serviceAccountName: server-header
containers:
- name: server-http-header
image: traefik/whoami:latest
image: traefik/whoami:v1.6.0
imagePullPolicy: IfNotPresent
readinessProbe:
httpGet:
Expand Down
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccountName: server-split
containers:
- name: server-http-split-v1
image: traefik/whoami:latest
image: traefik/whoami:v1.6.0
imagePullPolicy: IfNotPresent
readinessProbe:
httpGet:
Expand Down Expand Up @@ -63,7 +63,7 @@ spec:
serviceAccountName: server-split
containers:
- name: server-http-split-v2
image: traefik/whoami:latest
image: traefik/whoami:v1.6.0
imagePullPolicy: IfNotPresent
readinessProbe:
httpGet:
Expand Down

0 comments on commit a0f82a5

Please sign in to comment.