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

chore(deps): update public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18 docker digest to 8634f0c #3879

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Jun 20, 2024

This PR contains the following updates:

Package Update Change
public.ecr.aws/docker/library/eclipse-mosquitto digest cb3afd0 -> 8634f0c

@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/digest Issue relates to a digest version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Jun 20, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 20, 2024

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

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

@@ -38,25 +38,25 @@

         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           main:
             image:
               repository: public.ecr.aws/docker/library/eclipse-mosquitto
-              tag: 2.0.18@sha256:cb3afd02611b0c58b328196ab00de0158322b4c1e014841fb182d2a0ea3a79b9
+              tag: 2.0.18@sha256:8634f0c480977901c1c999edea5aac6b048eb606ac512da30914a904fe2b84fd
         initContainers:
           init-config:
             args:
             - cp /tmp/secret/* /mosquitto/external_config/ && mosquitto_passwd -U
               /mosquitto/external_config/mosquitto_pwd
             command:
             - /bin/sh
             - -c
             image:
               pullPolicy: IfNotPresent
               repository: public.ecr.aws/docker/library/eclipse-mosquitto
-              tag: 2.0.18@sha256:cb3afd02611b0c58b328196ab00de0158322b4c1e014841fb182d2a0ea3a79b9
+              tag: 2.0.18@sha256:8634f0c480977901c1c999edea5aac6b048eb606ac512da30914a904fe2b84fd
         pod:
           securityContext:
             fsGroup: 2000
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 2000
             runAsNonRoot: true

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 20, 2024

--- HelmRelease: home/mosquitto Deployment: home/mosquitto

+++ HelmRelease: home/mosquitto Deployment: home/mosquitto

@@ -43,22 +43,22 @@

       initContainers:
       - args:
         - cp /tmp/secret/* /mosquitto/external_config/ && mosquitto_passwd -U /mosquitto/external_config/mosquitto_pwd
         command:
         - /bin/sh
         - -c
-        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18@sha256:cb3afd02611b0c58b328196ab00de0158322b4c1e014841fb182d2a0ea3a79b9
+        image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18@sha256:8634f0c480977901c1c999edea5aac6b048eb606ac512da30914a904fe2b84fd
         imagePullPolicy: IfNotPresent
         name: init-config
         volumeMounts:
         - mountPath: /mosquitto/external_config
           name: external-config
         - mountPath: /tmp/secret
           name: secret-file
       containers:
-      - image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18@sha256:cb3afd02611b0c58b328196ab00de0158322b4c1e014841fb182d2a0ea3a79b9
+      - image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18@sha256:8634f0c480977901c1c999edea5aac6b048eb606ac512da30914a904fe2b84fd
         name: main
         volumeMounts:
         - mountPath: /data
           name: config
         - mountPath: /mosquitto/config/mosquitto.conf
           name: config-file

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 20, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.09s
✅ REPOSITORY git_diff yes no 0.05s
✅ REPOSITORY secretlint yes no 2.63s
✅ YAML prettier 1 0 0.38s
✅ YAML yamllint 1 0 0.31s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@repo-jeeves repo-jeeves bot changed the title chore(deps): update public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18 docker digest to 29529b2 chore(deps): update public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18 docker digest to 7f1a0ae Jun 20, 2024
@repo-jeeves repo-jeeves bot force-pushed the renovate/main-public.ecr.aws-docker-library-eclipse-mosquitto-2.0.18 branch 2 times, most recently from 4253399 to 6f892df Compare June 20, 2024 23:12
@repo-jeeves repo-jeeves bot changed the title chore(deps): update public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18 docker digest to 7f1a0ae chore(deps): update public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18 docker digest to e9e2c2c Jun 20, 2024
@repo-jeeves repo-jeeves bot changed the title chore(deps): update public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18 docker digest to e9e2c2c chore(deps): update public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18 docker digest to 8634f0c Jun 21, 2024
@repo-jeeves repo-jeeves bot force-pushed the renovate/main-public.ecr.aws-docker-library-eclipse-mosquitto-2.0.18 branch from 6f892df to 1b5dbd5 Compare June 21, 2024 00:42
@szinn szinn merged commit 50c0146 into main Jun 22, 2024
9 checks passed
@szinn szinn deleted the renovate/main-public.ecr.aws-docker-library-eclipse-mosquitto-2.0.18 branch June 22, 2024 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/digest Issue relates to a digest version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant