bluebosh / helm-update-config

Helm plugin that allows to update config values of existing release.
MIT License
0 stars 3 forks source link

update release command in Makefile and refresh vendor files #2

Closed EmilyEmily closed 5 years ago

EmilyEmily commented 5 years ago

There are two changes:

  1. Because ghr command "--replace" parameter is now "-replace", updated Makefile for this.
  2. Existing vendor files don't have "vendor.json" file, refresh vendor to generate it.
mattcui commented 5 years ago

Noticed that 2 travis builds failed

EmilyEmily commented 5 years ago

Noticed that 2 travis builds failed

$ govendor remove github.com/bluebosh/helm-update-config/dist $ govendor remove github.com/bluebosh/helm-update-config

Now travis builds passed.