Skip to content

Commit

Permalink
update:v2.9.0 发布
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyan075500 committed Jan 16, 2025
1 parent ac12d5a commit 10df976
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ MINIO_DEFAULT_BUCKETS=ops-api
##################################################
# 后端程序版本
OPS_API_IMAGE=swr.cn-east-3.myhuaweicloud.com/lansefenbao/ops-api
OPS_API_VERSION=v2.8.2
OPS_API_VERSION=v2.9.0
# 前端程序版本
OPS_WEB_IMAGE=swr.cn-east-3.myhuaweicloud.com/lansefenbao/ops-web
OPS_WEB_VERSION=v2.8.2
OPS_WEB_VERSION=v2.9.0
3 changes: 0 additions & 3 deletions deploy/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ services:
- ops_network
volumes:
- ./conf/config.yaml:/app/config/config.yaml
- ./certs/certificate.crt:/data/certs/certificate.crt
- ./certs/private.key:/data/certs/private.key
- ./certs/public.key:/data/certs/public.key
ops-web:
image: ${OPS_WEB_IMAGE}:${OPS_WEB_VERSION}
container_name: ops-web
Expand Down
9 changes: 0 additions & 9 deletions deploy/kubernetes/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ spec:
- name: config
mountPath: /app/config/config.yaml
subPath: config.yaml
- name: config
mountPath: /data/certs/private.key
subPath: private.key
- name: config
mountPath: /data/certs/public.key
subPath: public.key
- name: config
mountPath: /data/certs/certificate.crt
subPath: certificate.crt
imagePullPolicy: Always
restartPolicy: Always

Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
application:
backend:
replicas: 1
image: swr.cn-east-3.myhuaweicloud.com/lansefenbao/ops-api:v2.8.2
image: swr.cn-east-3.myhuaweicloud.com/lansefenbao/ops-api:v2.9.0
frontend:
replicas: 1
image: swr.cn-east-3.myhuaweicloud.com/lansefenbao/ops-web:v2.8.2
image: swr.cn-east-3.myhuaweicloud.com/lansefenbao/ops-web:v2.9.0


##################################################
Expand Down

0 comments on commit 10df976

Please sign in to comment.