mirror of
https://github.com/truecharts/charts.git
synced 2026-07-05 17:32:22 -03:00
chore(helm): update image twinproduction/gatus v5.25.1 → v5.25.2 (#40359)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [twinproduction/gatus](https://redirect.github.com/TwiN/gatus) | patch | `64262b5` -> `9ff09fe` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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.25.2`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.25.2) [Compare Source](https://redirect.github.com/TwiN/gatus/compare/v5.25.1...v5.25.2) #### What's Changed - fix(tunneling): Add exponential backoff retry by [@​TwiN](https://redirect.github.com/TwiN) in [#​1303](https://redirect.github.com/TwiN/gatus/pull/1303) - chore: Tweak configuration validation and yaml output by [@​TwiN](https://redirect.github.com/TwiN) in [#​1302](https://redirect.github.com/TwiN/gatus/pull/1302) **Full Changelog**: <https://github.com/TwiN/gatus/compare/v5.25.1...v5.25.2> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.25.1
|
||||
appVersion: 5.25.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.21.1
|
||||
@@ -34,8 +34,9 @@ maintainers:
|
||||
name: gatus
|
||||
sources:
|
||||
- https://github.com/TwiN/gatus
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/gatus
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gatus
|
||||
- https://hub.docker.com/r/twinproduction/gatus
|
||||
type: application
|
||||
version: 2.13.0
|
||||
version: 2.13.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: twinproduction/gatus
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.25.1@sha256:64262b549a70caea3323a60db47d6957a7a7e41336f078202c2343784203b6c3
|
||||
tag: v5.25.2@sha256:9ff09fe5eb5e96b7f2126dc95b375a87a7bc16380d5cb9d798af4e0ef36f0049
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user