Skip to content

Commit

Permalink
fix: app inter call sidecar inject;update vectors to 0.3.0 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
hysyeah authored Jul 12, 2024
1 parent 74257eb commit 2b058a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
serviceAccount: os-internal
containers:
- name: app-service
image: beclab/app-service:0.2.16
image: beclab/app-service:0.2.17
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
serviceAccount: bytetrade-sys-ops
containers:
- name: system-server
image: beclab/system-server:0.1.17
image: beclab/system-server:0.1.18
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ spec:
replicas: 1
owner: system
backupStorage: {{ $citus_backuppath }}/pg_backup
citusImage: beclab/citus:12.1
citusImage: beclab/citus:12.2

0 comments on commit 2b058a8

Please sign in to comment.