chore(deps): update container image prometheuscommunity/smartctl-exporter to v0.12.0@479e2cf by renovate (#18882)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | prometheuscommunity/smartctl-exporter | minor | `v0.11.0` -> `v0.12.0` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
aafca4f2da
commit
d7e07b5006
|
@ -7,7 +7,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.11.0
|
appVersion: 0.12.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 18.1.2
|
version: 18.1.2
|
||||||
|
@ -24,7 +24,7 @@ keywords:
|
||||||
- prometheus
|
- prometheus
|
||||||
- smartctl-exporter
|
- smartctl-exporter
|
||||||
- monitoring
|
- monitoring
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
@ -35,4 +35,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter
|
- https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter
|
||||||
- https://hub.docker.com/r/prometheuscommunity/smartctl-exporter
|
- https://hub.docker.com/r/prometheuscommunity/smartctl-exporter
|
||||||
type: application
|
type: application
|
||||||
version: 2.3.1
|
version: 2.4.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: prometheuscommunity/smartctl-exporter
|
repository: prometheuscommunity/smartctl-exporter
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v0.11.0@sha256:f23634fa0c445299b9e1c5b23f82f67744e0258a8333268bc14603df984369d3
|
tag: v0.12.0@sha256:479e2cfa0e5c841ae02e075edd38cd0133a19bb058b4a3077d7484cfc92ba93d
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
Loading…
Reference in New Issue