Skip to content

Commit a10ae5f

Browse files
authored
chore: Bump vector 0.52.0 and opa 1.12.2 (#931)
* chore(examples): Bump opa to 1.12.2 * test: Bump vector aggregator to 0.52.0 (chart version 0.49.0)
1 parent 68df9b8 commit a10ae5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/logging/simple-kafka-cluster-opa-log4j.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
name: simple-opa
2626
spec:
2727
image:
28-
productVersion: 1.8.0
28+
productVersion: 1.12.2
2929
servers:
3030
roleGroups:
3131
default: {}

examples/opa/simple-kafka-cluster-opa-allow-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
name: simple-opa
2626
spec:
2727
image:
28-
productVersion: 1.8.0
28+
productVersion: 1.12.2
2929
servers:
3030
roleGroups:
3131
default: {}

tests/templates/kuttl/logging/01-install-kafka-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 kafka-vector-aggregator vector
77
--namespace $NAMESPACE
8-
--version 0.45.0
8+
--version 0.49.0
99
--repo https://helm.vector.dev
1010
--values kafka-vector-aggregator-values.yaml
1111
---

0 commit comments

Comments
 (0)