homelab
homelab copied to clipboard
chore(deps): update busybox docker tag to v1.37
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| busybox | minor | 1.28 -> 1.37 |
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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
--- kubernetes/snmp-exporter-mikrotik Kustomization: flux-system/5-snmp-exporter-mikrotik HelmRelease: snmp-exporter-mikrotik/snmp-exporter
+++ kubernetes/snmp-exporter-mikrotik Kustomization: flux-system/5-snmp-exporter-mikrotik HelmRelease: snmp-exporter-mikrotik/snmp-exporter
@@ -63,13 +63,13 @@
-O /config/snmp.yml
command:
- sh
- -c
image:
repository: busybox
- tag: 1.28
+ tag: 1.37
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
--- HelmRelease: snmp-exporter-mikrotik/snmp-exporter Deployment: snmp-exporter-mikrotik/snmp-exporter
+++ HelmRelease: snmp-exporter-mikrotik/snmp-exporter Deployment: snmp-exporter-mikrotik/snmp-exporter
@@ -43,13 +43,13 @@
- |
wget https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/snmp/snmp.yml \
-O /config/snmp.yml
command:
- sh
- -c
- image: busybox:1.28
+ image: busybox:1.37
name: download
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL