forked from spinnaker/kork
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(artifacts): Addresses a couple things regarding artifact store (s…
…pinnaker#1145) * fix(artifacts): Updates Artifact Store README This commit updates the README refect the changes in spinnaker#1120 Also adds a Rosco/Helm section to describe the new `expandOverrides` field Signed-off-by: benjamin-j-powell <[email protected]> * feat(artifacts): Move scheme to ArtifactReferenceURI This moves scheme from the artifact URI builders to the URI object instead. Also moves the `isArtifactReference` from artifact stores to the URI class instead. Signed-off-by: benjamin-j-powell <[email protected]> * feat(artifacts): Add HelmConfig and ensure properties aren't null This commit adds the new HelmConfig which allows for users to turn on expanding overrides. This will inspect overrides values, and if it is an reference URI, it will expand and use that instead of the raw URI. This also updates the properties, `helmConfig` and `s3` to no longer be `null`. Signed-off-by: benjamin-j-powell <[email protected]> --------- Signed-off-by: benjamin-j-powell <[email protected]> Co-authored-by: benjamin-j-powell <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ea4caf7
commit 41e7100
Showing
8 changed files
with
43 additions
and
27 deletions.
There are no files selected for viewing
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
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
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
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