rancher / charts-build-scripts

Apache License 2.0
9 stars 31 forks source link

Support package.yaml commits pointing to a tag #29

Closed aiyengar2 closed 2 years ago

aiyengar2 commented 3 years ago

package.yaml should be able to point to a tag under a new tag field for Github-based packages

aiyengar2 commented 2 years ago

Closing this out as this is not preferred. Tags are mutable v.s. commits are immutable; we should be moving closer to the direction of supporting an immutable base so that CI does not break anytime the tag is altered to point to a different commit hash.