Skip to content

Commit

Permalink
fix(kustomize): fetch new artifacts with the same version (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinawoo authored and ethanfrogers committed Oct 15, 2019
1 parent 9e0dc7c commit 9efc017
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ private String createUrlFromBase(String base, String path) {
private Artifact artifactFromBase(Artifact artifact, String reference, String name) {
return Artifact.builder()
.reference(reference)
.version(artifact.getVersion())
.name(name)
.type(artifact.getType())
.artifactAccount(artifact.getArtifactAccount())
Expand Down

0 comments on commit 9efc017

Please sign in to comment.