* feat: Move Linting to Github Actions Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> Disable ServiceAccount on disabled Dex Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> Swap Linting to Github Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> Increase all chart versions Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> Remove Circle & Improve Github Lint Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> Remove Circle & Improve Github Lint Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> Lookup Configmaps update Retest Retest reduce changes reduce changes * Bump argo-events Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * Move Config files Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * Readd Lint & Remove Argo Chart Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * Correct CT config name Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * Readd ARgo Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
17 lines
601 B
YAML
17 lines
601 B
YAML
## Reference: https://github.com/helm/chart-testing/blob/master/doc/ct_lint-and-install.md
|
|
# Don't add the 'debug' attribute, otherwise the workflow won't work anymore
|
|
remote: origin
|
|
chart-dirs:
|
|
- charts
|
|
chart-repos:
|
|
- argo=https://argoproj.github.io/argo-helm
|
|
- minio=https://helm.min.io/
|
|
- dandydeveloper=https://dandydeveloper.github.io/charts/
|
|
- stable=https://charts.helm.sh/stable
|
|
- incubator=https://charts.helm.sh/incubator
|
|
helm-extra-args: "--timeout 600s"
|
|
validate-chart-schema: false
|
|
validate-maintainers: true
|
|
validate-yaml: true
|
|
exclude-deprecated: true
|
|
excluded-charts: []
|