chore(deps): update container image eclipse-mosquitto to 2.0.18@cb3afd0 by renovate (#19226)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | eclipse-mosquitto | digest | `da38d58` -> `cb3afd0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI0OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> --------- Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
parent
31a208c0c3
commit
d9c53db3cb
|
@ -25,7 +25,7 @@ keywords:
|
|||
- home-automation
|
||||
- MQTT
|
||||
- eclipse-iot
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -36,4 +36,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto
|
||||
- https://hub.docker.com/_/eclipse-mosquitto
|
||||
type: application
|
||||
version: 15.0.5
|
||||
version: 15.0.6
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: eclipse-mosquitto
|
||||
tag: 2.0.18@sha256:da38d58ee0037af94f746dc3d884c57f50140ef5f592bf6fcbb80d66d131a77b
|
||||
tag: 2.0.18@sha256:cb3afd02611b0c58b328196ab00de0158322b4c1e014841fb182d2a0ea3a79b9
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
@ -35,6 +35,7 @@ workload:
|
|||
port: 1883
|
||||
ingress:
|
||||
websockets:
|
||||
enabled: false
|
||||
targetSelector:
|
||||
websockets: websockets
|
||||
auth:
|
||||
|
|
Loading…
Reference in New Issue