Switch images to quay.io
This commit is contained in:
parent
23f5e1d1bf
commit
18bd86645c
@ -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
|
||||
|
2
Makefile
2
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"
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user