chore(helm): update image twinproduction/gatus v5.16.0 → v5.17.0 (#33583)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [twinproduction/gatus](https://redirect.github.com/TwiN/gatus) | minor | `bb738c8` -> `a8c53f9` | 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.17.0`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.17.0) [Compare Source](https://redirect.github.com/TwiN/gatus/compare/v5.16.0...v5.17.0) #### What's Changed - feat(ui): Implement ability to hide port from endpoint results via `endpoints[].ui.hide-port` by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1038](https://redirect.github.com/TwiN/gatus/pull/1038) - feat(ui): Allow configuring default dark-mode value by [@​Xetera](https://redirect.github.com/Xetera) in [https://github.com/TwiN/gatus/pull/1015](https://redirect.github.com/TwiN/gatus/pull/1015) - fix(alerting): Ensure that `alerting.incident-io.url` has the correct prefix by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1034](https://redirect.github.com/TwiN/gatus/pull/1034) - ci: Add labeler workflow by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1010](https://redirect.github.com/TwiN/gatus/pull/1010) - docs: Clarify that disable-monitoring-lock is akin to enabling parallel execution by [@​nosovk](https://redirect.github.com/nosovk) in [https://github.com/TwiN/gatus/pull/1017](https://redirect.github.com/TwiN/gatus/pull/1017) #### New Contributors - [@​Listat90](https://redirect.github.com/Listat90) made their first contribution in [https://github.com/TwiN/gatus/pull/1006](https://redirect.github.com/TwiN/gatus/pull/1006) - [@​nosovk](https://redirect.github.com/nosovk) made their first contribution in [https://github.com/TwiN/gatus/pull/1017](https://redirect.github.com/TwiN/gatus/pull/1017) - [@​Xetera](https://redirect.github.com/Xetera) made their first contribution in [https://github.com/TwiN/gatus/pull/1015](https://redirect.github.com/TwiN/gatus/pull/1015) **Full Changelog**: https://github.com/TwiN/gatus/compare/v5.16.0...v5.17.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.16.0
|
||||
appVersion: 5.17.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/gatus
|
||||
- https://hub.docker.com/r/twinproduction/gatus
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.1.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: twinproduction/gatus
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.16.0@sha256:bb738c87cf2e2a08b8fff180cfc433e7b8b87bb1779c1fb1b00f8b748673e3c3
|
||||
tag: v5.17.0@sha256:a8c53f9e9f1a3876cd00e44a42c80fc984e118d5ba0bdbaf08980cb627d61512
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user