ship icon indicating copy to clipboard operation
ship copied to clipboard

Running ship init to start with an older release should allow upgrading to a newer release

Open marccampbell opened this issue 5 years ago • 0 comments

Expected behavior

Running ship init ... referencing a previous commit in a repo should still support ship update to get the latest.

Actual behavior

The upstream URL is written with the older commit, and will never see any updates.

Information

  • Ship version: 44e24a4
  • Command line run:

Steps to reproduce the behavior

  1. ship init https://github.com/helm/charts/tree/3a3169f2a20ecc54dd69ece3fe146a0ac491f6ee/stable/grafana
  2. ship update
  3. No updates found. This should see that there are new commits.

marccampbell avatar Aug 24 '18 14:08 marccampbell