From 4aa900203aa3a880459d7409494ff27efd6866eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?wei=E4=B8=B6404?= <30680771+shcw@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:21:45 +0800 Subject: [PATCH] Changing the mirror repository address (#253) --- .github/workflows/docker-image.yml | 2 +- Makefile | 2 +- deploy/charts/localstorage/templates/ls-controller.yaml | 2 +- deploy/charts/localstorage/templates/ls-node.yaml | 2 +- deploy/latest/ls-controller.yaml | 2 +- deploy/latest/ls-node.yaml | 2 +- deploy/ls-job.yaml | 2 +- deploy/ls-scheduler.yaml | 2 +- deploy/v1.0.2/ls-controller.yaml | 2 +- deploy/v1.0.2/ls-node.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 91c51803..3b0f3315 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -6,7 +6,7 @@ on: env: # Use docker.io for Docker Hub if empty - REGISTRY: harbor.powerlaw.club + REGISTRY: harbor.cloud.pixiuio.com jobs: build: diff --git a/Makefile b/Makefile index 02330341..a8a46c76 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: run image push vendor client-gen clean -dockerhubUser = harbor.powerlaw.club/pixiuio +dockerhubUser = harbor.cloud.pixiuio.com/pixiuio tag = latest apps ?= $(shell ls cmd) appName ?= $(app) diff --git a/deploy/charts/localstorage/templates/ls-controller.yaml b/deploy/charts/localstorage/templates/ls-controller.yaml index 6cc08432..de756a84 100644 --- a/deploy/charts/localstorage/templates/ls-controller.yaml +++ b/deploy/charts/localstorage/templates/ls-controller.yaml @@ -21,7 +21,7 @@ spec: - --healthz-port=10258 - --cert-dir=/tmp/cert - --port=8443 - image: harbor.powerlaw.club/pixiuio/localstorage-controller:latest + image: harbor.cloud.pixiuio.com/pixiuio/localstorage-controller:latest imagePullPolicy: Always name: ls-controller volumeMounts: diff --git a/deploy/charts/localstorage/templates/ls-node.yaml b/deploy/charts/localstorage/templates/ls-node.yaml index 0d606555..e292f264 100644 --- a/deploy/charts/localstorage/templates/ls-node.yaml +++ b/deploy/charts/localstorage/templates/ls-node.yaml @@ -105,7 +105,7 @@ spec: capabilities: add: ["SYS_ADMIN"] allowPrivilegeEscalation: true - image: harbor.powerlaw.club/pixiuio/localstorageplugin:latest + image: harbor.cloud.pixiuio.com/pixiuio/localstorageplugin:latest args: - "-v=5" - "--endpoint=$(CSI_ENDPOINT)" diff --git a/deploy/latest/ls-controller.yaml b/deploy/latest/ls-controller.yaml index 6cc08432..de756a84 100644 --- a/deploy/latest/ls-controller.yaml +++ b/deploy/latest/ls-controller.yaml @@ -21,7 +21,7 @@ spec: - --healthz-port=10258 - --cert-dir=/tmp/cert - --port=8443 - image: harbor.powerlaw.club/pixiuio/localstorage-controller:latest + image: harbor.cloud.pixiuio.com/pixiuio/localstorage-controller:latest imagePullPolicy: Always name: ls-controller volumeMounts: diff --git a/deploy/latest/ls-node.yaml b/deploy/latest/ls-node.yaml index d644bee8..d86e149a 100644 --- a/deploy/latest/ls-node.yaml +++ b/deploy/latest/ls-node.yaml @@ -105,7 +105,7 @@ spec: capabilities: add: ["SYS_ADMIN"] allowPrivilegeEscalation: true - image: harbor.powerlaw.club/pixiuio/localstorageplugin:latest + image: harbor.cloud.pixiuio.com/pixiuio/localstorageplugin:latest args: - --endpoint=$(CSI_ENDPOINT) - --volume-dir=/data diff --git a/deploy/ls-job.yaml b/deploy/ls-job.yaml index 9dd0b39f..65cb8cb0 100644 --- a/deploy/ls-job.yaml +++ b/deploy/ls-job.yaml @@ -16,7 +16,7 @@ spec: containers: - args: - --create-localstorage - image: harbor.powerlaw.club/pixiuio/localstorage-job:latest + image: harbor.cloud.pixiuio.com/pixiuio/localstorage-job:latest imagePullPolicy: IfNotPresent name: pixiu-ls-job dnsPolicy: ClusterFirst diff --git a/deploy/ls-scheduler.yaml b/deploy/ls-scheduler.yaml index eaa695a5..d5df2bd6 100644 --- a/deploy/ls-scheduler.yaml +++ b/deploy/ls-scheduler.yaml @@ -11,7 +11,7 @@ spec: - -v=2 - --port=8090 - --kubeconfig=/etc/kubernetes/pixiu-ls-scheduler.conf - image: harbor.powerlaw.club/pixiuio/scheduler-extender:latest + image: harbor.cloud.pixiuio.com/pixiuio/scheduler-extender:latest imagePullPolicy: IfNotPresent name: pixiu-ls-scheduler livenessProbe: diff --git a/deploy/v1.0.2/ls-controller.yaml b/deploy/v1.0.2/ls-controller.yaml index 5d636669..23f9f094 100644 --- a/deploy/v1.0.2/ls-controller.yaml +++ b/deploy/v1.0.2/ls-controller.yaml @@ -21,7 +21,7 @@ spec: - --healthz-port=10258 - --cert-dir=/tmp/cert - --port=8443 - image: harbor.powerlaw.club/pixiuio/localstorage-controller:v1.0.2 + image: harbor.cloud.pixiuio.com/pixiuio/localstorage-controller:v1.0.2 imagePullPolicy: IfNotPresent name: ls-controller volumeMounts: diff --git a/deploy/v1.0.2/ls-node.yaml b/deploy/v1.0.2/ls-node.yaml index e5060ca1..96a7b8a3 100644 --- a/deploy/v1.0.2/ls-node.yaml +++ b/deploy/v1.0.2/ls-node.yaml @@ -105,7 +105,7 @@ spec: capabilities: add: ["SYS_ADMIN"] allowPrivilegeEscalation: true - image: harbor.powerlaw.club/pixiuio/localstorageplugin:v1.0.2 + image: harbor.cloud.pixiuio.com/pixiuio/localstorageplugin:v1.0.2 args: - "-v=5" - "--endpoint=$(CSI_ENDPOINT)"