feat!: add gitea chart v8 changes
BREAKING CHANGE: MySQL and MariaDB subcharts are removed.
This commit is contained in:
commit
00c8377d5b
19 changed files with 211 additions and 218 deletions
|
@ -15,7 +15,6 @@ pipeline:
|
|||
pull: true
|
||||
commands:
|
||||
- apk add --no-cache helm
|
||||
- helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
||||
- helm dependency build
|
||||
|
||||
helm-lint:
|
||||
|
@ -48,3 +47,9 @@ pipeline:
|
|||
- apk add --no-cache make nodejs npm git
|
||||
- make readme
|
||||
- git diff --exit-code --name-only README.md
|
||||
|
||||
yaml-lint:
|
||||
image: cytopia/yamllint:alpine-1
|
||||
pull: true
|
||||
commands:
|
||||
- yamllint -f colored .
|
||||
|
|
|
@ -14,7 +14,6 @@ pipeline:
|
|||
pull: true
|
||||
commands:
|
||||
- apk add --no-cache git nodejs npm helm
|
||||
- helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
||||
- helm dependency build
|
||||
- rm -rf tmp/
|
||||
- helm package --version "${CI_COMMIT_TAG##v}" -d tmp/ ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue