Skip to content

Commit

Permalink
chore(container): update image docker.io/library/eclipse-mosquitto to…
Browse files Browse the repository at this point in the history
… b2ad81c
  • Loading branch information
renovate[bot] authored Mar 16, 2024
1 parent 171079c commit feaf7c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/home/mosquitto/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ spec:
init-config:
image:
repository: docker.io/library/eclipse-mosquitto
tag: 2.0.18@sha256:fa9822d3e9bdb12c80f6cb7ddd22922b26c1cd4ffa071815242ac156f9559d7d
tag: 2.0.18@sha256:b2ad81cbe9ebbdb91aee9b4e670c58a8d7e00cee316562e88d1827e1b3de2a7d
command: ["/bin/sh", "-c"]
args: ["cp /tmp/secret/* /mosquitto/external_config/ && mosquitto_passwd -U /mosquitto/external_config/mosquitto_pwd"]
containers:
main:
image:
repository: docker.io/library/eclipse-mosquitto
tag: 2.0.18@sha256:fa9822d3e9bdb12c80f6cb7ddd22922b26c1cd4ffa071815242ac156f9559d7d
tag: 2.0.18@sha256:b2ad81cbe9ebbdb91aee9b4e670c58a8d7e00cee316562e88d1827e1b3de2a7d
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit feaf7c3

Please sign in to comment.