mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 00:27:04 +02:00
feat(common): Release version 2.0.0-beta.1 (#173)
This commit is contained in:
parent
19767d668c
commit
7b6ee00be6
189 changed files with 3110 additions and 3023 deletions
|
@ -12,5 +12,4 @@ chart-dirs:
|
|||
- charts/other
|
||||
|
||||
chart-repos:
|
||||
- bitnami=https://charts.bitnami.com/bitnami
|
||||
- bjw-s=https://bjw-s.github.io/helm-charts
|
||||
|
|
4
.ci/prettier/.prettierignore
Normal file
4
.ci/prettier/.prettierignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.direnv
|
||||
.private
|
||||
.vscode
|
||||
*.sops.*
|
6
.ci/prettier/.prettierrc.yaml
Normal file
6
.ci/prettier/.prettierrc.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
trailingComma: "es5"
|
||||
tabWidth: 2
|
||||
semi: false
|
||||
singleQuote: false
|
||||
bracketSpacing: false
|
|
@ -1,5 +1,10 @@
|
|||
excluded-charts-lint: []
|
||||
---
|
||||
excluded-charts-lint:
|
||||
- library/common-test
|
||||
|
||||
excluded-charts-install:
|
||||
- apps/k8s-ycl
|
||||
- library/common
|
||||
|
||||
excluded-charts-release:
|
||||
- library/common-test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue