chore(container): update image docker.io/electh/nextflux ( cdff957 ➔ c9faa95 )#1241
chore(container): update image docker.io/electh/nextflux ( cdff957 ➔ c9faa95 )#1241renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated the Nextflux container image digest in a HelmRelease configuration from one SHA256 hash to another. The repository, tag reference, and pull policy remain unchanged. This is a single-file image version bump. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Review rate limit: 2/3 reviews remaining, refill in 20 minutes. Comment |
--- HelmRelease: default/changedetection Deployment: default/changedetection
+++ HelmRelease: default/changedetection Deployment: default/changedetection
@@ -51,13 +51,13 @@
value: /downloads
- name: TIMEOUT
value: '60000'
envFrom:
- secretRef:
name: changedetection
- image: ghcr.io/browserless/chromium:v2.48.2@sha256:af3483eb7f125978d511df0d227d37931941b43d2cdb5f768da57263a7a132bf
+ image: ghcr.io/browserless/chromium:v2.48.0@sha256:fcb6b9f2c0e9940c025dd07eebf8fb389ec65a26e128489096ee65474f82cd15
name: browser
securityContext:
allowPrivilegeEscalation: false
volumeMounts:
- mountPath: /downloads
name: data
--- HelmRelease: default/nextflux Deployment: default/nextflux
+++ HelmRelease: default/nextflux Deployment: default/nextflux
@@ -44,13 +44,13 @@
hostPID: false
dnsPolicy: ClusterFirst
containers:
- env:
- name: TZ
value: America/Los_Angeles
- image: docker.io/electh/nextflux:latest@sha256:cdff9575f980e18d29b40358b7c9e7066856748600d8ae4c751aa851bedb60d8
+ image: docker.io/electh/nextflux:latest@sha256:c9faa95ee72d85323c64012c7d8ab517f4c32069d3cfce1a1f56800ae6f55be4
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /
port: 3000
name: nextflux
--- HelmRelease: default/karakeep Deployment: default/karakeep-browserless
+++ HelmRelease: default/karakeep Deployment: default/karakeep-browserless
@@ -67,13 +67,13 @@
valueFrom:
secretKeyRef:
key: BROWSERLESS_TOKEN
name: karakeep-keys
- name: TZ
value: America/Los_Angeles
- image: ghcr.io/browserless/chromium:v2.48.2@sha256:af3483eb7f125978d511df0d227d37931941b43d2cdb5f768da57263a7a132bf
+ image: ghcr.io/browserless/chromium:v2.48.0@sha256:fcb6b9f2c0e9940c025dd07eebf8fb389ec65a26e128489096ee65474f82cd15
livenessProbe:
tcpSocket:
port: 3000
name: browserless
readinessProbe:
tcpSocket: |
--- kubernetes/apps/default/changedetection/app Kustomization: default/changedetection HelmRelease: default/changedetection
+++ kubernetes/apps/default/changedetection/app Kustomization: default/changedetection HelmRelease: default/changedetection
@@ -37,13 +37,13 @@
TIMEOUT: '60000'
envFrom:
- secretRef:
name: changedetection
image:
repository: ghcr.io/browserless/chromium
- tag: v2.48.2@sha256:af3483eb7f125978d511df0d227d37931941b43d2cdb5f768da57263a7a132bf
+ tag: v2.48.0@sha256:fcb6b9f2c0e9940c025dd07eebf8fb389ec65a26e128489096ee65474f82cd15
securityContext:
allowPrivilegeEscalation: false
changedetection:
env:
BASE_URL: https://cd.kantai.xyz
DISABLE_VERSION_CHECK: 'true'
--- kubernetes/apps/default/karakeep/app Kustomization: default/karakeep HelmRelease: default/karakeep
+++ kubernetes/apps/default/karakeep/app Kustomization: default/karakeep HelmRelease: default/karakeep
@@ -44,13 +44,13 @@
secretKeyRef:
key: BROWSERLESS_TOKEN
name: karakeep-keys
TZ: America/Los_Angeles
image:
repository: ghcr.io/browserless/chromium
- tag: v2.48.2@sha256:af3483eb7f125978d511df0d227d37931941b43d2cdb5f768da57263a7a132bf
+ tag: v2.48.0@sha256:fcb6b9f2c0e9940c025dd07eebf8fb389ec65a26e128489096ee65474f82cd15
probes:
liveness:
custom: true
enabled: true
spec:
tcpSocket:
--- kubernetes/apps/default/nextflux/app Kustomization: default/nextflux HelmRelease: default/nextflux
+++ kubernetes/apps/default/nextflux/app Kustomization: default/nextflux HelmRelease: default/nextflux
@@ -32,13 +32,13 @@
nextflux:
env:
TZ: America/Los_Angeles
image:
pullPolicy: Always
repository: docker.io/electh/nextflux
- tag: latest@sha256:cdff9575f980e18d29b40358b7c9e7066856748600d8ae4c751aa851bedb60d8
+ tag: latest@sha256:c9faa95ee72d85323c64012c7d8ab517f4c32069d3cfce1a1f56800ae6f55be4
probes:
liveness:
custom: true
enabled: true
spec:
httpGet: |
This PR contains the following updates:
cdff957→c9faa95Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 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 was generated by Mend Renovate. View the repository job log.