Skip to content

Commit aa822f5

Browse files
committed
fix: update eventbus type to jetstream in values.yaml
1 parent 6099922 commit aa822f5

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
@@ -93,7 +93,7 @@ global:
9393
enabled: true
9494
# -- Minimum number of available eventbus pods. For eventbus to stay functional the majority of its replicas should always be available.
9595
minAvailable: 2
96-
type: nats # -- Eventbus type. Can be nats or jetstream.
96+
type: jetstream # -- Eventbus type. Can be nats or jetstream.
9797
nats:
9898
native:
9999
nodeSelector: {}
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)