diff --git a/Makefile b/Makefile index 931e285dd..d76c961f0 100644 --- a/Makefile +++ b/Makefile @@ -30,11 +30,11 @@ KO_RELEASE_PLATFORMS ?= linux/amd64,linux/arm64 # renovate: datasource=helm depName=cert-manager registryUrl=https://charts.jetstack.io CERT_MANAGER_VERSION ?= v1.20.2 # renovate: datasource=helm depName=jaeger registryUrl=https://jaegertracing.github.io/helm-charts -JAEGER_VERSION ?= 4.7.0 +JAEGER_VERSION ?= 4.8.0 # renovate: datasource=helm depName=keda registryUrl=https://kedacore.github.io/charts KEDA_VERSION ?= 2.19.0 # renovate: datasource=helm depName=opentelemetry-collector registryUrl=https://open-telemetry.github.io/opentelemetry-helm-charts -OTEL_COLLECTOR_VERSION ?= 0.153.0 +OTEL_COLLECTOR_VERSION ?= 0.156.0 HELM_RETRIES ?= 3 HELM_RETRY_DELAY ?= 30