UNCLASSIFIED - NO CUI

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

Merge branch 'bb-base-2' into 'main'

Update BB Base to 2.0.0

See merge request platform-one/big-bang/apps/sandbox/tempo!25
parents bf65312d 7f862b18
No related branches found
No related tags found
1 merge request!25Update BB Base to 2.0.0
Pipeline #862991 passed
......@@ -3,7 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [0.15.1-bb.3]
## [0.15.1-bb.5]
### Changed
- Updated bb base image to 2.0.0
- Updated gluon to 0.2.10
## [0.15.1-bb.4]
### Removed
- Removed Open Telemetry since it is no longer used
### Changed
......
# tempo
![Version: 0.15.1-bb.4](https://img.shields.io/badge/Version-0.15.1--bb.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.1](https://img.shields.io/badge/AppVersion-1.4.1-informational?style=flat-square)
![Version: 0.15.1-bb.5](https://img.shields.io/badge/Version-0.15.1--bb.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.1](https://img.shields.io/badge/AppVersion-1.4.1-informational?style=flat-square)
Grafana Tempo Single Binary Mode
......@@ -126,7 +126,7 @@ helm install tempo chart/
| bbtests.cypress.envs.cypress_check_datasource | string | `"false"` | |
| bbtests.cypress.envs.cypress_grafana_url | string | `"http://monitoring-grafana.monitoring.svc.cluster.local"` | |
| bbtests.scripts.enabled | bool | `true` | |
| bbtests.scripts.image | string | `"registry1.dso.mil/ironbank/big-bang/base:1.18.0"` | |
| bbtests.scripts.image | string | `"registry1.dso.mil/ironbank/big-bang/base:2.0.0"` | |
| bbtests.scripts.envs.TEMPO_METRICS_URL | string | `"http://{{ template \"tempo.fullname\" . }}.{{ .Release.Namespace }}.svc:3100"` | |
## Contributing
......
dependencies:
- name: gluon
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
version: 0.2.4
digest: sha256:923a3908d3b4f7a00f7a1b4a231daefb6ce4800b6a6b6fd8a62cac637cff4c64
generated: "2022-01-12T16:54:56.297086-06:00"
version: 0.2.10
digest: sha256:10de93396e275c5f10a0919340e333b9e4b011f2fc63a5b43c9e91e49800d8bc
generated: "2022-06-28T12:53:57.43097-06:00"
......@@ -2,7 +2,7 @@ apiVersion: v2
name: tempo
description: Grafana Tempo Single Binary Mode
type: application
version: 0.15.1-bb.4
version: 0.15.1-bb.5
appVersion: 1.4.1
engine: gotpl
home: https://grafana.net
......@@ -20,7 +20,7 @@ maintainers:
- name: mapno
dependencies:
- name: gluon
version: "0.2.4"
version: "0.2.10"
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
annotations:
bigbang.dev/applicationVersions: |
......
File added
File deleted
......@@ -302,6 +302,6 @@ bbtests:
cypress_grafana_url: "http://monitoring-grafana.monitoring.svc.cluster.local"
scripts:
enabled: true
image: registry1.dso.mil/ironbank/big-bang/base:1.18.0
image: registry1.dso.mil/ironbank/big-bang/base:2.0.0
envs:
TEMPO_METRICS_URL: 'http://{{ template "tempo.fullname" . }}.{{ .Release.Namespace }}.svc:3100'
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