Skip to content

Commit 6954399

Browse files
author
Lily He
committed
fix traefik version
1 parent b8c2740 commit 6954399

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

kubernetes/samples/charts/traefik/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
image: traefik
2-
imageTag: 1.7.4
31
serviceType: NodePort
42
service:
53
nodePorts:

site/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ docker pull oracle/weblogic-kubernetes-operator:2.0-rc2
3939
```
4040
d. Pull the Traefik load balancer image:
4141
```
42-
$ docker pull traefik:1.7.4
42+
$ docker pull traefik:1.7.6
4343
```
4444
e. Pull the WebLogic 12.2.1.3 install image:
4545
```

0 commit comments

Comments
 (0)