chore(chart): bump node-agent image to 0.1.2, chart to 0.1.11 - #532
Merged
Conversation
Contributor
|
📦 Image Tags Updated |
Picks up the otel exporter startup fix (nudgebee/node-agent#293): agent fataled on plain-HTTP TRACES_ENDPOINT since the otel v1.43 bump. New immutable image tag 0.1.2 instead of republishing 0.1.1, whose in-place republish on 2026-07-10 caused the CrashLoopBackOff incident.
mayankpande88
force-pushed
the
chore/node-agent-0.1.2-chart-0.1.11
branch
from
July 15, 2026 07:37
85b8903 to
06f1c3e
Compare
Contributor
|
📦 Image Tags Updated |
RamanKharchee
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
node-agent 0.1.1 fatals at startup when TRACES_ENDPOINT is plain HTTP (the default in-cluster collector):
Regression from the otel v1.43 group bump (nudgebee/node-agent#293 has the fix, released as node-agent v0.1.2).
Chart 0.1.10 (current Latest) pins the broken 0.1.1 — any new node or pod restart crash-loops the node-agent. This bumps the pin to 0.1.2 and the chart to 0.1.11.
Validation: 0.1.11-rc-2 cut from this branch; being validated on dev + prod before stable release.