ci: merge branch 'master' into BB-1081
No related branches found
No related tags found
Pipeline #123260 passed
Stage: .pre
Stage: smoke tests
Stage: network up
Stage: cluster up
Stage: bigbang up
Stage: test
Stage: bigbang down
Stage: cluster down
Stage: network down
Stage: package
Showing
- .gitignore 6 additions, 0 deletions.gitignore
- CONTRIBUTING.md 31 additions, 1 deletionCONTRIBUTING.md
- chart/Chart.yaml 1 addition, 1 deletionchart/Chart.yaml
- chart/values.yaml 1 addition, 1 deletionchart/values.yaml
- commitlint.config.js 1 addition, 0 deletionscommitlint.config.js
- package-lock.json 4374 additions, 0 deletionspackage-lock.json
- package.json 18 additions, 0 deletionspackage.json
commitlint.config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "umbrella", | ||
"description": "Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved [packages](#packages) into a Kubernetes cluster. Big Bang follows a [GitOps](#gitops) approach to configuration management, using [Flux v2](#flux-v2) to reconcile Git with the cluster. Environments (e.g. dev, prod) and packages (e.g. istio) can be fully configured to suit the deployment needs.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://repo1.dso.mil/platform-one/big-bang/umbrella.git" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"husky": "^3.0.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
} | ||
} |
Please register or sign in to comment