Skip to content

Commit

Permalink
bump version (open-policy-agent#175)
Browse files Browse the repository at this point in the history
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
  • Loading branch information
ritazh authored Jul 9, 2019
1 parent 33e81b9 commit dc5b059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REPOSITORY ?= $(REGISTRY)/open-policy-agent/gatekeeper

IMG := $(REPOSITORY):latest

VERSION := v3.0.3
VERSION := v3.0.4

BUILD_COMMIT := $(shell ./build/get-build-commit.sh)
BUILD_TIMESTAMP := $(shell ./build/get-build-timestamp.sh)
Expand Down
2 changes: 1 addition & 1 deletion deploy/gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ spec:
fieldPath: metadata.name
- name: SECRET_NAME
value: gatekeeper-webhook-server-secret
image: quay.io/open-policy-agent/gatekeeper:v3.0.2
image: quay.io/open-policy-agent/gatekeeper:v3.0.3
imagePullPolicy: Always
ports:
- containerPort: 443
Expand Down

0 comments on commit dc5b059

Please sign in to comment.