Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a9dd903d2 | |||
| c7ff367cdf | |||
| a2686fac96 | |||
| 9214a4dde2 |
@@ -90,13 +90,6 @@ data:
|
||||
],
|
||||
"automerge": false
|
||||
},
|
||||
{
|
||||
"description": "termix: use github-releases as datasource (ghcr.io OCI manifest for this image lacks the release timestamp Renovate needs for the stability gate; GitHub Releases at Termix-SSH/Termix expose proper timestamps so the 3-day gate works as intended). regex versioning parses the release-X.Y.Z prefix. Renovate still writes the new tag to the same ghcr.io/lukegus/termix image (the registry hosts every release).",
|
||||
"matchPackageNames": ["ghcr.io/lukegus/termix"],
|
||||
"datasource": "github-releases",
|
||||
"packageName": "Termix-SSH/Termix",
|
||||
"versioning": "regex:^release-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
|
||||
},
|
||||
{
|
||||
"description": "wanderer: db + web update together in one PR",
|
||||
"matchPackageNames": ["flomp/wanderer-db", "flomp/wanderer-web"],
|
||||
|
||||
@@ -1384,7 +1384,7 @@ spec:
|
||||
# Calendar iCal URLs (JSON object: {"name": "url", ...})
|
||||
- name: CALENDAR_ICAL_URLS
|
||||
value: '{"Órák": "https://calendar.google.com/calendar/ical/b2884faf3db792ac082a6206057552c79080716efd5f966e169a41fc500e1c1c%40group.calendar.google.com/private-0998d8053909ba4449c2f0a6409ce3de/basic.ics", "Családi": "https://calendar.google.com/calendar/ical/nitq3l0if4gn54k438obat5ia0%40group.calendar.google.com/private-59afcf70fee1a798ec369b86d9883b46/basic.ics"}'
|
||||
image: python:3.12-bookworm
|
||||
image: python:3.14-bookworm
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: glance-helper
|
||||
ports:
|
||||
|
||||
@@ -41,6 +41,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: termix
|
||||
# renovate: datasource=github-releases depName=Termix-SSH/Termix versioning=loose extractVersion=^release-(?<version>.+)$
|
||||
image: ghcr.io/lukegus/termix:release-1.11.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user