Skip to content

Conversation

@texmachina
Copy link
Contributor

@texmachina texmachina commented Dec 19, 2025

Update Helm Skyramp Worker to V1.3.2


Note

Bumps worker Helm chart to 0.2.66 and appVersion to V1.3.2.

  • Helm chart:
    • Update charts/worker/Chart.yaml versions:
      • version: 0.2.650.2.66
      • appVersion: "v1.3.0""V1.3.2"

Written by Cursor Bugbot for commit ac760df. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on January 6

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v1.3.0"
appVersion: "V1.3.2"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uppercase version prefix may cause image pull failure

The appVersion changed from lowercase "v1.3.0" to uppercase "V1.3.2". Since appVersion is used as the Docker image tag in the deployment template (via .Chart.AppVersion), and Docker image tags are case-sensitive, this could cause image pull failures if the actual container image is tagged with lowercase v1.3.2. This is inconsistent with both the previous version of this chart and other charts in the repository that use lowercase v prefixes.

Fix in Cursor Fix in Web

@texmachina texmachina closed this Dec 20, 2025
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

Successfully merging this pull request may close these issues.

2 participants