UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update Ironbank

Merged RENOVATE_BOT requested to merge renovate/ironbank into main
All threads resolved!
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# tempo
![Version: 1.11.0-bb.0](https://img.shields.io/badge/Version-1.11.0--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
![Version: 1.14.0-bb.0](https://img.shields.io/badge/Version-1.14.0--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
Grafana Tempo Single Binary Mode
@@ -50,7 +50,7 @@ helm install tempo chart/
| labels | object | `{}` | labels for tempo |
| annotations | object | `{}` | Annotations for the StatefulSet |
| tempo.repository | string | `"registry1.dso.mil/ironbank/opensource/grafana/tempo"` | Docker image repository |
| tempo.tag | string | `"2.5.0"` | Docker image tag |
| tempo.tag | string | `"2.6.1"` | Docker image tag |
| tempo.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
| tempo.updateStrategy | string | `"RollingUpdate"` | |
| tempo.resources.limits.cpu | string | `"500m"` | |
@@ -122,6 +122,7 @@ helm install tempo chart/
| serviceMonitor.scheme | string | `""` | |
| serviceMonitor.tlsConfig | object | `{}` | |
| persistence.enabled | bool | `true` | |
| persistence.enableStatefulSetAutoDeletePVC | bool | `false` | Enable StatefulSetAutoDeletePVC feature |
| persistence.accessModes[0] | string | `"ReadWriteOnce"` | |
| persistence.size | string | `"15Gi"` | |
| podAnnotations | object | `{"traffic.sidecar.istio.io/includeInboundPorts":"16687,16686,3100,4317,4318"}` | Pod Annotations |
Loading