-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IT-4225] Clarify image version (#7)
There are cases where you may want to update the ImageVersion number without needing to update the underlying template. For example, when you want to update a passed in parameter but keep the template the same. In those situation the ImageVersion still needs to be incremented. The convention of setting the ImageVersion number to the aws-infra template does not work for that use case. Update the convention to just use an arbitrary version number. Also start over with agora-data-manager-github-runner image
- Loading branch information
Showing
2 changed files
with
10 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ stack_tags: | |
OwnerEmail: "[email protected]" | ||
CostCenter: "Agora / 112300" | ||
parameters: | ||
ImageVersion: "0.9.4" | ||
VolumeSize: "50" | ||
ImageVersion: "1.0.0" |