mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 07:41:52 -03:00
chore(helm): update image twinproduction/gatus v5.24.1 → v5.24.3 (#39971)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [twinproduction/gatus](https://redirect.github.com/TwiN/gatus) | patch | `fcd3ba5` -> `19b064c` | --- > [!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.24.3`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.24.3) [Compare Source](https://redirect.github.com/TwiN/gatus/compare/v5.24.2...v5.24.3) #### What's Changed - fix(suites): Handle invalid paths in store and update needsToReadBody to check store by [@​TwiN](https://redirect.github.com/TwiN) in [#​1282](https://redirect.github.com/TwiN/gatus/pull/1282) - fix(events): Retrieve newest events instead of oldest events by [@​TwiN](https://redirect.github.com/TwiN) in [#​1283](https://redirect.github.com/TwiN/gatus/pull/1283) **Full Changelog**: <https://github.com/TwiN/gatus/compare/v5.24.2...v5.24.3> ### [`v5.24.2`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.24.2) [Compare Source](https://redirect.github.com/TwiN/gatus/compare/v5.24.1...v5.24.2) #### What's Changed - fix(security): Make OIDC session TTL configurable by [@​TwiN](https://redirect.github.com/TwiN) in [#​1280](https://redirect.github.com/TwiN/gatus/pull/1280) - fix(condition): Properly format conditions with invalid context placeholders by [@​TwiN](https://redirect.github.com/TwiN) in [#​1281](https://redirect.github.com/TwiN/gatus/pull/1281) - fix(alerting): Support custom slack title by [@​mehdiMj-ir](https://redirect.github.com/mehdiMj-ir) in [#​1079](https://redirect.github.com/TwiN/gatus/pull/1079) #### New Contributors - [@​mehdiMj-ir](https://redirect.github.com/mehdiMj-ir) made their first contribution in [#​1079](https://redirect.github.com/TwiN/gatus/pull/1079) **Full Changelog**: <https://github.com/TwiN/gatus/compare/v5.24.1...v5.24.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:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.24.1
|
||||
appVersion: 5.24.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.20.0
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gatus
|
||||
- https://hub.docker.com/r/twinproduction/gatus
|
||||
type: application
|
||||
version: 2.11.0
|
||||
version: 2.11.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: twinproduction/gatus
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.24.1@sha256:fcd3ba5a7d7db6c1c83780529cd69f249d1dff6deaffcdb6729ac804fe3d4444
|
||||
tag: v5.24.3@sha256:19b064c8be229df4848475f5e07f7dcd19cabbe8c27ea7ed6ff0e5af8e2050b6
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user