Skip to content

Commit

Permalink
fix: cherry pick from the main branch (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyu committed Oct 30, 2024
1 parent a0dff90 commit 91ec508
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ spec:
metadata:
labels:
app: recommend
io.bytetrade.app: "true"
spec:
containers:
- name: recommend-proxy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:

containers:
- name: edge-desktop
image: beclab/desktop:v0.2.39
image: beclab/desktop:v0.2.40
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
Expand All @@ -77,7 +77,7 @@ spec:
value: http://bfl.{{ .Release.Namespace }}:8080

- name: desktop-server
image: beclab/desktop-server:v0.2.39
image: beclab/desktop-server:v0.2.40
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -213,6 +213,11 @@ spec:
- app-installation-event
op: Create
uri: /server/app_installation_event
- filters:
type:
- entrance-state-event
op: Create
uri: /server/entrance_state_event
- filters:
type:
- settings-event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ spec:
metadata:
labels:
app: files
io.bytetrade.app: "true"
spec:
serviceAccountName: bytetrade-controller
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
metadata:
labels:
app: appstore
io.bytetrade.app: "true"
spec:
initContainers:
- args:
Expand Down Expand Up @@ -65,12 +66,12 @@ spec:
fieldPath: status.podIP
containers:
- name: appstore
image: beclab/market-frontend:v0.2.22
image: beclab/market-frontend:v0.2.23
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
- name: appstore-backend
image: beclab/market-backend:v0.2.22
image: beclab/market-backend:v0.2.23
imagePullPolicy: IfNotPresent
ports:
- containerPort: 81
Expand Down Expand Up @@ -202,6 +203,11 @@ spec:
ops:
- Create
version: v1
- dataType: app
group: service.bfl
ops:
- UserApps
version: v1
status:
state: active

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ spec:
metadata:
labels:
app: notifications
io.bytetrade.app: "true"
spec:
initContainers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
metadata:
labels:
app: settings
io.bytetrade.app: "true"
spec:
initContainers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ spec:
metadata:
labels:
app: system-frontend
io.bytetrade.app: "true"
spec:
initContainers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
metadata:
labels:
app: vault
io.bytetrade.app: "true"
spec:
initContainers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,31 @@ spec:
status:
description: ApplicationStatus defines the observed state of Application
properties:
entranceStatuses:
items:
properties:
message:
type: string
name:
type: string
reason:
type: string
state:
type: string
statusTime:
format: date-time
type: string
required:
- name
- reason
- state
- statusTime
type: object
type: array
startedTime:
description: StartedTime is the time that app first to running state
format: date-time
type: string
state:
description: 'the state of the application: draft, submitted, passed,
rejected, suspended, active'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ spec:
serviceAccount: os-internal
containers:
- name: app-service
image: beclab/app-service:0.2.43
image: beclab/app-service:0.2.44
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0
Expand Down
2 changes: 1 addition & 1 deletion frameworks/bfl/config/launcher/templates/bfl_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ spec:
containers:
- name: api
image: beclab/bfl:v0.3.48
image: beclab/bfl:v0.3.49
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ spec:
metadata:
labels:
app: infisical
io.bytetrade.app: "true"
spec:
serviceAccountName: infisical-sa
initContainers:
Expand Down
1 change: 1 addition & 0 deletions third-party/ks-console/charts/templates/ks-console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ spec:
labels:
app: ks-console
tier: frontend
io.bytetrade.app: "true"
spec:
containers:
- image: kubesphere/ks-console:v3.3.0
Expand Down

0 comments on commit 91ec508

Please sign in to comment.