Commit 20b8f0fa authored by 舒成's avatar 舒成

v2.1.3

parent cc82e867
Pipeline #48375 passed with stage
...@@ -7,9 +7,8 @@ clone: ...@@ -7,9 +7,8 @@ clone:
- 223.5.5.5 - 223.5.5.5
pipeline: pipeline:
charts: charts:
image: registry.cn-qingdao.aliyuncs.com/wod/alpine:3.12 image: registry.cn-qingdao.aliyuncs.com/wod/helm:v3.6.0
pull: true pull: true
dns: dns:
- 223.5.5.5 - 223.5.5.5
...@@ -18,12 +17,9 @@ pipeline: ...@@ -18,12 +17,9 @@ pipeline:
environment: environment:
- TGZ_TARGET=harbor-v2.1.3.tgz - TGZ_TARGET=harbor-v2.1.3.tgz
commands: commands:
- rm -rf .git - helm package . -d /charts/
- tar -zcvf $TGZ_TARGET .
- mv $TGZ_TARGET /charts/$TGZ_TARGET
when: when:
branch: branch: release-v2.1
release-v2.1
ansible-amd64: ansible-amd64:
image: registry.cn-qingdao.aliyuncs.com/wod/ansible-kubernetes-image:v1.20.2 image: registry.cn-qingdao.aliyuncs.com/wod/ansible-kubernetes-image:v1.20.2
...@@ -42,8 +38,7 @@ pipeline: ...@@ -42,8 +38,7 @@ pipeline:
}' }'
--extra-vars "@images.yaml" --extra-vars "@images.yaml"
when: when:
branch: branch: release-v2.1
release-v2.1
ansible-arm64: ansible-arm64:
image: registry.cn-qingdao.aliyuncs.com/wod/ansible-kubernetes-image:v1.20.2 image: registry.cn-qingdao.aliyuncs.com/wod/ansible-kubernetes-image:v1.20.2
...@@ -62,8 +57,7 @@ pipeline: ...@@ -62,8 +57,7 @@ pipeline:
}' }'
--extra-vars "@images.yaml" --extra-vars "@images.yaml"
when: when:
branch: branch: release-v2.1
release-v2.1
ansible-ppc64le: ansible-ppc64le:
image: registry.cn-qingdao.aliyuncs.com/wod/ansible-kubernetes-image:v1.20.2 image: registry.cn-qingdao.aliyuncs.com/wod/ansible-kubernetes-image:v1.20.2
...@@ -82,5 +76,4 @@ pipeline: ...@@ -82,5 +76,4 @@ pipeline:
}' }'
--extra-vars "@images.yaml" --extra-vars "@images.yaml"
when: when:
branch: branch: release-v2.1
release-v2.1
\ No newline at end of file
...@@ -9,3 +9,5 @@ raws/* ...@@ -9,3 +9,5 @@ raws/*
.beagle.yml .beagle.yml
CONTRIBUTING.md CONTRIBUTING.md
Deploy.md Deploy.md
.github/*
values-operator.yaml
\ No newline at end of file
...@@ -30,6 +30,9 @@ helm template \ ...@@ -30,6 +30,9 @@ helm template \
harbor \ harbor \
/etc/kubernetes/helm/beagle-harbor \ /etc/kubernetes/helm/beagle-harbor \
-f /etc/kubernetes/helm/beagle-harbor/values-overrides.yaml > /etc/kubernetes/helm/beagle-harbor/dist.yaml -f /etc/kubernetes/helm/beagle-harbor/values-overrides.yaml > /etc/kubernetes/helm/beagle-harbor/dist.yaml
# package
helm package . -d C:/Tmp/Charts
``` ```
## images x86_64 ## images x86_64
...@@ -67,7 +70,6 @@ registry.cn-qingdao.aliyuncs.com/wod/harbor-notary-signer:v2.1.3 ...@@ -67,7 +70,6 @@ registry.cn-qingdao.aliyuncs.com/wod/harbor-notary-signer:v2.1.3
registry.cn-qingdao.aliyuncs.com/wod/redis:6.0.9 registry.cn-qingdao.aliyuncs.com/wod/redis:6.0.9
``` ```
## images arm64 ## images arm64
```bash ```bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment