Compare commits
3 Commits
dedddfbb22
...
fcbfbc2811
| Author | SHA1 | Date | |
|---|---|---|---|
|
fcbfbc2811
|
|||
| d8ac74c5a1 | |||
| ee23c8b8a6 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user