diff --git a/charts/ctrlplane/Chart.yaml b/charts/ctrlplane/Chart.yaml index 52add12..e8a377a 100644 --- a/charts/ctrlplane/Chart.yaml +++ b/charts/ctrlplane/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ctrlplane description: Ctrlplane Helm chart for Kubernetes type: application -version: 0.1.24 +version: 0.1.25 appVersion: "1.16.0" maintainers: diff --git a/charts/ctrlplane/charts/webservice/templates/deployment.yaml b/charts/ctrlplane/charts/webservice/templates/deployment.yaml index d1ddebe..e537204 100644 --- a/charts/ctrlplane/charts/webservice/templates/deployment.yaml +++ b/charts/ctrlplane/charts/webservice/templates/deployment.yaml @@ -88,7 +88,7 @@ spec: name: {{ .secretRef }} key: GITHUB_BOT_PRIVATE_KEY - name: OTEL_EXPORTER_OTLP_ENDPOINT - value: http://{{ .Release.Name }}-otel:4318 + value: http://{{ $.Release.Name }}-otel:4318 {{- end }} {{- include "ctrlplane.extraEnv" . | nindent 12 }} {{- include "ctrlplane.extraEnvFrom" (dict "root" $ "local" .) | nindent 12 }}