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
… cb3afd0
  • Loading branch information
renovate[bot] committed Mar 17, 2024
1 parent f5633cd commit a23cbcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/default/mosquitto/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ spec:
init-config:
image:
repository: docker.io/library/eclipse-mosquitto
tag: 2.0.18@sha256:da38d58ee0037af94f746dc3d884c57f50140ef5f592bf6fcbb80d66d131a77b
tag: 2.0.18@sha256:cb3afd02611b0c58b328196ab00de0158322b4c1e014841fb182d2a0ea3a79b9
command: ["/bin/sh", "-c"]
args: ["cp /tmp/secret/* /mosquitto/external_config/ && mosquitto_passwd -U /mosquitto/external_config/mosquitto_passwd && chmod 0700 /mosquitto/external_config/mosquitto_passwd"]
containers:
app:
image:
repository: docker.io/library/eclipse-mosquitto
tag: 2.0.18@sha256:da38d58ee0037af94f746dc3d884c57f50140ef5f592bf6fcbb80d66d131a77b
tag: 2.0.18@sha256:cb3afd02611b0c58b328196ab00de0158322b4c1e014841fb182d2a0ea3a79b9
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit a23cbcf

Please sign in to comment.