From be5f558d6956627a44da69473a7d7a10d6e53599 Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Wed, 24 Aug 2022 18:41:20 +0000 Subject: [PATCH] Update Tempo to 1.5.0 --- chart/templates/tempo/values.yaml | 13 ++++++------- chart/values.yaml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/chart/templates/tempo/values.yaml b/chart/templates/tempo/values.yaml index 21494b4183..02eef4f084 100644 --- a/chart/templates/tempo/values.yaml +++ b/chart/templates/tempo/values.yaml @@ -14,9 +14,9 @@ objectStorage: secret_access_key: {{ .Values.tempo.objectStorage.accessSecret }} tempo: - imagePullSecrets: - - name: private-registry pullPolicy: {{ .Values.imagePullPolicy }} + overrides: + ingestion_rate_limit_bytes: 30000000 {{- with .Values.tempo.objectStorage }} {{- if and .endpoint .region .bucket }} storage: @@ -39,6 +39,10 @@ domain: {{ $domainName }} tempoQuery: pullPolicy: {{ .Values.imagePullPolicy }} +serviceAccount: + imagePullSecrets: + - name: private-registry + networkPolicies: enabled: {{ .Values.networkPolicies.enabled }} controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }} @@ -58,11 +62,6 @@ istio: gateways: - istio-system/{{ default "public" .Values.tempo.ingress.gateway }} -{{- if .Values.istio.enabled }} -podAnnotations: - {{ include "istioAnnotation" . }} -{{- end }} - monitoring: enabled: {{ .Values.monitoring.enabled }} diff --git a/chart/values.yaml b/chart/values.yaml index 195236af53..1bb2ed1cb1 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -554,7 +554,7 @@ tempo: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/tempo.git path: "./chart" - tag: "0.15.1-bb.7" + tag: "0.16.1-bb.0" # -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". ingress: -- GitLab