some changes

This commit is contained in:
kjeld Schouten-Lebbing 2022-03-30 00:12:11 +02:00
parent c455303268
commit baeba545cb
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
3 changed files with 1 additions and 6 deletions

2
.github/cr.yaml vendored
View File

@ -3,7 +3,5 @@ git-repo: apps
repo: apps
charts-dir: charts/*
charts_repo_url: "https://charts.truecharts.org"
excluded-charts: common-test
pages-branch: "gh-pages"
SkipExisting: true
skipExisting: true

View File

@ -22,7 +22,7 @@ sources:
- https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/
type: application
version: 2.0.10
version: 2.0.11
annotations:
truecharts.org/catagories: |
- metrics

View File

@ -55,9 +55,6 @@ main() {
rm -rf .cr-release-packages
mkdir -p .cr-release-packages
rm -rf .cr-index
mkdir -p .cr-index
prep_helm
parallel -j ${parthreads} chart_runner '2>&1' ::: ${changed_charts[@]}