From aee53f09301886d0ee48d25e33b690432d07cda2 Mon Sep 17 00:00:00 2001 From: Marko Mikulicic Date: Wed, 17 Jul 2019 10:42:26 +0200 Subject: [PATCH] Use official docker image in main Makefile Our CI system pushes the latest build to the `:latest` tag on quay. It seems natural for users to desire that the controller.yaml file that gets built in master points to such a build (see https://github.com/bitnami-labs/sealed-secrets/issues/86#issuecomment-512087928) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d23ba236..a14b143fe 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KUBECFG = kubecfg -U https://github.com/bitnami-labs/kube-libsonnet/raw/52ba963c DOCKER = docker GINKGO = ginkgo -p -CONTROLLER_IMAGE = sealed-secrets-controller:latest +CONTROLLER_IMAGE = quay.io/bitnami/sealed-secrets-controller:latest IMAGE_PULL_POLICY = Always KUBECONFIG ?= $(HOME)/.kube/config