Skip to content

Commit

Permalink
fix(container): update image public.ecr.aws/docker/library/eclipse-mo…
Browse files Browse the repository at this point in the history
…squitto to v2.0.20
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent ca2b400 commit 3718f47
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 @@ -31,7 +31,7 @@ spec:
values:
initContainers:
01-init-config:
image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.18
image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.20
imagePullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
args: ["cp /data/mosquitto_secret/* /data/external_config/ && mosquitto_passwd -U /data/external_config/mosquitto_pwd"]
Expand All @@ -44,7 +44,7 @@ spec:
reloader.stakater.com/auto: "true"
image:
repository: public.ecr.aws/docker/library/eclipse-mosquitto
tag: 2.0.18
tag: 2.0.20
service:
main:
type: LoadBalancer
Expand Down

0 comments on commit 3718f47

Please sign in to comment.