CircleCI-Public / helm-orb

A CircleCI Orb to simplify deployments to Kubernetes using Helm.
MIT License
11 stars 25 forks source link

Add helm update with chart version [semver:patch] #31

Closed joosangkim closed 3 years ago

joosangkim commented 3 years ago

Checklist

Motivation, issues

upgrade-helm-chart feature always upgrade latest version of the assgined chart. The orb official document says upgrading to specific version can be possible(https://circleci.com/developer/orbs/orb/circleci/helm#commands-upgrade-helm-chart).

Description

Added ${VERSION} value to end of upgrade-helm-chart.yaml. This values will be set to --version YOUR_VERSION if version parameter specified.

lokst commented 3 years ago

@joosangkim Your changes are available in version 1.1.1 of the orb 🎉