chore(deps): update container image ghcr.io/linuxserver/healthchecks to v3.1.20231218@578dbd9 by renovate (#16303)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/healthchecks](https://togithub.com/linuxserver/docker-healthchecks/packages) ([source](https://togithub.com/linuxserver/docker-healthchecks)) | patch | `3.1.20231213` -> `3.1.20231218` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
bb79d41092
commit
e7dcd86c4a
|
@ -1,35 +1,34 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: healthchecks
|
||||
version: 11.1.2
|
||||
appVersion: 3.1.20231213
|
||||
description:
|
||||
Healthchecks is a cron job monitoring service. It listens for HTTP requests
|
||||
version: 11.1.3
|
||||
appVersion: 3.1.20231218
|
||||
description: Healthchecks is a cron job monitoring service. It listens for HTTP requests
|
||||
and email messages ("pings") from your cron jobs and scheduled tasks ("checks").
|
||||
When a ping does not arrive on time, Healthchecks sends out alerts.
|
||||
home: https://truecharts.org/charts/stable/healthchecks
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/healthchecks/healthchecks
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks
|
||||
- https://ghcr.io/linuxserver/healthchecks
|
||||
- https://github.com/healthchecks/healthchecks
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks
|
||||
- https://ghcr.io/linuxserver/healthchecks
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- cron
|
||||
- monitoring
|
||||
- alert
|
||||
- cron
|
||||
- monitoring
|
||||
- alert
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.5.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 14.5.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/healthchecks
|
||||
tag: 3.1.20231213@sha256:8490bdba3dfeaa77ef11b20f75fb3371cbf40342c9a7eb3b150a28b26a4a3c10
|
||||
tag: 3.1.20231218@sha256:578dbd9bbe989d7d09f171531891fcbe1e9962f75a8d4327d20a4d18eb31dc7b
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue