From 6c91c17ce65b59dcea589e146ab34afeb3707ad6 Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Mon, 28 Aug 2023 17:12:45 +0000 Subject: [PATCH] tempo update to 1.2.0-bb.5 --- chart/values.yaml | 4 ++-- tests/test-values.yaml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 57bc9ad4df..a9c1cb3c17 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -782,11 +782,11 @@ tempo: git: repo: https://repo1.dso.mil/big-bang/product/packages/tempo.git path: "./chart" - tag: "1.2.0-bb.3" + tag: "1.2.0-bb.5" helmRepo: repoName: "registry1" chartName: "tempo" - tag: "1.2.0-bb.3" + tag: "1.2.0-bb.5" # -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". ingress: diff --git a/tests/test-values.yaml b/tests/test-values.yaml index e178a3e3ba..27e0f3ce1b 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -694,6 +694,9 @@ loki: LOKI_URL: 'http://logging-loki-write.logging.svc:3100' tempo: + sso: + enabled: false + client_id: dev_00eb8904-5b88-4c68-ad67-cec0d2e07aa6_tempo values: istio: tempoQuery: @@ -714,6 +717,10 @@ tempo: cypress_tempo_datasource: 'http://tempo-tempo.tempo.svc:3100' cypress_check_datasource: 'true' cypress_grafana_url: 'https://grafana.bigbang.dev' + # uncomment following variables for sso keycloak testing in bb + #cypress_tnr_username: "cypress" + #cypress_tnr_password: "tnr_w!G33ZyAt@C8" + #cypress_keycloak_test_enable: "true" scripts: enabled: false envs: -- GitLab