Skip to content

Commit

Permalink
Prepare v0.8 release
Browse files Browse the repository at this point in the history
Signed-off-by: Torin Sandall <[email protected]>
  • Loading branch information
tsandall committed Feb 21, 2019
1 parent aa1fd58 commit 0621419
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BIN := kube-mgmt
PKG := github.com/open-policy-agent/kube-mgmt
REGISTRY ?= openpolicyagent
VERSION := 0.8-dev
VERSION := 0.8
ARCH := amd64
COMMIT := $(shell ./build/get-build-commit.sh)

Expand Down
2 changes: 1 addition & 1 deletion examples/service_validation/admission_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
mountPath: /certs
name: opa-server
- name: kube-mgmt
image: openpolicyagent/kube-mgmt:0.7
image: openpolicyagent/kube-mgmt:0.8
volumes:
- name: opa-server
secret:
Expand Down
2 changes: 1 addition & 1 deletion manifests/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ spec:
- name: http
containerPort: 8181
- name: kube-mgmt
image: openpolicyagent/kube-mgmt:0.7
image: openpolicyagent/kube-mgmt:0.8

0 comments on commit 0621419

Please sign in to comment.