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