Skip to content

Commit

Permalink
fix(mosquitto): remove arch specific sha
Browse files Browse the repository at this point in the history
  • Loading branch information
ChipWolf committed Mar 2, 2024
1 parent 7a727c8 commit 1ef0d7b
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 @@ -32,14 +32,14 @@ spec:
init-config:
image:
repository: docker.io/library/eclipse-mosquitto
tag: 2.0.18@sha256:3ca250db0a572948e255531c1863debdbcad1488a381820f2516eed7c1d5a7e8
tag: 2.0.18
command: ["/bin/sh", "-c"]
args: ["echo admin:admin > /mosquitto/external_config/mosquitto_pwd && mosquitto_passwd -U /mosquitto/external_config/mosquitto_pwd"]
containers:
main:
image:
repository: docker.io/library/eclipse-mosquitto
tag: 2.0.18@sha256:3ca250db0a572948e255531c1863debdbcad1488a381820f2516eed7c1d5a7e8
tag: 2.0.18
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 1ef0d7b

Please sign in to comment.