diff --git a/.vib/jaeger/goss/vars.yaml b/.vib/jaeger/goss/vars.yaml index ad2fefb641333..55311977e9170 100644 --- a/.vib/jaeger/goss/vars.yaml +++ b/.vib/jaeger/goss/vars.yaml @@ -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"