Switch images to quay.io

This commit is contained in:
Kostiantyn Kalynovskyi 2020-11-18 14:13:01 -06:00
parent 23f5e1d1bf
commit 18bd86645c
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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"

View File

@ -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: