Skip to content

Commit

Permalink
Update plugin image version in readme example cofiguration.
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
  • Loading branch information
ashutosh-narkar committed Apr 10, 2019
1 parent b3645a0 commit c947e32
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 @@ -104,7 +104,7 @@ To deploy OPA-Istio include the following container in your Kubernetes Deploymen

```yaml
containers:
- image: openpolicyagent/opa:0.10.7-istio
- image: openpolicyagent/opa:0.10.7-istio-2
imagePullPolicy: IfNotPresent
name: opa-istio
volumeMounts:
Expand Down Expand Up @@ -273,4 +273,4 @@ repository. You will need to have Glide v0.13 or newer installed.

If you update any of the gRPC, protobuf, or
`github.com/envoyproxy/data-plane-api` dependencies, you should regenerate
the Go code that depends on them by running `gen-protos.sh` in this directory.
the Go code that depends on them by running `gen-protos.sh` in this directory.

0 comments on commit c947e32

Please sign in to comment.