Skip to content

Commit 94a4e14

Browse files
xeniapedervoeti
authored andcommitted
chore: Bump vector version for 25.11.0 (#763)
* chore: Bump vector version for 25.11.0 * update service name in test
1 parent 3cb1b41 commit 94a4e14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/templates/kuttl/logging/01-install-opa-vector-aggregator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install opa-vector-aggregator vector
77
--namespace $NAMESPACE
8-
--version 0.43.0
8+
--version 0.45.0
99
--repo https://helm.vector.dev
1010
--values opa-vector-aggregator-values.yaml
1111
---

tests/templates/kuttl/logging/test_log_aggregation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
DECISION_LOGS=$(kubectl logs service/test-opa -c opa | grep "decision_id");
3+
DECISION_LOGS=$(kubectl logs service/test-opa-server -c opa | grep "decision_id");
44

55
if [ -n "$DECISION_LOGS" ];
66
then

0 commit comments

Comments
 (0)