Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stack/observability/otel-collector/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ kubectl create namespace monitoring --dry-run=client -o yaml | kubectl apply -f

helm upgrade --install otel-collector open-telemetry/opentelemetry-collector \
--namespace monitoring \
--version 0.166.0 \
--version 0.169.0 \
--values "${SCRIPT_DIR}/values.yaml" \
--wait
7 changes: 6 additions & 1 deletion stack/observability/otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ mode: deployment

image:
repository: otel/opentelemetry-collector-contrib
tag: "0.157.0"
# No `tag:` deliberately. The chart renders
# `.Values.image.tag | default .Chart.AppVersion`, so leaving it unset makes the
# image follow the chart pin instead of being a second fact maintained beside
# it — mirror-check compares chart versions and would never see the two drift.
# The contrib distro publishes the same version numbers as the core collector
# the appVersion tracks.

# Stable object name, matching upstream — the `telemetry` Service alias below
# selects on it, and a rename would break the tenant contract silently.
Expand Down
2 changes: 1 addition & 1 deletion stack/upstream.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"upstream": {
"repository": "nanohype/eks-gitops",
"path": "applicationsets",
"ref": "46f9f8e94d7d63a7092007f22dcf77a7de6fd9e5"
"ref": "9c7ce0476cd44aa2637b893f592a1f40fda99f81"
},
"divergences": [
{
Expand Down
Loading