在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
upgrade-packmind-chart
// Upgrade Packmind Helm Chart following a new Packmind app release
$ git log --oneline --stat
stars:3
forks:0
updated:2026年1月28日 11:50
SKILL.md
// Upgrade Packmind Helm Chart following a new Packmind app release
| name | upgrade-packmind-chart |
| description | Upgrade Packmind Helm Chart following a new Packmind app release |
This skill upgrades the Packmind Helm chart to a new version.
/upgrade-packmind-chart [version]
Where [version] is the new Packmind application version in semver format (e.g., 1.8.0).
When this skill is invoked:
Check if version is provided:
Validate the version format: Ensure the provided version matches the semver pattern x.y.z (e.g., 1.8.0). If invalid, inform the user and stop.
Read the current Chart.yaml at packmind/Chart.yaml to get the current chart version.
Calculate the new chart version:
version (e.g., 0.21.0)0.21.0 → 0.22.0)Update packmind/Chart.yaml:
appVersion to the provided versionversion to the new incremented chart versionUpdate packmind/values.yaml:
api.image.tag to the provided versionfrontend.image.tag to the provided versionmcpServer.image.tag to the provided versionReport the changes:
Create a git commit:
packmind/Chart.yaml and packmind/values.yamlRelease <new_chart_version> for Packmind <new_app_version>Release 0.22.0 for Packmind 1.8.0Tag the commit:
release/<new_chart_version>release/0.22.0Push to remote:
/upgrade-packmind-chart 1.8.0
This will:
Chart.yaml version from 0.21.0 to 0.22.0Chart.yaml appVersion from 1.7.0 to 1.8.0values.yaml from 1.7.0 to 1.8.0Release 0.22.0 for Packmind 1.8.0release/0.22.0