martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
5 stars 0 forks source link

chore(container): update docker.io/library/eclipse-mosquitto ( cb3afd0 → 8634f0c ) #1017

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 4 weeks ago

Mend Renovate

This PR contains the following updates:

Package Update Change
docker.io/library/eclipse-mosquitto digest cb3afd0 -> 8634f0c

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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 4 weeks ago

helmrelease changes in kubernetes/main

--- HelmRelease: default/mosquitto Deployment: default/mosquitto

+++ HelmRelease: default/mosquitto Deployment: default/mosquitto

@@ -46,23 +46,23 @@

       - args:
         - cp /tmp/secret/* /mosquitto/external_config/ && mosquitto_passwd -U /mosquitto/external_config/mosquitto_passwd
           && chmod 0700 /mosquitto/external_config/mosquitto_passwd
         command:
         - /bin/sh
         - -c
-        image: docker.io/library/eclipse-mosquitto:2.0.18@sha256:cb3afd02611b0c58b328196ab00de0158322b4c1e014841fb182d2a0ea3a79b9
+        image: docker.io/library/eclipse-mosquitto:2.0.18@sha256:8634f0c480977901c1c999edea5aac6b048eb606ac512da30914a904fe2b84fd
         name: init-config
         volumeMounts:
         - mountPath: /data
           name: config
         - mountPath: /mosquitto/external_config
           name: external-config
         - mountPath: /tmp/secret
           name: secret-file
       containers:
-      - image: docker.io/library/eclipse-mosquitto:2.0.18@sha256:cb3afd02611b0c58b328196ab00de0158322b4c1e014841fb182d2a0ea3a79b9
+      - image: docker.io/library/eclipse-mosquitto:2.0.18@sha256:8634f0c480977901c1c999edea5aac6b048eb606ac512da30914a904fe2b84fd
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 1883
github-actions[bot] commented 4 weeks ago

kustomization changes in kubernetes/main

--- kubernetes/main/apps/default/mosquitto/app Kustomization: flux-system/mosquitto HelmRelease: default/mosquitto

+++ kubernetes/main/apps/default/mosquitto/app Kustomization: flux-system/mosquitto HelmRelease: default/mosquitto

@@ -36,13 +36,13 @@

         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             image:
               repository: docker.io/library/eclipse-mosquitto
-              tag: 2.0.18@sha256:cb3afd02611b0c58b328196ab00de0158322b4c1e014841fb182d2a0ea3a79b9
+              tag: 2.0.18@sha256:8634f0c480977901c1c999edea5aac6b048eb606ac512da30914a904fe2b84fd
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:
@@ -64,13 +64,13 @@

               /mosquitto/external_config/mosquitto_passwd && chmod 0700 /mosquitto/external_config/mosquitto_passwd
             command:
             - /bin/sh
             - -c
             image:
               repository: docker.io/library/eclipse-mosquitto
-              tag: 2.0.18@sha256:cb3afd02611b0c58b328196ab00de0158322b4c1e014841fb182d2a0ea3a79b9
+              tag: 2.0.18@sha256:8634f0c480977901c1c999edea5aac6b048eb606ac512da30914a904fe2b84fd
     defaultPodOptions:
       securityContext:
         fsGroup: 568
         fsGroupChangePolicy: OnRootMismatch
         runAsGroup: 568
         runAsNonRoot: true