We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97655a3 + 52dcc2c commit 372d99aCopy full SHA for 372d99a
Makefile
@@ -28,7 +28,7 @@ OS := $(shell go env GOOS)
28
ARCH := $(shell go env GOARCH)
29
30
# Image URL to use all building/pushing image targets
31
-IMG ?= quay.io/jestack/policy-approver:v0.1.0-alpha.0
+IMG ?= quay.io/jetstack/policy-approver:v0.1.0-alpha.0
32
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
33
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
34
0 commit comments