Skip to content

Commit 164060e

Browse files
authored
update surveyor to 0.9.9 (#1152)
1 parent 0f5d1e6 commit 164060e

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

helm/charts/surveyor/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: surveyor
33
description: NATS Monitoring, Simplified.
44
type: application
5-
version: 0.20.8
6-
appVersion: 0.9.7
5+
version: 0.20.9
6+
appVersion: 0.9.9
77
maintainers:
88
- email: info@nats.io
99
name: The NATS Authors

helm/charts/surveyor/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ spec:
6060
- --gatewayz
6161
{{- end }}
6262

63+
{{- with .raftz }}
64+
- --raftz
65+
{{- end }}
66+
6367
{{- with .accountsDetailed }}
6468
- --accounts-detailed
6569
{{- end }}

helm/charts/surveyor/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replicaCount: 1
1010

1111
image:
1212
repository: natsio/nats-surveyor
13-
tag: 0.9.7
13+
tag: 0.9.9
1414
pullPolicy: IfNotPresent
1515
# registry: docker.io
1616

@@ -114,6 +114,9 @@ config:
114114
# Enable gatewayz metrics.
115115
gatewayz: false
116116

117+
# Enable raftz metrics.
118+
raftz: false
119+
117120
# jsz metrics optionally
118121
jsz:
119122

0 commit comments

Comments
 (0)