fix(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.16#353
Merged
Merged
Conversation
--- kubernetes/main/apps/default/homepage/app Kustomization: flux-system/homepage HelmRelease: default/homepage
+++ kubernetes/main/apps/default/homepage/app Kustomization: flux-system/homepage HelmRelease: default/homepage
@@ -41,13 +41,13 @@
TZ: Europe/London
envFrom:
- secretRef:
name: homepage-secret
image:
repository: ghcr.io/gethomepage/homepage
- tag: v1.2.0
+ tag: v1.1.1
resources:
limits:
memory: 2G
requests:
cpu: 500m
memory: 1097Mi
--- kubernetes/main/apps/default/changedetection/app Kustomization: flux-system/changedetection HelmRelease: default/changedetection
+++ kubernetes/main/apps/default/changedetection/app Kustomization: flux-system/changedetection HelmRelease: default/changedetection
@@ -37,13 +37,13 @@
PLAYWRIGHT_DRIVER_URL: ws://localhost:3000/?stealth=1&--disable-web-security=true&--user-data-dir=~/browserless-cache-123
PORT: 5000
TZ: Europe/London
USE_X_SETTINGS: 1
image:
repository: ghcr.io/dgtlmoon/changedetection.io
- tag: 0.49.15
+ tag: 0.49.16
browser:
env:
- name: SCREEN_WIDTH
value: '1920'
- name: SCREEN_HEIGHT
value: '1024'
--- kubernetes/main/apps/default/qbittorrent/tools Kustomization: flux-system/qbittorrent-tools HelmRelease: default/qbtools
+++ kubernetes/main/apps/default/qbittorrent/tools Kustomization: flux-system/qbittorrent-tools HelmRelease: default/qbtools
@@ -46,13 +46,13 @@
valueFrom:
fieldRef:
fieldPath: metadata.namespace
TZ: Europe/London
image:
repository: ghcr.io/buroa/qbtools
- tag: v0.20.2@sha256:0c4a1388394746da1c1fea96dbc11f6bb5019294616689c7a3809b87062c3f2a
+ tag: v0.19.16@sha256:2b90924170f62083cf01646e41bda92319ad641e7627add59e15b2b21c6f8cd1
resources:
limits:
memory: 256M
requests:
cpu: 25m
securityContext: |
--- HelmRelease: default/changedetection Deployment: default/changedetection
+++ HelmRelease: default/changedetection Deployment: default/changedetection
@@ -42,13 +42,13 @@
- name: PORT
value: '5000'
- name: TZ
value: Europe/London
- name: USE_X_SETTINGS
value: '1'
- image: ghcr.io/dgtlmoon/changedetection.io:0.49.15
+ image: ghcr.io/dgtlmoon/changedetection.io:0.49.16
name: app
volumeMounts:
- mountPath: /datastore
name: datastore
- env:
- name: SCREEN_WIDTH
--- HelmRelease: default/qbtools Deployment: default/qbtools
+++ HelmRelease: default/qbtools Deployment: default/qbtools
@@ -51,13 +51,13 @@
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: TZ
value: Europe/London
- image: ghcr.io/buroa/qbtools:v0.20.2@sha256:0c4a1388394746da1c1fea96dbc11f6bb5019294616689c7a3809b87062c3f2a
+ image: ghcr.io/buroa/qbtools:v0.19.16@sha256:2b90924170f62083cf01646e41bda92319ad641e7627add59e15b2b21c6f8cd1
name: app
resources:
limits:
memory: 256M
requests:
cpu: 25m
--- HelmRelease: default/homepage Deployment: default/homepage
+++ HelmRelease: default/homepage Deployment: default/homepage
@@ -43,13 +43,13 @@
value: home...PLACEHOLDER_SECRET_DOMAIN..
- name: TZ
value: Europe/London
envFrom:
- secretRef:
name: homepage-secret
- image: ghcr.io/gethomepage/homepage:v1.2.0
+ image: ghcr.io/gethomepage/homepage:v1.1.1
name: main
resources:
limits:
memory: 2G
requests:
cpu: 500m |
554029a to
ac4d95b
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.15->0.49.16Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)
v0.49.16: Bug fix and improvements releaseCompare Source
What's Changed