File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ qdrant-1.12.4] ( https://github.com/qdrant/qdrant-helm/tree/qdrant-1.12.4 ) (2024-11-18)
4+
5+ - Update Qdrant to v1.12.4
6+
37## [ qdrant-1.12.3] ( https://github.com/qdrant/qdrant-helm/tree/qdrant-1.12.3 ) (2024-11-11)
48
59- Update Qdrant to v1.12.2
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ qdrant-1.12.4] ( https://github.com/qdrant/qdrant-helm/tree/qdrant-1.12.4 ) (2024-11-18)
4+
5+ - Update Qdrant to v1.12.4
6+
37## [ qdrant-1.12.3] ( https://github.com/qdrant/qdrant-helm/tree/qdrant-1.12.3 ) (2024-11-11)
48
59- Update Qdrant to v1.12.2
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ maintainers:
1313 url : https://github.com/qdrant
1414icon : https://qdrant.github.io/qdrant-helm/logo_with_text.svg
1515type : application
16- version : 1.12.3
17- appVersion : v1.12.2
16+ version : 1.12.4
17+ appVersion : v1.12.4
1818annotations :
1919 artifacthub.io/category : database
2020 artifacthub.io/changes : |
2121 - kind: added
22- description: Update Qdrant to v1.12.2
22+ description: Update Qdrant to v1.12.4
Original file line number Diff line number Diff line change @@ -9,11 +9,10 @@ setup_file() {
99}
1010
1111@test " no startup warnings in logs" {
12- skip " Skip for 1.12.2 which has a known warning"
1312 run kubectl logs -n qdrant-helm-integration qdrant-0
1413 [ $status -eq 0 ]
1514 [[ " ${output} " =~ .* INFO.* ]]
16- if [[ ! " ${output} " =~ .* WARN.* ]]; then
15+ if [[ " ${output} " =~ .* WARN.* ]]; then
1716 echo " Found warning output:"
1817 echo " ${output} "
1918 return 1
You can’t perform that action at this time.
0 commit comments