chore(helm): update image twinproduction/gatus v5.24.3 → v5.25.1 (#40246)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [twinproduction/gatus](https://redirect.github.com/TwiN/gatus) | minor | `19b064c` -> `64262b5` | --- > [!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.1`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.25.1) [Compare Source](https://redirect.github.com/TwiN/gatus/compare/v5.25.0...v5.25.1) #### What's Changed - fix(ui): Make sure EndpointCard aligns even if no group + hide-hostname by [@​TwiN](https://redirect.github.com/TwiN) in [#​1300](https://redirect.github.com/TwiN/gatus/pull/1300) - chore: Export validation function by [@​TwiN](https://redirect.github.com/TwiN) in [#​1301](https://redirect.github.com/TwiN/gatus/pull/1301) **Full Changelog**: <https://github.com/TwiN/gatus/compare/v5.25.0...v5.25.1> ### [`v5.25.0`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.25.0) [Compare Source](https://redirect.github.com/TwiN/gatus/compare/v5.24.3...v5.25.0) #### What's Changed - feat(client): Add support for SSH tunneling by [@​TwiN](https://redirect.github.com/TwiN) in [#​1298](https://redirect.github.com/TwiN/gatus/pull/1298) - fix(alerting): Limit minimum-reminder-interval to >5m by [@​TwiN](https://redirect.github.com/TwiN) in [#​1290](https://redirect.github.com/TwiN/gatus/pull/1290) - fix(alerting): Added description block in teams-workflows by [@​rahulchordiya](https://redirect.github.com/rahulchordiya) in [#​1275](https://redirect.github.com/TwiN/gatus/pull/1275) - docs(alerting): Remove SIGNL4 untested warning by [@​rons4](https://redirect.github.com/rons4) in [#​1289](https://redirect.github.com/TwiN/gatus/pull/1289) #### New Contributors - [@​rons4](https://redirect.github.com/rons4) made their first contribution in [#​1289](https://redirect.github.com/TwiN/gatus/pull/1289) **Full Changelog**: <https://github.com/TwiN/gatus/compare/v5.24.3...v5.25.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.24.3
|
||||
appVersion: 5.25.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.21.1
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gatus
|
||||
- https://hub.docker.com/r/twinproduction/gatus
|
||||
type: application
|
||||
version: 2.12.1
|
||||
version: 2.13.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: twinproduction/gatus
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.24.3@sha256:19b064c8be229df4848475f5e07f7dcd19cabbe8c27ea7ed6ff0e5af8e2050b6
|
||||
tag: v5.25.1@sha256:64262b549a70caea3323a60db47d6957a7a7e41336f078202c2343784203b6c3
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user