UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 7953e19e authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'update-tempo-tag-0.16.1-bb.0' into 'master'

Update Tempo to 1.5.0

Closes platform-one/big-bang/apps/sandbox/tempo#12

See merge request platform-one/big-bang/bigbang!1999
parents 14d0f60b be5f558d
No related branches found
No related tags found
1 merge request!1999Update Tempo to 1.5.0
Pipeline #941680 passed with warnings
......@@ -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 }}
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment