fix(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.16#377
Merged
JasonKoopmans merged 1 commit intoMay 3, 2025
Merged
Conversation
--- kubernetes/apps/default/changedetection/app Kustomization: flux-system/changedetection HelmRelease: default/changedetection
+++ kubernetes/apps/default/changedetection/app Kustomization: flux-system/changedetection HelmRelease: default/changedetection
@@ -63,13 +63,13 @@
PLAYWRIGHT_DRIVER_URL: ws://localhost:3000/?stealth=1&--disable-web-security=true&--user-data-dir=~/browserless-cache-123
PORT: 5000
TZ: America/Chicago
USE_X_SETTINGS: 1
image:
repository: ghcr.io/dgtlmoon/changedetection.io
- tag: 0.49.15@sha256:34e1487e9ba06a9dd3251f13ceddec80360b957c9258aee8a200adf350a328b6
+ tag: 0.49.16@sha256:3bf8961f735c5a6152270c4000eedae40786ce385184d41b370d2db710584c7a
ingress:
app:
annotations:
hajimari.io/appName: Change Detection
hajimari.io/enable: 'true'
hajimari.io/group: Automation |
--- HelmRelease: default/changedetection Deployment: default/changedetection
+++ HelmRelease: default/changedetection Deployment: default/changedetection
@@ -63,13 +63,13 @@
- name: PORT
value: '5000'
- name: TZ
value: America/Chicago
- name: USE_X_SETTINGS
value: '1'
- image: ghcr.io/dgtlmoon/changedetection.io:0.49.15@sha256:34e1487e9ba06a9dd3251f13ceddec80360b957c9258aee8a200adf350a328b6
+ image: ghcr.io/dgtlmoon/changedetection.io:0.49.16@sha256:3bf8961f735c5a6152270c4000eedae40786ce385184d41b370d2db710584c7a
name: main
volumeMounts:
- mountPath: /datastore
name: config
volumes:
- name: config |
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.15->0.49.16Release Notes
dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)
v0.49.16: Bug fix and improvements releaseCompare Source
What's Changed