Skip to content

Commit

Permalink
Change image to quay.io/gatekeeper in config/manager/manager.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: yiraeChristineKim <[email protected]>
  • Loading branch information
yiraeChristineKim committed Apr 12, 2024
1 parent 5c85f06 commit 24e4da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- "--operation=webhook"
- "--operation=mutation-webhook"
- "--disable-opa-builtin={http.send}"
image: openpolicyagent/gatekeeper:v3.15.1
image: quay.io/gatekeeper/gatekeeper:v3.15.1
imagePullPolicy: Always
name: manager
ports:
Expand Down Expand Up @@ -150,7 +150,7 @@ spec:
- --disable-cert-rotation
command:
- /manager
image: openpolicyagent/gatekeeper:v3.15.1
image: quay.io/gatekeeper/gatekeeper:v3.15.1
env:
# used by Gatekeeper
- name: POD_NAMESPACE
Expand Down

0 comments on commit 24e4da7

Please sign in to comment.