Skip to content

Commit

Permalink
use quay for image
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Dec 19, 2022
1 parent 9b41ae7 commit 1f1fcbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GOARCH ?= $(shell go env GOARCH)
GOPATH ?= $(shell go env GOPATH)

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

GOLANGCI_VERSION ?= 1.46.2

Expand Down
2 changes: 1 addition & 1 deletion devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: v2beta1
name: container-resource-upsync

vars:
PLUGIN_IMAGE: tylergillson/vcluster-container-resource-upsync-plugin
PLUGIN_IMAGE: quay.io/spectrocloud-labs/vcluster-container-resource-upsync-plugin
K3S_IMAGE: rancher/k3s:v1.23.5-k3s1
SERVICE_CIDR: $( vcluster get service-cidr )
DEVSPACE_FLAGS: "-n vcluster"
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# with the other vcluster values during vcluster create or helm install.
plugin:
container-resources-sync:
image: tylergillson/vcluster-container-resource-upsync-plugin:v0.0.1
image: quay.io/spectrocloud-labs/vcluster-container-resource-upsync-plugin:v0.0.1
imagePullPolicy: IfNotPresent

0 comments on commit 1f1fcbf

Please sign in to comment.