This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable ability to index new chart data for the same chart version (#556)
* enable ability to index new chart data for the same chart version Previously, chart-repo skipped indexing any chart versions previous indexed based on the repo, name and version. However, if a user modifies a chart version without bumping a new version, the changes are not taken into account. This changes chart-repo to skip based on the above AND the digest of the chart package so that packages with a new digest are correctly updated. See also vmware-tanzu/kubeapps#659 fixes #555 Signed-off-by: Adnan Abdulhussein <[email protected]> * update kubeapps/common dep to pull in fix for tests Signed-off-by: Adnan Abdulhussein <[email protected]> * add comments Signed-off-by: Adnan Abdulhussein <[email protected]>
- Loading branch information
Showing
5 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,4 +57,5 @@ type chartFiles struct { | |
Readme string | ||
Values string | ||
Repo repo | ||
Digest string | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
vendor/github.com/kubeapps/common/datastore/mockstore/mockstore.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.