-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
20 lines (20 loc) · 974 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "openfaas-helm-chart",
"version": "5.5.5-magda.2",
"description": "Forked version openfaas Helm Chart for Magda",
"main": "index.js",
"repository": "[email protected]:magda-io/openfaas-helm-chart.git",
"author": "Jacky Jiang <[email protected]>",
"license": "MIT",
"scripts": {
"helm-lint": "helm lint deploy/openfaas -f deploy/test-deploy.yaml",
"helm-docs": "helm-docs -t ./README.md.gotmpl -o ../../README.md",
"update-all-charts": "helm dep up ./deploy/openfaas",
"add-all-chart-version-changes": "git ls-files -m | grep Chart.yaml | xargs git add && git ls-files -m | grep Chart.lock | xargs git add",
"add-all-helm-docs-changes": "yarn helm-docs && git ls-files -m | grep -i readme.md | xargs git add",
"version": "yarn update-helm-chart-version && yarn update-all-charts && yarn add-all-chart-version-changes && yarn add-all-helm-docs-changes"
},
"devDependencies": {
"@magda/ci-utils": "^1.0.2"
}
}