File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 81
81
82
82
## Packaging and Releasing
83
83
84
- Packaging uses the [ helm ] ( https://helm.sh/ ) tool.
84
+ Process:
85
85
86
- Releasing uses the [ chart-releaser] ( https://github.com/helm/chart-releaser ) tool.
86
+ - Packaging uses the [ helm] ( https://helm.sh/ ) tool.
87
+ - Releasing uses the [ chart-releaser] ( https://github.com/helm/chart-releaser ) tool.
87
88
88
- Both tasks are executed by CI/CD when a branch is merged into ` master ` branch.
89
+ Both tasks are executed automatically by CI/CD when a branch is merged into ` master ` branch.
89
90
90
- ## Version upgrading
91
+ ## Version Upgrading
91
92
92
93
Automatic upgrade script is available in ` python3 upgrade.py ` .
93
94
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : fulfillment-srv
3
3
description : Restorecommerce fulfillment-srv
4
4
type : application
5
- version : 0.1.6
5
+ version : 0.1.7
6
6
appVersion : 0.0.19
7
7
icon : https://avatars0.githubusercontent.com/u/8339525
8
8
home : https://docs.restorecommerce.io/fulfillment-srv/index.html
You can’t perform that action at this time.
0 commit comments