Skip to content

Commit

Permalink
stream-server: point to stream-server container in registry (#76)
Browse files Browse the repository at this point in the history
Update the image path for the stream service to the latest registry path
  • Loading branch information
james-rms authored Feb 23, 2024
1 parent 150342f commit 766e76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/primary-site/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ type: application
# 1.0.0-alpha.0
# 1.0.0-alpha.1
# 1.0.0
version: "0.0.37"
version: "0.0.38"

appVersion: "083ea7cd15e5ca942125c5a3efaf0caa6fbd5d3e"
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
optional: true
containers:
- name: stream-service
image: us-central1-docker.pkg.dev/foxglove-images/images/stream-service:{{ .Chart.AppVersion }}
image: us-central1-docker.pkg.dev/foxglove-images/images/stream-server:{{ .Chart.AppVersion }}
resources:
requests:
cpu: {{ .Values.streamService.deployment.resources.requests.cpu }}
Expand Down

0 comments on commit 766e76f

Please sign in to comment.