Change Docker image name in Makefile

This commit is contained in:
Hidde Beydals 2020-07-01 12:06:37 +02:00
parent 64c82c4f05
commit 56802793bb
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Image URL to use all building/pushing image targets
IMG ?= controller:latest
IMG ?= fluxcd/helm-controller:latest
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true"

View File

@ -1,3 +1,4 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole