Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
microservice-autodevopspipelines
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李春生
microservice-autodevopspipelines
Commits
d1539004
Commit
d1539004
authored
Jan 09, 2019
by
据说甜蜜呢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改参数
parent
e3229783
Pipeline
#4173
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
k8s/helm/AutoDevOpsPipeLinesCharts/light.md
+14
-11
No files found.
k8s/helm/AutoDevOpsPipeLinesCharts/light.md
View file @
d1539004
...
@@ -5,24 +5,27 @@ helm create AutoDevOpsPipeLinesCharts
...
@@ -5,24 +5,27 @@ helm create AutoDevOpsPipeLinesCharts
## 渲染模板(调试)
## 渲染模板(调试)
```
shell
```
shell
helm install
--debug
--dry-run
/root/AutoDevOpsPipeLinesCharts
\
helm install
--debug
--dry-run
/root/AutoDevOpsPipeLinesCharts
\
--set
environment.upper
=
Production
\
--set
environment.upper
=
Staging
\
--set
environment.lower
=
production
\
--set
environment.lower
=
staging
\
--set
namespace
=
geekbuying-light-v2
\
--set
image.registryhost
=
registry.geekbuying.com:8100
\
--set
image.version
=
2.0.0
--set
image.username
=
devopspipelines
\
--set
namespace
=
microservice-autodevopspipeline-v0
\
--set
image.version
=
0.0.1
\
--set
replicas
=
1
```
```
## 发布版本
## 发布版本
```
shell
```
shell
helm install /root/AutoDevOpsPipeLinesCharts
\
helm install /root/AutoDevOpsPipeLinesCharts
\
--name
=
geekbuying-light-v2
\
--set
environment.upper
=
Staging
\
--set
environment.upper
=
Production
\
--set
environment.lower
=
staging
\
--set
environment.lower
=
production
\
--set
image.registryhost
=
registry.geekbuying.com:8100
\
--set
namespace
=
geekbuying-light-v3
\
--set
image.username
=
devopspipelines
\
--set
image.version
=
2.0.0
--set
namespace
=
microservice-autodevopspipeline-v0
\
--set
image.version
=
0.0.1
\
--set
replicas
=
1
```
```
## 检视发布
## 检视发布
helm get manifest
[
release name
]
helm get manifest
[
release name
]
...
...
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