Conversation
…tto ( 75042dd → d219d3a )
Contributor
Author
--- kubernetes/apps/default/mosquitto/app Kustomization: default/mosquitto HelmRelease: default/mosquitto
+++ kubernetes/apps/default/mosquitto/app Kustomization: default/mosquitto HelmRelease: default/mosquitto
@@ -30,13 +30,13 @@
annotations:
reloader.stakater.com/auto: 'true'
containers:
app:
image:
repository: public.ecr.aws/docker/library/eclipse-mosquitto
- tag: 2.0.22@sha256:75042dd2dd262dff9eb29c47da26d8ee57211a7bc6fc51bae55badc5fc9f6724
+ tag: 2.0.22@sha256:d219d3a72847f3aed6a1d66975972d3b17f86e39e8f6f6b86b4088b879c1a2d6
probes:
liveness:
enabled: true
readiness:
enabled: true
resources:
@@ -59,13 +59,13 @@
mosquitto_passwd -U /mosquitto/external_config/mosquitto_pwd;
command:
- /bin/sh
- -c
image:
repository: public.ecr.aws/docker/library/eclipse-mosquitto
- tag: 2.0.22@sha256:75042dd2dd262dff9eb29c47da26d8ee57211a7bc6fc51bae55badc5fc9f6724
+ tag: 2.0.22@sha256:d219d3a72847f3aed6a1d66975972d3b17f86e39e8f6f6b86b4088b879c1a2d6
pod:
securityContext:
fsGroup: 65534
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 65534
runAsNonRoot: true |
Contributor
Author
--- HelmRelease: default/mosquitto Deployment: default/mosquitto
+++ HelmRelease: default/mosquitto Deployment: default/mosquitto
@@ -47,25 +47,25 @@
cp /tmp/secret/mosquitto_pwd /mosquitto/external_config/;
chmod 600 /mosquitto/external_config/mosquitto_pwd;
mosquitto_passwd -U /mosquitto/external_config/mosquitto_pwd;
command:
- /bin/sh
- -c
- image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.22@sha256:75042dd2dd262dff9eb29c47da26d8ee57211a7bc6fc51bae55badc5fc9f6724
+ image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.22@sha256:d219d3a72847f3aed6a1d66975972d3b17f86e39e8f6f6b86b4088b879c1a2d6
name: init-config
volumeMounts:
- mountPath: /data
name: data
- mountPath: /mosquitto/external_config
name: external-config
- mountPath: /tmp/secret/mosquitto_pwd
name: secret-file
readOnly: true
subPath: mosquitto_pwd
containers:
- - image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.22@sha256:75042dd2dd262dff9eb29c47da26d8ee57211a7bc6fc51bae55badc5fc9f6724
+ - image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.22@sha256:d219d3a72847f3aed6a1d66975972d3b17f86e39e8f6f6b86b4088b879c1a2d6
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
port: 1883 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
75042dd->d219d3aConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.