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, "reviewersFromCodeOwners": true,
"suppressNotifications": ["prIgnoreNotification"], "suppressNotifications": ["prIgnoreNotification"],
"rebaseWhen": "conflicted", "rebaseWhen": "conflicted",
"prConcurrentLimit": 5, "prConcurrentLimit": 7,
"helm-values": { "helm-values": {
"fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"] "fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"]
}, },
@@ -39,7 +39,10 @@
"bumpVersion": "major", "bumpVersion": "major",
"labels": ["dependency/major"], "labels": ["dependency/major"],
"packageNames": ["common"], "packageNames": ["common"],
"groupName": ["internal major dep"] "groupName": ["internal major dep"],
"schedule": [
"on tuesday"
]
}, },
{ {
"matchDatasources": ["helm"], "matchDatasources": ["helm"],
@@ -47,7 +50,10 @@
"bumpVersion": "minor", "bumpVersion": "minor",
"labels": ["dependency/minor"], "labels": ["dependency/minor"],
"packageNames": ["common"], "packageNames": ["common"],
"groupName": ["internal minor dep"] "groupName": ["internal minor dep"],
"schedule": [
"on tuesday"
]
}, },
{ {
"matchDatasources": ["helm"], "matchDatasources": ["helm"],
@@ -56,7 +62,10 @@
"bumpVersion": "patch", "bumpVersion": "patch",
"labels": ["dependency/patch"], "labels": ["dependency/patch"],
"packageNames": ["common"], "packageNames": ["common"],
"groupName": ["internal patch dep"] "groupName": ["internal patch dep"],
"schedule": [
"on tuesday"
]
}, },
// //
// External helm deps // 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" \ --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" --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 - uses: dorny/paths-filter@v2
id: filter id: filter
with: with:
@@ -149,11 +153,6 @@ jobs:
pybump bump --file ./charts/${train}/${chart}/Chart.yaml --level patch pybump bump --file ./charts/${train}/${chart}/Chart.yaml --level patch
done done
- name: run pre-commit checks
continue-on-error: true
uses: pre-commit/action@v2.0.3
- name: Copy general readme to website - name: Copy general readme to website
run: | run: |
yes | cp -rf index.yaml docs/index.yaml || echo "chart-index copy failed, continuing..." yes | cp -rf index.yaml docs/index.yaml || echo "chart-index copy failed, continuing..."
@@ -192,7 +191,6 @@ jobs:
- name: Cleanup - name: Cleanup
run: | run: |
rm -rf changes.json rm -rf changes.json
rm -rf /home/runner/work/apps/apps/charts/library/common/helm-values.md
- name: Commit and Push Housekeeping - name: Commit and Push Housekeeping
run: | 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: 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/ https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### Available config options ##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI. In the future this page is going to contain an automated list of options available in the installation/edit UI.
{{- end -}} {{- end -}}
{{ template "custom.custom.configuration" . }} {{ template "custom.custom.configuration" . }}
---
{{ template "custom.copyright" . }} {{ template "custom.copyright" . }}