Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
32ee1fa6d8
|
|||
| 466b67df8b | |||
|
eb55941435
|
|||
| 5129be9314 | |||
|
5c0ddea49b
|
|||
| b8b7649e64 | |||
|
89e6de11fe
|
|||
| 1bd9f1eae4 | |||
|
ed7a0169e7
|
|||
| 136fd7f72d | |||
|
768e0a915f
|
|||
| 5dc6d4ed89 | |||
|
1bcc432fa6
|
|||
| 3cd6231e62 | |||
|
0a8889b49f
|
|||
| ad0caa4603 | |||
|
fcbfbc2811
|
|||
| d8ac74c5a1 | |||
| ee23c8b8a6 |
@@ -13,7 +13,7 @@ on:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-js
|
||||
container: ghcr.io/renovatebot/renovate:43.186.1@sha256:4696b3a6fe3ca10d0eae49cbf1da17e381cbc8bf75c224b2605a25773cff03dc
|
||||
container: ghcr.io/renovatebot/renovate:43.186.7@sha256:489f369cbf8cd7fac92a0d68ff5fbb766ac893455f0e18c8e16b69689f06a9e4
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: cilium
|
||||
repository: https://helm.cilium.io/
|
||||
version: 1.18.9
|
||||
digest: sha256:f7d127bed9b2c9154f25ffdc36ef7477ac8c8b12aeb92c5f4c20be5abd49ec11
|
||||
generated: "2026-05-10T19:25:36.71023-05:00"
|
||||
version: 1.19.4
|
||||
digest: sha256:7148a1dffd924413b215cdd639a59eae1d8bcd51f3a3acba72adecb67d612c04
|
||||
generated: "2026-05-20T11:06:20.056500506Z"
|
||||
|
||||
@@ -14,8 +14,8 @@ maintainers:
|
||||
- name: alexlebens
|
||||
dependencies:
|
||||
- name: cilium
|
||||
version: 1.18.9
|
||||
version: 1.19.4
|
||||
repository: https://helm.cilium.io/
|
||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png
|
||||
# renovate: datasource=github-releases depName=cilium/cilium
|
||||
appVersion: 1.18.9
|
||||
appVersion: 1.19.4
|
||||
|
||||
@@ -28,4 +28,4 @@ dependencies:
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/gatus.png
|
||||
# renovate: datasource=github-releases depName=TwiN/gatus
|
||||
appVersion: v5.35.0
|
||||
appVersion: v5.36.0
|
||||
|
||||
@@ -3,7 +3,7 @@ gatus:
|
||||
strategy: Recreate
|
||||
image:
|
||||
repository: ghcr.io/twin/gatus
|
||||
tag: v5.35.0@sha256:21609f31be8c4e680ce3004b24276305666239c99aff58391503f3fb6142f39d
|
||||
tag: v5.36.0@sha256:c5f210d095fa78e6efaa20ffeb14803f2ba4f10615e16a6d12087697149617f0
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
gateway:
|
||||
@@ -92,6 +92,7 @@ gatus:
|
||||
scopes: [openid]
|
||||
storage:
|
||||
type: postgres
|
||||
caching: true
|
||||
path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable"
|
||||
default-endpoint: &defaults
|
||||
group: core
|
||||
|
||||
@@ -12,7 +12,7 @@ prowlarr:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/prowlarr
|
||||
tag: 2.3.5.5327-ls146@sha256:a89f252d6a22bd25af14a5380aec0adcc3c3af2e3282164f981680e6844070f3
|
||||
tag: 2.3.5.5327-ls147@sha256:c9fe528f34b1fd3715438b6f6d6991d64e2965f2c055db36398bc66a0e7eab01
|
||||
env:
|
||||
- name: TZ
|
||||
value: America/Chicago
|
||||
|
||||
Reference in New Issue
Block a user