dig some values in case the values are not set
All threads resolved!
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.49
Attention Iron Bank Customers: On March 27, 2025, we are moving SBOM artifacts from the Anchore Scan job to the Build job to streamline the container hardening pipeline. If you currently download SBOMs from the Anchore Scan job, you can still get them from the Build job and from other sources, including IBFE and image attestations.
We needed a few more digs to handle optional values in Thanos
This pulls in the changes from this MR which had been reverted and adds a few more digs to allow install without passing in test-values.yaml
: !4957 (merged)
$ kubectl get pod -n thanos -L app,version
NAME READY STATUS RESTARTS AGE APP VERSION
thanos-query-677fbdff8c-b99tz 2/2 Running 0 73s thanos v0.36.1
thanos-query-frontend-544495d8b6-6f5dq 2/2 Running 0 73s thanos v0.36.1
$ kubectl get pod -n thanos -L app,version
NAME READY STATUS RESTARTS AGE APP VERSION
thanos-compactor-6cc65c5656-8rmlp 2/2 Running 0 66s thanos v0.36.1
thanos-minio-pool-0-0 3/3 Running 0 55s minio
thanos-query-6666545dd9-8g55s 2/2 Running 0 66s thanos v0.36.1
thanos-query-frontend-544495d8b6-6f5dq 2/2 Running 0 7m13s thanos v0.36.1
thanos-storegateway-0 2/2 Running 0 66s thanos v0.36.1
N/A
UNCLASSIFIED - NO CUI