Skip to content

Commit

Permalink
Use official docker image in main Makefile
Browse files Browse the repository at this point in the history
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 #86 (comment))
  • Loading branch information
Marko Mikulicic committed Jul 17, 2019
1 parent af0450b commit aee53f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aee53f0

Please sign in to comment.