mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 13:51:30 -03:00
chore(helm): update image twinproduction/gatus v5.19.0 → v5.20.0 (#37388)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [twinproduction/gatus](https://redirect.github.com/TwiN/gatus) | minor | `1236257` -> `e655d13` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>TwiN/gatus (twinproduction/gatus)</summary> ### [`v5.20.0`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.20.0) [Compare Source](https://redirect.github.com/TwiN/gatus/compare/v5.19.0...v5.20.0) #### What's Changed - feat(api): Add optional duration to external endpoint results by [@​bcross](https://redirect.github.com/bcross) in [https://github.com/TwiN/gatus/pull/1092](https://redirect.github.com/TwiN/gatus/pull/1092) - fix: Limit the pageSize to maximum-number-of-results on first page by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1149](https://redirect.github.com/TwiN/gatus/pull/1149) - fix: Convert key to lowercase when looking up endpoint by key by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1150](https://redirect.github.com/TwiN/gatus/pull/1150) #### New Contributors - [@​bcross](https://redirect.github.com/bcross) made their first contribution in [https://github.com/TwiN/gatus/pull/1092](https://redirect.github.com/TwiN/gatus/pull/1092) **Full Changelog**: https://github.com/TwiN/gatus/compare/v5.19.0...v5.20.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.19.0
|
||||
appVersion: 5.20.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.12.9
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/gatus
|
||||
- https://hub.docker.com/r/twinproduction/gatus
|
||||
type: application
|
||||
version: 2.0.8
|
||||
version: 2.1.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: twinproduction/gatus
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.19.0@sha256:12362572b78c1bb6f234248de33392a393f7e604d94779e3086ec2dbba1bedf3
|
||||
tag: v5.20.0@sha256:e655d13d0cb89c64a2e53a853bbca9556a7238e788bc4a08c19aa5fb7938d0da
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user