Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
harbor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
market
harbor
Commits
20b8f0fa
Commit
20b8f0fa
authored
Jun 06, 2021
by
舒成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v2.1.3
parent
cc82e867
Pipeline
#48375
passed with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
20 deletions
+17
-20
.beagle.yml
.beagle.yml
+11
-18
.helmignore
.helmignore
+3
-1
Deploy.md
Deploy.md
+3
-1
No files found.
.beagle.yml
View file @
20b8f0fa
...
@@ -3,32 +3,28 @@ platform: 10.11.92.34
...
@@ -3,32 +3,28 @@ platform: 10.11.92.34
clone
:
clone
:
git
:
git
:
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-git:1.0
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-git:1.0
dns
:
dns
:
-
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
volumes
:
volumes
:
-
/data/downloads/k8s/charts/:/charts
-
/data/downloads/k8s/charts/:/charts
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
pull
:
true
pull
:
true
dns
:
dns
:
-
223.5.5.5
-
223.5.5.5
commands
:
commands
:
-
cp -r ./ansible/main.yaml /etc/ansible/linux/main.yaml
-
cp -r ./ansible/main.yaml /etc/ansible/linux/main.yaml
...
@@ -42,13 +38,12 @@ pipeline:
...
@@ -42,13 +38,12 @@ 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
pull
:
true
pull
:
true
dns
:
dns
:
-
223.5.5.5
-
223.5.5.5
commands
:
commands
:
-
cp -r ./ansible/main.yaml /etc/ansible/linux/main.yaml
-
cp -r ./ansible/main.yaml /etc/ansible/linux/main.yaml
...
@@ -62,13 +57,12 @@ pipeline:
...
@@ -62,13 +57,12 @@ 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
pull
:
true
pull
:
true
dns
:
dns
:
-
223.5.5.5
-
223.5.5.5
commands
:
commands
:
-
cp -r ./ansible/main.yaml /etc/ansible/linux/main.yaml
-
cp -r ./ansible/main.yaml /etc/ansible/linux/main.yaml
...
@@ -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
.helmignore
View file @
20b8f0fa
...
@@ -8,4 +8,6 @@ ansible/*
...
@@ -8,4 +8,6 @@ ansible/*
raws/*
raws/*
.beagle.yml
.beagle.yml
CONTRIBUTING.md
CONTRIBUTING.md
Deploy.md
Deploy.md
\ No newline at end of file
.github/*
values-operator.yaml
\ No newline at end of file
Deploy.md
View file @
20b8f0fa
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment