Skip to content

Conversation

@rackerchris
Copy link
Contributor

Helm v4 was released on November 12 2025. In our github workflows, the action: (azure/setup-helm@v3) selects the action code (major-version 3 of the action). It does not force Helm v3. By using this config in our workflows:

steps:
  - name: Checkout
    uses: actions/checkout@v4
  - uses: azure/setup-helm@v3
    with:
      version: latest
      token: ${{ secrets.GITHUB_TOKEN }}

we are pulling in helm v4 which is not compatable with our current post-renderer kustomize.sh script.

This pr forces the version to 3.14.5 which is what we are currently running in production.

@rackerchris rackerchris force-pushed the cinder-helm-workflow branch 3 times, most recently from 444d1dc to 685623b Compare November 24, 2025 16:51
@cloudnull cloudnull merged commit e569a05 into rackerlabs:main Nov 24, 2025
52 checks passed
rackerchris pushed a commit to sowm9802/genestack that referenced this pull request Nov 24, 2025
Signed-off-by: Sowmya Nethi <sowmya.kamavaram@rackspace.com>

fix: pin helm to v3.14.3 in github workflows (rackerlabs#1328)

(cherry picked from commit e569a05)
rackerchris pushed a commit to sowm9802/genestack that referenced this pull request Nov 24, 2025
Signed-off-by: Sowmya Nethi <sowmya.kamavaram@rackspace.com>

fix: pin helm to v3.14.3 in github workflows (rackerlabs#1328)

(cherry picked from commit e569a05)

fix: correct service usage in helm-cinder

(cherry picked from commit 0bde6cf)
rackerchris pushed a commit that referenced this pull request Nov 24, 2025
Signed-off-by: Sowmya Nethi <sowmya.kamavaram@rackspace.com>

fix: pin helm to v3.14.3 in github workflows (#1328)

(cherry picked from commit e569a05)

fix: correct service usage in helm-cinder

(cherry picked from commit 0bde6cf)
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