File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ GOARCH ?= $(shell go env GOARCH)
12
12
GOPATH ?= $(shell go env GOPATH)
13
13
14
14
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}"
16
16
17
17
GOLANGCI_VERSION ?= 1.46.2
18
18
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: v2beta1
2
2
name : container-resource-upsync
3
3
4
4
vars :
5
- PLUGIN_IMAGE : tylergillson /vcluster-container-resource-upsync-plugin
5
+ PLUGIN_IMAGE : quay.io/spectrocloud-labs /vcluster-container-resource-upsync-plugin
6
6
K3S_IMAGE : rancher/k3s:v1.23.5-k3s1
7
7
SERVICE_CIDR : $( vcluster get service-cidr )
8
8
DEVSPACE_FLAGS : " -n vcluster"
Original file line number Diff line number Diff line change 2
2
# with the other vcluster values during vcluster create or helm install.
3
3
plugin :
4
4
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
6
6
imagePullPolicy : IfNotPresent
You can’t perform that action at this time.
0 commit comments