diff --git a/charts/hub/Chart.yaml b/charts/hub/Chart.yaml index 0cd38c7..caaed3e 100644 --- a/charts/hub/Chart.yaml +++ b/charts/hub/Chart.yaml @@ -16,7 +16,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.100.0 +version: 0.101.0 # 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/hub/templates/kerberos-pipeline/pipe-analysis.yaml b/charts/hub/templates/kerberos-pipeline/pipe-analysis.yaml index ffe2a5d..7f0d5ee 100644 --- a/charts/hub/templates/kerberos-pipeline/pipe-analysis.yaml +++ b/charts/hub/templates/kerberos-pipeline/pipe-analysis.yaml @@ -87,7 +87,6 @@ spec: value: "{{ .Values.opentelemetry.enabled }}" - name: OTEL_EXPORTED_OTLP_ROUTING_ENABLED value: "{{ .Values.opentelemetry.routingEnabled }}" -{{- end }} - name: OTEL_EXPORTER_OTLP_ENDPOINT value: "{{ .Values.opentelemetry.collector.endpoint }}" --- @@ -106,4 +105,5 @@ spec: targetPort: 8080 protocol: TCP selector: - app: pipe-analysis \ No newline at end of file + app: pipe-analysis +{{- end }} \ No newline at end of file