Skip to content

Commit 6851464

Browse files
Disable Vector agent by default (#615)
# Description Disable Vector agent by default
1 parent 19329f8 commit 6851464

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/simple-zookeeper-tls-cluster.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@ metadata:
66
spec:
77
image:
88
productVersion: 3.8.0
9-
stackableVersion: 0.8.0
9+
stackableVersion: 0.9.0
1010
config:
1111
tls:
1212
secretClass: tls
1313
clientAuthentication:
1414
authenticationClass: zk-client-tls
1515
quorumTlsSecretClass: tls
1616
servers:
17-
config:
18-
logging:
19-
enableVectorAgent: false
2017
roleGroups:
2118
default:
2219
replicas: 3

rust/crd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish = false
1212
serde = "1.0.138"
1313
serde_json = "1.0.82"
1414
snafu = "0.7.1"
15-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.1" }
15+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.2" }
1616
strum = { version = "0.24.1", features = ["derive"] }
1717

1818
[dev-dependencies]

rust/operator-binary/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ tokio-executor = "0.1.10"
2424
tokio-zookeeper = "0.1.3"
2525
tracing = "0.1.35"
2626
pin-project = "1.0.11"
27-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.1" }
27+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.2" }
2828
stackable-zookeeper-crd = { path = "../crd" }
2929

3030
[build-dependencies]
3131
built = { version = "0.5.1", features = ["chrono", "git2"] }
32-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.1" }
32+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.2" }
3333
stackable-zookeeper-crd = { path = "../crd" }

0 commit comments

Comments
 (0)