home-ops
home-ops copied to clipboard
fix(container): update docker.io/archivebox/archivebox ( 0.7.2 → 0.7.4 )
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker.io/archivebox/archivebox | patch | 0.7.2 -> 0.7.4 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 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 this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
--- kubernetes/apps/default/archivebox/app Kustomization: flux-system/archivebox HelmRelease: default/archivebox
+++ kubernetes/apps/default/archivebox/app Kustomization: flux-system/archivebox HelmRelease: default/archivebox
@@ -47,13 +47,13 @@
SEARCH_BACKEND_ENGINE: sonic
SEARCH_BACKEND_HOST_NAME: localhost
SEARCH_BACKEND_PASSWORD: sonic
TZ: ${TIMEZONE}
image:
repository: docker.io/archivebox/archivebox
- tag: 0.7.2@sha256:7b00a9db94cff768f4f17d18742724136435501e359a1c5127b5fb062000f6e3
+ tag: 0.7.4@sha256:7959bdc8bb95757abd3b9b3d0832efbc22e4d63376c3611fb19c9de754f6f46d
resources:
requests:
cpu: 50m
memory: 512M
sonic:
env:
--- HelmRelease: default/archivebox Deployment: default/archivebox
+++ HelmRelease: default/archivebox Deployment: default/archivebox
@@ -60,13 +60,13 @@
- name: SEARCH_BACKEND_HOST_NAME
value: localhost
- name: SEARCH_BACKEND_PASSWORD
value: sonic
- name: TZ
value: ${TIMEZONE}
- image: docker.io/archivebox/archivebox:0.7.2@sha256:7b00a9db94cff768f4f17d18742724136435501e359a1c5127b5fb062000f6e3
+ image: docker.io/archivebox/archivebox:0.7.4@sha256:7959bdc8bb95757abd3b9b3d0832efbc22e4d63376c3611fb19c9de754f6f46d
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
port: 8000
🦙 MegaLinter status: ✅ SUCCESS
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff
On hold. Waiting for https://github.com/ArchiveBox/ArchiveBox/issues/1391 to be fixed.
Tried to downgrade to 0.7.2 but that did not also work due privilidge issue here: https://github.com/ArchiveBox/ArchiveBox/issues/993
archivebox suspended waiting for fix.