13 Commits

Author SHA1 Message Date
renovate-bot 5d30fe23ec chore(deps): update registry.k8s.io/descheduler/descheduler docker tag to v0.36.0
lint-test-helm / lint-helm (pull_request) Successful in 35s
lint-test-helm / validate-kubeconform (pull_request) Successful in 29s
2026-05-20 08:13:34 +00:00
renovate-bot 1bd9f1eae4 Merge pull request 'chore(deps): update ghcr.io/linuxserver/prowlarr docker tag to v2.3.5.5327-ls147' (#7178) from renovate/unified-prowlarr into main
lint-test-helm / lint-helm (push) Successful in 57s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 5m2s
2026-05-20 08:08:23 +00:00
renovate-bot ed7a0169e7 chore(deps): update ghcr.io/linuxserver/prowlarr docker tag to v2.3.5.5327-ls147
lint-test-helm / lint-helm (pull_request) Successful in 55s
render-manifests / render-manifests (pull_request) Successful in 3m46s
lint-test-helm / validate-kubeconform (pull_request) Failing after 11m30s
2026-05-20 08:07:54 +00:00
renovate-bot 136fd7f72d Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.186.4' (#7177) from renovate/unified-renovate into main
renovate / renovate (push) Failing after 5s
2026-05-20 07:05:10 +00:00
renovate-bot 768e0a915f chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.186.4 2026-05-20 07:04:27 +00:00
renovate-bot 5dc6d4ed89 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.186.3' (#7176) from renovate/unified-renovate into main
renovate / renovate (push) Successful in 4m23s
2026-05-20 06:04:23 +00:00
renovate-bot 1bcc432fa6 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.186.3 2026-05-20 06:04:03 +00:00
renovate-bot 3cd6231e62 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.186.2' (#7175) from renovate/unified-renovate into main
renovate / renovate (push) Successful in 2m48s
2026-05-20 05:02:52 +00:00
renovate-bot 0a8889b49f chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.186.2 2026-05-20 05:02:30 +00:00
alexlebens ad0caa4603 Merge pull request 'chore(deps): update gatus to v5.36.0' (#7172) from renovate/unified-gatus into main
lint-test-helm / lint-helm (push) Successful in 1m37s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 6m11s
Reviewed-on: #7172
2026-05-20 01:41:20 +00:00
renovate-bot fcbfbc2811 chore(deps): update gatus to v5.36.0
lint-test-helm / lint-helm (pull_request) Successful in 2m37s
lint-test-helm / validate-kubeconform (pull_request) Successful in 1m45s
render-manifests / render-manifests (pull_request) Successful in 1m34s
2026-05-20 01:35:52 +00:00
alexlebens d8ac74c5a1 Merge pull request 'feat: add caching to postgres' (#7173) from tmp/gauts into main
lint-test-helm / lint-helm (push) Successful in 45s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 8m58s
Reviewed-on: #7173
2026-05-20 01:27:48 +00:00
alexlebens ee23c8b8a6 feat: add caching to postgres
lint-test-helm / lint-helm (pull_request) Successful in 1m21s
lint-test-helm / validate-kubeconform (pull_request) Successful in 2m24s
render-manifests / render-manifests (pull_request) Successful in 2m26s
2026-05-19 20:23:05 -05:00
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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.4@sha256:3dc939a53d085d67b1ec82c7236d19299a2eb755f4e7bb8fcbba6e38faf301dd
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+1 -1
View File
@@ -1,7 +1,7 @@
descheduler:
image:
repository: registry.k8s.io/descheduler/descheduler
tag: v0.35.1@sha256:871d3b804390b0b8c7cb09d4e9b7856cf30e31f9e9e3d29562b0301a10453bb1
tag: v0.36.0@sha256:7ca92c0a7b4f1c51d306409da6b832005fcadb224e384795646376726734c6e5
kind: Deployment
resources:
limits:
+2 -1
View File
@@ -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
+1 -1
View File
@@ -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