Skip to content

Commit 28fe720

Browse files
committed
fix(registry): storage run error
1 parent 1035789 commit 28fe720

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/registry/templates/registry-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
args:
3535
- netcat
3636
- -v
37-
- -u
37+
- -g
3838
- $(DRYCC_STORAGE_HEALTH)
3939
{{- include "registry.envs" . | indent 8 }}
4040
containers:

contrib/ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ s3Secretkey=123456789
88
STORAGE_JOB=$(docker run -d --name storage \
99
-e DRYCC_STORAGE_ACCESSKEY=$s3Accesskey \
1010
-e DRYCC_STORAGE_SECRETKEY=$s3Secretkey \
11-
"${DEV_REGISTRY}"/drycc/storage:canary server /data/storage/ --console-address :9001)
11+
"${DEV_REGISTRY}"/drycc/storage:canary minio server /data/storage/ --console-address :9001)
1212

1313
sleep 5
1414
docker logs "${STORAGE_JOB}"

0 commit comments

Comments
 (0)