Skip to content

Commit fca16e4

Browse files
primary-site: 0.0.75 (#136)
### Changelog <!-- Write a one-sentence summary of the user-impacting change (API, UI/UX, performance, etc) that could appear in a changelog. Write "None" if there is no user-facing change --> - Add the `BUFFERED_OBJECT_LIMIT` configuration for stream service - Updated chart to use `query-server` image ### Docs <!-- Link to a Docs PR, tracking ticket in Linear, OR write "None" if no documentation changes are needed. --> foxglove/docs#939 ### Description Bumps the primary site version to 0.0.75 to include the new `BUFFERED_OBJECT_LIMIT` configuration variable.
1 parent f6101ae commit fca16e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/primary-site/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ type: application
1313
# 1.0.0-alpha.0
1414
# 1.0.0-alpha.1
1515
# 1.0.0
16-
version: "0.0.74"
16+
version: "0.0.75"
1717

18-
appVersion: "dcc5a9fa47127aef60715244ad19d8349c57d241"
18+
appVersion: "6802e89c6099526b43bcc6edc5192d8f10095f12"

charts/primary-site/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ streamService:
179179
service:
180180
annotations: {}
181181
deployment:
182-
image: "us-central1-docker.pkg.dev/foxglove-images/images/stream-server"
182+
image: "us-central1-docker.pkg.dev/foxglove-images/images/query-server"
183183
replicas: 1
184184
initContainers: []
185185
extraVolumes: []

0 commit comments

Comments
 (0)