Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] v3.10.12 版本的升级部署方案可否更新下? #160

Open
20230101 opened this issue Jul 23, 2024 · 1 comment
Open

[Question] v3.10.12 版本的升级部署方案可否更新下? #160

20230101 opened this issue Jul 23, 2024 · 1 comment

Comments

@20230101
Copy link

CVE-2024-40628、CVE-2024-40629 在 v3.10.12 版本中修复了,相关版本的升级部署方案可否更新下?目前看只有到 v3.10.11 版本
image

@wojiushixiaobai
Copy link
Contributor

wojiushixiaobai commented Aug 15, 2024

如果需要部署 v3 最新版本,可以手动部署下

wget https://github.com/jumpserver/helm-charts/releases/download/jumpserver-3.10.11/jumpserver-3.10.11.tgz
tar -xf jumpserver-3.10.11.tgz
cd jumpserver

修改 Chart.yaml 文件里面的 appVersionversion

apiVersion: v1
appVersion: v3.10.12
description: A Helm chart for Deploying Jumpserver on Kubernetes
home: https://jumpserver.org
icon: https://jumpserver.org/images/logo/favicon.ico
maintainers:
- email: [email protected]
  name: jumpserver
name: jumpserver
sources:
- https://github.com/jumpserver/
version: 3.10.12

然后修改 values.yaml 完成后手动执行升级命令即可

# helm install --upgrade ... -n ... -f ... ./

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants