fix a small mistake and limit common updates to tuesday

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-31 12:05:39 +02:00
parent 39f9cad90e
commit 48f6102ac9
3 changed files with 19 additions and 11 deletions
+13 -4
View File
@@ -6,7 +6,7 @@
"reviewersFromCodeOwners": true,
"suppressNotifications": ["prIgnoreNotification"],
"rebaseWhen": "conflicted",
"prConcurrentLimit": 5,
"prConcurrentLimit": 7,
"helm-values": {
"fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"]
},
@@ -39,7 +39,10 @@
"bumpVersion": "major",
"labels": ["dependency/major"],
"packageNames": ["common"],
"groupName": ["internal major dep"]
"groupName": ["internal major dep"],
"schedule": [
"on tuesday"
]
},
{
"matchDatasources": ["helm"],
@@ -47,7 +50,10 @@
"bumpVersion": "minor",
"labels": ["dependency/minor"],
"packageNames": ["common"],
"groupName": ["internal minor dep"]
"groupName": ["internal minor dep"],
"schedule": [
"on tuesday"
]
},
{
"matchDatasources": ["helm"],
@@ -56,7 +62,10 @@
"bumpVersion": "patch",
"labels": ["dependency/patch"],
"packageNames": ["common"],
"groupName": ["internal patch dep"]
"groupName": ["internal patch dep"],
"schedule": [
"on tuesday"
]
},
//
// External helm deps
+4 -6
View File
@@ -112,6 +112,10 @@ jobs:
--template-files="/home/runner/work/apps/apps/templates/docs/common-helm-values.md.gotmpl" \
--chart-search-root="/home/runner/work/apps/apps/charts/library/common"
- name: run pre-commit checks
continue-on-error: true
uses: pre-commit/action@v2.0.3
- uses: dorny/paths-filter@v2
id: filter
with:
@@ -149,11 +153,6 @@ jobs:
pybump bump --file ./charts/${train}/${chart}/Chart.yaml --level patch
done
- name: run pre-commit checks
continue-on-error: true
uses: pre-commit/action@v2.0.3
- name: Copy general readme to website
run: |
yes | cp -rf index.yaml docs/index.yaml || echo "chart-index copy failed, continuing..."
@@ -192,7 +191,6 @@ jobs:
- name: Cleanup
run: |
rm -rf changes.json
rm -rf /home/runner/work/apps/apps/charts/library/common/helm-values.md
- name: Commit and Push Housekeeping
run: |
+2 -1
View File
@@ -8,10 +8,11 @@
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
{{- end -}}
{{ template "custom.custom.configuration" . }}
---
{{ template "custom.copyright" . }}