From 1819dc6535031235c3f5c42f41f617a467209adf Mon Sep 17 00:00:00 2001 From: bossman7309 <85088259+bossman7309@users.noreply.github.com> Date: Fri, 14 Apr 2023 22:07:17 -0500 Subject: [PATCH 1/2] oltp (#444) --- template/apps/kasm.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/template/apps/kasm.json b/template/apps/kasm.json index 457fc2e..4652316 100644 --- a/template/apps/kasm.json +++ b/template/apps/kasm.json @@ -24,6 +24,11 @@ "default": "", "label": "MODPROBE_CMD", "name": "MODPROBE_CMD" + }, + { + "default": "", + "label": "OTLP_ENDPOINT", + "name": "OTLP_ENDPOINT" } ], "image_arm64": "lscr.io/linuxserver/kasm:latest", From a60261a762f8757a6752778edab6b918bb2de4e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 03:12:38 +0000 Subject: [PATCH 2/2] Build App list and docs --- template/portainer-v2-amd64.json | 5 +++++ template/portainer-v2-arm64.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/template/portainer-v2-amd64.json b/template/portainer-v2-amd64.json index 2319a4f..b435ea7 100644 --- a/template/portainer-v2-amd64.json +++ b/template/portainer-v2-amd64.json @@ -3718,6 +3718,11 @@ "default": "", "label": "MODPROBE_CMD", "name": "MODPROBE_CMD" + }, + { + "default": "", + "label": "OTLP_ENDPOINT", + "name": "OTLP_ENDPOINT" } ], "image": "lscr.io/linuxserver/kasm:latest", diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json index 55ccf40..b2db6a6 100644 --- a/template/portainer-v2-arm64.json +++ b/template/portainer-v2-arm64.json @@ -3700,6 +3700,11 @@ "default": "", "label": "MODPROBE_CMD", "name": "MODPROBE_CMD" + }, + { + "default": "", + "label": "OTLP_ENDPOINT", + "name": "OTLP_ENDPOINT" } ], "image": "lscr.io/linuxserver/kasm:latest",