home-ops
home-ops copied to clipboard
feat(container): update docker.io/library/busybox ( 1.36.1 → 1.37.0 )
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker.io/library/busybox | minor | 1.36.1 -> 1.37.0 |
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/networking/netbox/app Kustomization: flux-system/netbox HelmRelease: networking/netbox
+++ kubernetes/apps/networking/netbox/app Kustomization: flux-system/netbox HelmRelease: networking/netbox
@@ -57,13 +57,13 @@
- hosts:
- netbox...PLACEHOLDER..
init:
image:
pullPolicy: IfNotPresent
repository: docker.io/library/busybox
- tag: 1.36.1
+ tag: 1.37.0
logging:
disable_existing_loggers: false
handlers:
console:
class: logging.StreamHandler
loggers:
--- HelmRelease: networking/netbox Deployment: networking/netbox
+++ HelmRelease: networking/netbox Deployment: networking/netbox
@@ -27,13 +27,13 @@
serviceAccountName: netbox
securityContext:
fsGroup: 1000
runAsNonRoot: true
initContainers:
- name: init-dirs
- image: docker.io/library/busybox:1.36.1
+ image: docker.io/library/busybox:1.37.0
imagePullPolicy: IfNotPresent
command:
- /bin/sh
- -c
- mkdir -p /opt/unit/state /opt/unit/tmp
securityContext:
🦙 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