Skip to content

Commit

Permalink
Changing the mirror repository address (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
shcw authored Sep 28, 2023
1 parent 2f3eaa2 commit 4aa9002
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/localstorage/templates/ls-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/localstorage/templates/ls-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/latest/ls-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deploy/latest/ls-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/ls-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/ls-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.0.2/ls-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.0.2/ls-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 4aa9002

Please sign in to comment.