Skip to content

Commit 0cfccaf

Browse files
committed
fix: update eventbus type to jetstream in values.yaml
1 parent a70fd68 commit 0cfccaf

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ global:
8989
enabled: true
9090
# -- Minimum number of available eventbus pods. For eventbus to stay functional the majority of its replicas should always be available.
9191
minAvailable: 2
92-
type: nats # -- Eventbus type. Can be nats or jetstream.
92+
type: jetstream # -- Eventbus type. Can be nats or jetstream.
9393
nats:
9494
native:
9595
metadata:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 36db6073a3c784095872b5243aeb1cbb31f85765
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 725c7353bd7859036d547c97b948734c91d30d61

0 commit comments

Comments
 (0)