Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update public.ecr.aws/docker/library/eclipse-mosquitto docker tag to v2.0.19 #3749

Merged

Conversation

mchesterbot[bot]
Copy link
Contributor

@mchesterbot mchesterbot bot commented Oct 3, 2024

This PR contains the following updates:

Package Update Change
public.ecr.aws/docker/library/eclipse-mosquitto patch 2.0.18 -> 2.0.19

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: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@mchesterbot mchesterbot bot requested a review from mchestr as a code owner October 3, 2024 01:44
@mchesterbot mchesterbot bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Oct 3, 2024
@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Oct 3, 2024

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

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

@@ -26,13 +26,13 @@

         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             image:
               repository: public.ecr.aws/docker/library/eclipse-mosquitto
-              tag: 2.0.18
+              tag: 2.0.19
             resources:
               limits:
                 memory: 10M
               requests:
                 memory: 10M
             securityContext:
@@ -48,13 +48,13 @@

               -U /mosquitto/external_config/mosquitto_pwd && chmod 600 /mosquitto/external_config/mosquitto_pwd
             command:
             - /bin/sh
             - -c
             image:
               repository: public.ecr.aws/docker/library/eclipse-mosquitto
-              tag: 2.0.18@sha256:d12c8f80dfc65b768bb9acecc7ef182b976f71fb681640b66358e5e0cf94e9e9
+              tag: 2.0.19@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
         pod:
           annotations:
             k8s.v1.cni.cncf.io/networks: |
               [{
                 "name":"multus-iot",
                 "namespace": "networking",

@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Oct 3, 2024

--- HelmRelease: default/mosquitto StatefulSet: default/mosquitto

+++ HelmRelease: default/mosquitto StatefulSet: default/mosquitto

@@ -53,26 +53,26 @@

       - args:
         - cp /data/mosquitto_secret/* /mosquitto/external_config/ && mosquitto_passwd
           -U /mosquitto/external_config/mosquitto_pwd && chmod 600 /mosquitto/external_config/mosquitto_pwd
         command:
         - /bin/sh
         - -c
-        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18@sha256:d12c8f80dfc65b768bb9acecc7ef182b976f71fb681640b66358e5e0cf94e9e9
+        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.19@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
         name: copy-config
         volumeMounts:
         - mountPath: /data
           name: data
         - mountPath: /mosquitto/external_config
           name: external-config
         - mountPath: /mosquitto/config/mosquitto.conf
           name: mosquitto-config
           subPath: mosquitto.conf
         - mountPath: /data/mosquitto_secret
           name: mosquitto-secret
       containers:
-      - image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18
+      - image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.19
         name: app
         resources:
           limits:
             memory: 10M
           requests:
             memory: 10M

@mchestr mchestr merged commit a6839fd into main Oct 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant