From bd7c2afa04a0fd85d70f49f413c0f91a76097ce8 Mon Sep 17 00:00:00 2001 From: mayankpande88 Date: Wed, 15 Jul 2026 17:44:30 +0530 Subject: [PATCH 1/4] chore(chart): bump node-agent image to 0.1.3, appVersion to 0.1.12 node-agent v0.1.3 fixes the startup race where the 5s ebpfStatsTicker could fire before tracer.Run loaded the eBPF collection, panicking with a nil map dereference on slow/burstable nodes (nudgebee/node-agent#294). Chart version was already bumped to 0.1.12 by #520; this aligns appVersion and the node-agent pin. --- charts/nudgebee-agent/Chart.yaml | 2 +- charts/nudgebee-agent/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/nudgebee-agent/Chart.yaml b/charts/nudgebee-agent/Chart.yaml index 5a72c61b..b77410ef 100644 --- a/charts/nudgebee-agent/Chart.yaml +++ b/charts/nudgebee-agent/Chart.yaml @@ -30,7 +30,7 @@ annotations: # we use 0.0.1 as a placeholder for the version` because Helm wont allow `0.0.0` and we want to be able to run # `helm install` on development checkouts without updating this file. the version doesn't matter in that case anyway version: 0.1.12 -appVersion: 0.1.11 +appVersion: 0.1.12 dependencies: - name: opencost version: 2.0.1 diff --git a/charts/nudgebee-agent/values.yaml b/charts/nudgebee-agent/values.yaml index 72a30ab9..81573c11 100644 --- a/charts/nudgebee-agent/values.yaml +++ b/charts/nudgebee-agent/values.yaml @@ -273,7 +273,7 @@ nodeAgent: image: repository: ghcr.io/nudgebee/node-agent pullPolicy: IfNotPresent - tag: 0.1.2 + tag: 0.1.3 resources: requests: cpu: "100m" From d14dee6ed0f495e0ebb4598179855471fd1adb6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Jul 2026 14:42:19 +0000 Subject: [PATCH 2/4] chore: update image tags for main release --- charts/nudgebee-agent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nudgebee-agent/values.yaml b/charts/nudgebee-agent/values.yaml index 81573c11..5ddd9a98 100644 --- a/charts/nudgebee-agent/values.yaml +++ b/charts/nudgebee-agent/values.yaml @@ -65,7 +65,7 @@ runnerServiceAccount: runner: image: repository: ghcr.io/nudgebee/nudgebee-agent - tag: 2026-07-14T09-20-14_17a3cbad58bd80c14dee85a158cc4ec2de19e09f + tag: 2026-07-15T13-13-30_037b4a042ed03716596734435acec49d9f721274 # Image template the pod_profiler action launches debugger pods from. # The agent substitutes `{}` for the variant (bpf, jvm, python, perf, ruby). # Surfaces as PROFILER_IMAGE; leave empty to fall back to the binary default. From 7d95debb08721501b64e821348ed8a51f6cf7c5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jul 2026 10:59:06 +0000 Subject: [PATCH 3/4] chore: update image tags for main release --- charts/nudgebee-agent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nudgebee-agent/values.yaml b/charts/nudgebee-agent/values.yaml index 5ddd9a98..f4479af0 100644 --- a/charts/nudgebee-agent/values.yaml +++ b/charts/nudgebee-agent/values.yaml @@ -65,7 +65,7 @@ runnerServiceAccount: runner: image: repository: ghcr.io/nudgebee/nudgebee-agent - tag: 2026-07-15T13-13-30_037b4a042ed03716596734435acec49d9f721274 + tag: 2026-07-16T09-02-10_585a6253271b189078eb2edbcad9ee65cf82e685 # Image template the pod_profiler action launches debugger pods from. # The agent substitutes `{}` for the variant (bpf, jvm, python, perf, ruby). # Surfaces as PROFILER_IMAGE; leave empty to fall back to the binary default. From 8dc92c89f8acd1f62040a2b23f99e19a91419a14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jul 2026 10:59:50 +0000 Subject: [PATCH 4/4] chore: update image tags for main release --- charts/nudgebee-agent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nudgebee-agent/values.yaml b/charts/nudgebee-agent/values.yaml index 7b81d9a2..f4479af0 100644 --- a/charts/nudgebee-agent/values.yaml +++ b/charts/nudgebee-agent/values.yaml @@ -65,7 +65,7 @@ runnerServiceAccount: runner: image: repository: ghcr.io/nudgebee/nudgebee-agent - tag: 2026-07-15T16-09-55_6d1cadca59e43257a6b45048731c4a4c105b8699 + tag: 2026-07-16T09-02-10_585a6253271b189078eb2edbcad9ee65cf82e685 # Image template the pod_profiler action launches debugger pods from. # The agent substitutes `{}` for the variant (bpf, jvm, python, perf, ruby). # Surfaces as PROFILER_IMAGE; leave empty to fall back to the binary default.