Skip to content

Commit

Permalink
add image versions passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 18, 2025
1 parent 6fd3843 commit 3d3847e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@ locals {
# Open Telemetry
################
auto_instrumentation_java_version = "2.9.0"
collector_version = "0.111.0-amd64"
collector_contrib_version = "0.113.0-amd64"
collector_version = "0.111.0-amd64"
otel_helm_version = "0.71.2"
otel_version = "0.110.0"
rbac_proxy_version = "v0.18.1"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,17 @@ inputs = {
eecr_account_id = include.root.inputs.eecr_account_id
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
# Clouster Config
cluster_name = dependency.eks.outputs.cluster_name

cluster_name = dependency.eks.outputs.cluster_name
# OTEL Configuration
namespace = include.root.inputs.namespaces["otel"]
loki_endpoint = dependency.eks-loki.outputs.gateway_internal_endpoint.url
tempo_endpoint = dependency.eks-tempo.outputs.tempo_otlp_endpoint.url
# Image Version
auto_instrumentation_java_version = include.root.inputs.auto_instrumentation_java_version
collector_contrib_version = include.root.inputs.collector_contrib_version
collector_version = include.root.inputs.collector_version
otel_helm_version = include.root.inputs.otel_helm_version
rbac_proxy_version = include.root.inputs.rbac_proxy_version
}

0 comments on commit 3d3847e

Please sign in to comment.