Skip to content

Commit 1f1fcbf

Browse files
committed
use quay for image
1 parent 9b41ae7 commit 1f1fcbf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GOARCH ?= $(shell go env GOARCH)
1212
GOPATH ?= $(shell go env GOPATH)
1313

1414
IMG_TAG ?= "latest"
15-
IMG_NAME ?= "tylergillson/vcluster-container-resource-upsync-plugin:${IMG_TAG}"
15+
IMG_NAME ?= "quay.io/spectrocloud-labs/vcluster-container-resource-upsync-plugin:${IMG_TAG}"
1616

1717
GOLANGCI_VERSION ?= 1.46.2
1818

devspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: v2beta1
22
name: container-resource-upsync
33

44
vars:
5-
PLUGIN_IMAGE: tylergillson/vcluster-container-resource-upsync-plugin
5+
PLUGIN_IMAGE: quay.io/spectrocloud-labs/vcluster-container-resource-upsync-plugin
66
K3S_IMAGE: rancher/k3s:v1.23.5-k3s1
77
SERVICE_CIDR: $( vcluster get service-cidr )
88
DEVSPACE_FLAGS: "-n vcluster"

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# with the other vcluster values during vcluster create or helm install.
33
plugin:
44
container-resources-sync:
5-
image: tylergillson/vcluster-container-resource-upsync-plugin:v0.0.1
5+
image: quay.io/spectrocloud-labs/vcluster-container-resource-upsync-plugin:v0.0.1
66
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)