**Description** I deployed the smokeping chart and didn't get any results. After some digging, I realized it was because fping couldn't ping because it needs raw socket access. To address this, I added the net_raw capabilitie to the chart The underlying container capabilities issue is documented here: https://github.com/linuxserver/docker-smokeping/issues/99 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [X] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** I ran this on my local k3s instance. **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [N/A] #️⃣ I have commented my code, particularly in hard-to-understand areas - [N/A] 📄 I have made corresponding changes to the documentation - [X] ⚠️ My changes generate no new warnings - [X] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning --------- Signed-off-by: cedstrom <cedstrom@users.noreply.github.com>
29 lines
751 B
YAML
29 lines
751 B
YAML
apiVersion: v2
|
|
appVersion: "2.7.3"
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.truecharts.org
|
|
version: 14.0.1
|
|
description: Keep track of your network latency.
|
|
home: https://truecharts.org/charts/stable/smokeping
|
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.png
|
|
keywords:
|
|
- smokeping
|
|
- network
|
|
- latency
|
|
kubeVersion: ">=1.16.0-0"
|
|
maintainers:
|
|
- email: info@truecharts.org
|
|
name: TrueCharts
|
|
url: https://truecharts.org
|
|
name: smokeping
|
|
sources:
|
|
- https://github.com/truecharts/charts/tree/master/charts/stable/smokeping
|
|
- https://oss.oetiker.ch/smokeping/
|
|
type: application
|
|
version: 7.0.2
|
|
annotations:
|
|
truecharts.org/catagories: |
|
|
- media
|
|
truecharts.org/SCALE-support: "true"
|