fix(amber-web): 更新docker镜像版本并修复叶引用

更新了Dockerfile中的docker build命令,以匹配新的叶版本。同时,更新了manifest.yaml中的镜像版本引用,从v0.0.1-fix-3更改为v0.0.1-fix-4。这次更新确保了正确的镜像版本被部署,并解决了先前存在的问题。
This commit is contained in:
ivamp 2024-08-04 17:25:30 +08:00
parent 43a79e9bd4
commit 9bf45bf387
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# docker build -t registry.leafdev.top/leaf/amber-web:v0.0.1-fix-4 .
FROM nginx:1.27.0-alpine
COPY dist /usr/share/nginx/html

View File

@ -17,7 +17,7 @@ spec:
- name: leaf
containers:
- name: amber
image: registry.leafdev.top/leaf/amber-web:v0.0.1-fix-3
image: registry.leafdev.top/leaf/amber-web:v0.0.1-fix-4
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80