From 7b44b9626f7b7dc23402970e730628be51803cfe Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 20 Sep 2025 17:25:44 +0200 Subject: [PATCH] fix(renovate): update REAMDE --- Makefile | 13 +++++++++++++ renovate.json | 12 +++++++++++- values.yaml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5b53924..c26a6ee 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,19 @@ NODE_IMAGE_FULLY_QUALIFIED=${NODE_IMAGE_REGISTRY_HOST}/${NODE_IMAGE_REPOSITORY}: missing-dot: grep --perl-regexp '## @(param|skip).*[^.]$$' values.yaml +# README +# ============================================================================== +readme: readme/link readme/lint readme/parameters + +readme/link: + npm install && npm run readme:link + +readme/lint: + npm install && npm run readme:lint + +readme/parameters: + npm install && npm run readme:parameters + # CONTAINER RUN - README # ============================================================================== PHONY+=container-run/readme diff --git a/renovate.json b/renovate.json index 408b613..d2bdf32 100644 --- a/renovate.json +++ b/renovate.json @@ -64,5 +64,15 @@ "patch" ] } - ] + ], + "postUpgradeTasks": { + "commands": [ + "install-tool node", + "make readme" + ], + "fileFilters": [ + "README.md" + ], + "executionMode": "update" + } } diff --git a/values.yaml b/values.yaml index a62b3b2..d36895b 100644 --- a/values.yaml +++ b/values.yaml @@ -175,7 +175,7 @@ deployment: image: registry: docker.io repository: curlimages/curl - tag: "8.16.0" + tag: "8.15.0" pullPolicy: IfNotPresent ## @param deployment.priorityClassName PriorityClassName of the Reposilite deployment.