Compare commits
10 Commits
e72b9967b9
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 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.4@sha256:3dc939a53d085d67b1ec82c7236d19299a2eb755f4e7bb8fcbba6e38faf301dd
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user