[Request] Include semver major number in resource names #200
Labels
breaking change
This change (potentially) breaks API compatibility and requires corresponding changes elsewhere
feat
New feature or request
Maybe a naming scheme like
{{ include "cryostat.fullname" . }}-v{{ cryostat.semver.major }}
, which would expand out to ex.cryostat-v3
, could be usable across the various resources. This way their names stay stable within a major release version, but on major version upgrade when things are expected to change in a breaking way anyway, then the resources are renamed and upgrades can be done without force.Originally posted by @andrewazores in #197 (comment)
The text was updated successfully, but these errors were encountered: