fix(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.18#177
Merged
KnightDoom merged 1 commit intoMay 29, 2025
Merged
Conversation
--- kubernetes/apps/cloud-apps/changedetection/app Kustomization: flux-system/changedetection HelmRelease: cloud-apps/changedetection
+++ kubernetes/apps/cloud-apps/changedetection/app Kustomization: flux-system/changedetection HelmRelease: cloud-apps/changedetection
@@ -36,13 +36,13 @@
PLAYWRIGHT_DRIVER_URL: ws://localhost:3000/?stealth=1&--disable-web-security=true&--user-data-dir=~/browserless-cache-123
PORT: 5000
TZ: America/New_York
USE_X_SETTINGS: 1
image:
repository: ghcr.io/dgtlmoon/changedetection.io
- tag: 0.49.14@sha256:eccd3454a37650c92aa1609ef5d103e78caa3da333e30ed09ab3f506c29134ec
+ tag: 0.49.18@sha256:f8e58266319093ef28623f599ed9f796a4aa1fd9a3aa89f6a17cfceb32aa6530
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
--- HelmRelease: cloud-apps/changedetection Deployment: cloud-apps/changedetection
+++ HelmRelease: cloud-apps/changedetection Deployment: cloud-apps/changedetection
@@ -42,13 +42,13 @@
- name: PORT
value: '5000'
- name: TZ
value: America/New_York
- name: USE_X_SETTINGS
value: '1'
- image: ghcr.io/dgtlmoon/changedetection.io:0.49.14@sha256:eccd3454a37650c92aa1609ef5d103e78caa3da333e30ed09ab3f506c29134ec
+ image: ghcr.io/dgtlmoon/changedetection.io:0.49.18@sha256:f8e58266319093ef28623f599ed9f796a4aa1fd9a3aa89f6a17cfceb32aa6530
livenessProbe:
failureThreshold: 3
httpGet:
path: /
port: 5000
initialDelaySeconds: 15 |
93853fb to
a8e3d36
Compare
a8e3d36 to
dad6615
Compare
dad6615 to
c73c38b
Compare
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:
0.49.14->0.49.18Release Notes
dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)
v0.49.18: Realtime UI via WebSockets, misc. fixesCompare Source
What's Changed
New Contributors
Full Changelog: dgtlmoon/changedetection.io@0.49.17...0.49.18
v0.49.17: Minor bugfix and maint. releaseCompare Source
Full Changelog: dgtlmoon/changedetection.io@0.49.16...0.49.17
What's Changed
New Contributors
Full Changelog: dgtlmoon/changedetection.io@0.49.16...0.49.17
v0.49.16: Bug fix and improvements releaseCompare Source
What's Changed