Skip to content

Commit

Permalink
Update image version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Stolyarov authored Aug 8, 2019
1 parent d8ed1fb commit 383803c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: ca-auth-proxy
image: flant/kube-ca-auth-proxy:v0.1.0
image: flant/kube-ca-auth-proxy:v0.4.0
args:
- "--listen=9000"
- "--proxy-pass=http://localhost:9001/metrics"
Expand All @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: ca-auth-proxy
image: flant/kube-ca-auth-proxy:v0.1.0
image: flant/kube-ca-auth-proxy:v0.4.0
args:
- "--listen=$(MY_POD_IP):9000"
- "--proxy-pass=http://localhost:9001/metrics"
Expand Down

0 comments on commit 383803c

Please sign in to comment.