some changes

This commit is contained in:
kjeld Schouten-Lebbing
2022-03-30 00:12:11 +02:00
parent c455303268
commit baeba545cb
3 changed files with 1 additions and 6 deletions
-2
View File
@@ -3,7 +3,5 @@ git-repo: apps
repo: apps repo: apps
charts-dir: charts/* charts-dir: charts/*
charts_repo_url: "https://charts.truecharts.org" charts_repo_url: "https://charts.truecharts.org"
excluded-charts: common-test
pages-branch: "gh-pages"
SkipExisting: true SkipExisting: true
skipExisting: true skipExisting: true
+1 -1
View File
@@ -22,7 +22,7 @@ sources:
- https://grafana.com/oss/loki/ - https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/ - https://grafana.com/docs/loki/latest/
type: application type: application
version: 2.0.10 version: 2.0.11
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- metrics - metrics
-3
View File
@@ -55,9 +55,6 @@ main() {
rm -rf .cr-release-packages rm -rf .cr-release-packages
mkdir -p .cr-release-packages mkdir -p .cr-release-packages
rm -rf .cr-index
mkdir -p .cr-index
prep_helm prep_helm
parallel -j ${parthreads} chart_runner '2>&1' ::: ${changed_charts[@]} parallel -j ${parthreads} chart_runner '2>&1' ::: ${changed_charts[@]}