Skip to content

Commit

Permalink
[bitnami/jaeger] test: ✅ Skip jaeger version in 2.0.0 (#75006)
Browse files Browse the repository at this point in the history
Signed-off-by: Javier J. Salmerón García <[email protected]>
  • Loading branch information
javsalgar authored Nov 19, 2024
1 parent adb0eed commit bf978c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vib/jaeger/goss/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ directories:
- /opt/bitnami/jaeger/cassandra-schema
root_dir: /opt/bitnami
version:
bin_name: jaeger-all-in-one
flag: version
# HACK: Temporary fix for Jaeger 2.0.0 which has the version incorrect in some components. This is because
# how the scripts check the latest tags (they released 2.0.0 and 1.63.0 at the same time)
bin_name: bash
flag: -c "if [[ \"$APP_VERSION\" = \"2.0.0\" ]]; then echo 2.0.0; else jaeger-all-in-one version; fi"

0 comments on commit bf978c7

Please sign in to comment.