From 6a1146ada0d8b4b7af14c57804a21d6c97b60ed7 Mon Sep 17 00:00:00 2001 From: Donato Mastronardi Date: Sun, 19 Apr 2026 17:27:13 +0200 Subject: [PATCH] k3s dpl --- beszel/patches/k3s/kustomization.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 beszel/patches/k3s/kustomization.yaml diff --git a/beszel/patches/k3s/kustomization.yaml b/beszel/patches/k3s/kustomization.yaml new file mode 100644 index 0000000..8e95b56 --- /dev/null +++ b/beszel/patches/k3s/kustomization.yaml @@ -0,0 +1,10 @@ +resources: +- ../../manifests + +namespace: monitoring + +images: +- name: henrygd/beszel + newTag: 0.18.3 +- name: henrygd/beszel-agent + newTag: 0.18.3 \ No newline at end of file