Compare commits

...

1 Commits

Author SHA1 Message Date
icebergtsn
7a60856139 fix: modify default theme configuration 2025-04-25 20:29:59 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -86,12 +86,12 @@ spec:
fieldPath: status.podIP fieldPath: status.podIP
containers: containers:
- name: appstore - name: appstore
image: beclab/market-frontend:v0.3.10 image: beclab/market-frontend:v0.3.11
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 80 - containerPort: 80
- name: appstore-backend - name: appstore-backend
image: beclab/market-backend:v0.3.10 image: beclab/market-backend:v0.3.11
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 81 - containerPort: 81

View File

@@ -220,7 +220,7 @@ spec:
- mountPath: /www - mountPath: /www
name: www-dir name: www-dir
- name: profile-editor-init - name: profile-editor-init
image: beclab/profile-editor:v0.2.1 image: beclab/profile-editor:v0.2.21
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- /bin/sh - /bin/sh
@@ -232,7 +232,7 @@ spec:
- mountPath: /www - mountPath: /www
name: www-dir name: www-dir
- name: profile-preview-init - name: profile-preview-init
image: beclab/profile-preview:v0.2.1 image: beclab/profile-preview:v0.2.21
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- /bin/sh - /bin/sh