diff --git a/charts/jaeger-opentelemetry/Chart.yaml b/charts/jaeger-opentelemetry/Chart.yaml index e4358319..25e3368b 100644 --- a/charts/jaeger-opentelemetry/Chart.yaml +++ b/charts/jaeger-opentelemetry/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/jaeger-opentelemetry/values.yaml b/charts/jaeger-opentelemetry/values.yaml index 56d58780..512a4c80 100644 --- a/charts/jaeger-opentelemetry/values.yaml +++ b/charts/jaeger-opentelemetry/values.yaml @@ -39,7 +39,7 @@ optl_collector_config: | #optl_Deployment Deployment: Replicas: 1 - image: otel/opentelemetry-collector:latest + image: otel/opentelemetry-collector:0.84.0 resource: limit: cpu: "1" @@ -95,7 +95,7 @@ jaeger_query_ports: #StatefulSet-jaeger all in one jaeger: replicas: "1" - image: jaegertracing/all-in-one:latest + image: jaegertracing/all-in-one:1.48 storage: "10Gi" ports: containerPort1: "16686"