diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index ee96dd85..5ee95a9a 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -15,7 +15,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: snapshot-311fd21 + tag: snapshot-12a0d9a imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml index c1626c8e..4a718bf3 100644 --- a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml +++ b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml @@ -122,7 +122,7 @@ spec: level: info pipelines: logs: - receivers: [filelog, otlp, k8scluster] + receivers: [filelog] # Only use filelog receiver to prevent duplicate collection processors: [resource, transform, batch] exporters: [otlphttp/logs] {{- end }} \ No newline at end of file diff --git a/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml b/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml index e9bab78a..21189f74 100644 --- a/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml +++ b/freeleaps/helm-pkg/devsvc/templates/devsvc/opentelemetry.yaml @@ -120,7 +120,7 @@ spec: level: info pipelines: logs: - receivers: [filelog, otlp, k8scluster] + receivers: [filelog] # Only use filelog receiver to prevent duplicate collection processors: [resource, transform, batch] exporters: [otlphttp/logs] {{- end }} \ No newline at end of file