From 9ed8d8d30c597502d6eba70ee1d16fa8ff89cb56 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Thu, 29 Jul 2021 11:47:13 +0200 Subject: [PATCH] feat: renovate version schemes --- .github/renovate.json5 | 14 +++++++++++++- cluster/apps/data/resilio-sync/statefulset.yaml | 4 ++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 227165a1f..9344a0260 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -128,9 +128,21 @@ // custom version schemes { "matchDatasources": ["docker"], - "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)-(?.*)$", + "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)-*-(?.*)$", "matchPackageNames": ["blakeblackshear/frigate"] }, + // custom version schemes + { + "matchDatasources": ["docker"], + "versioning": "regex:^version-v(?\\d+)\\.(?\\d+)\\.(?\\d+)$", + "matchPackageNames": ["ghcr.io/linuxserver/bookstack", "ghcr.io/linuxserver/healthchecks"] + }, + // custom version schemes + { + "matchDatasources": ["docker"], + "versioning": "regex:^version-(?\\d+)\\.(?\\d+)\\.(?\\d+)$", + "matchPackageNames": ["ghcr.io/linuxserver/resilio-sync"] + }, // pin package versions { "matchDatasources": ["docker"], diff --git a/cluster/apps/data/resilio-sync/statefulset.yaml b/cluster/apps/data/resilio-sync/statefulset.yaml index 83254faa8..0136689fa 100644 --- a/cluster/apps/data/resilio-sync/statefulset.yaml +++ b/cluster/apps/data/resilio-sync/statefulset.yaml @@ -24,7 +24,7 @@ spec: app.kubernetes.io/name: resilio-sync spec: containers: - - image: linuxserver/resilio-sync:amd64-2.7.2.1375-ls92 + - image: ghcr.io/linuxserver/resilio-sync:version-2.7.2.1375 name: resilio-sync-claude env: - name: TZ @@ -58,7 +58,7 @@ spec: subPath: video - name: nfs-shared-documents-data mountPath: /sync/shared-documents - - image: linuxserver/resilio-sync:amd64-2.7.2.1375-ls92 + - image: ghcr.io/linuxserver/resilio-sync:version-2.7.2.1375 name: resilio-sync-helene env: - name: TZ