Skip to content

Commit 372d99a

Browse files
authored
Merge pull request #3 from JoshVanL/fix-docker-image-name
jestack -> jetstack
2 parents 97655a3 + 52dcc2c commit 372d99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ OS := $(shell go env GOOS)
2828
ARCH := $(shell go env GOARCH)
2929

3030
# Image URL to use all building/pushing image targets
31-
IMG ?= quay.io/jestack/policy-approver:v0.1.0-alpha.0
31+
IMG ?= quay.io/jetstack/policy-approver:v0.1.0-alpha.0
3232
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
3333
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
3434

0 commit comments

Comments
 (0)