بنقرة واحدة
upgrade-packmind-chart
Upgrade Packmind Helm Chart following a new Packmind app release
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Upgrade Packmind Helm Chart following a new Packmind app release
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| 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 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