diff --git a/chart/values.yaml b/chart/values.yaml index c296203fd9c4ad1440a601fad92a66674aca55f4..0b387be6bd5fd50ec64e162fe8bfe4d7a2ae05de 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -469,7 +469,7 @@ tempo: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/tempo.git path: "./chart" - tag: "0.12.2-bb.1" + tag: "0.12.2-bb.2" # -- Flux reconciliation overrides specifically for the Tempo Package flux: {} diff --git a/tests/test-values.yaml b/tests/test-values.yaml index 0fc1ac905eabb9ed9528f20099c17c318074ab4b..48f75a63bc31af53fe635c6a4d95a878238ceb9f 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -244,6 +244,41 @@ fluentbit: bbtests: enabled: true +tempo: + enabled: false + resources: + limits: + cpu: 200m + memory: 128Mi + requests: + cpu: 200m + memory: 128Mi + + persistence: + enabled: true + # storageClassName: local-path + accessModes: + - ReadWriteOnce + size: 5Gi + + tempoQuery: + resources: + limits: + cpu: 200m + memory: 128Mi + requests: + cpu: 200m + memory: 128Mi + + opentelemetryCollector: + resources: + limits: + cpu: 200m + memory: 128Mi + requests: + cpu: 200m + memory: 128Mi + monitoring: enabled: true sso: @@ -689,7 +724,7 @@ addons: scripts: envs: ANCHORE_CLI_URL: "https://anchore-api.bigbang.dev/v1" - + sonarqube: enabled: false sso: @@ -968,7 +1003,7 @@ addons: app.kubernetes.io/instance: "{{ .Release.Name }}" component: webhook topologyKey: kubernetes.io/hostname - + bbtests: enabled: true cypress: