diff --git a/Dockerfile b/Dockerfile index 946d8d4..1a41203 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ # Build the manager binary FROM gcr.io/gcp-runtimes/go1-builder:1.13 as builder +ENV PATH "/usr/local/go/bin:$PATH" + WORKDIR /workspace # Copy the Go Modules manifests COPY go.mod go.mod diff --git a/Makefile b/Makefile index 287c6e6..8e55578 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Image URL to use all building/pushing image targets #IMG ?= controller:latest -IMG ?= quay.io/jezogwza/airship:sip.v2 +IMG ?= quay.io/airshipit/sip # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) CRD_OPTIONS ?= "crd:trivialVersions=true" diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index c84a0b6..9ba6fc1 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -27,7 +27,7 @@ spec: - /manager args: - --enable-leader-election - image: quay.io/jezogwza/airship:sip.v1 + image: quay.io/airshipit/sip imagePullPolicy: IfNotPresent name: manager resources: