-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated helm chart for use with v0.0.5 of vmss-prototype
This adds the minimum image age feature to the helm chart such that the container version 0.0.4+ will use it. Note that this means that this helm chart must be used with 0.0.4 or later containers due to providing that extra command line option. This also fixes the "dryRun" setting in the helm chart to actually be wired to the --dry-run option of the container. (I had forgotten to complete that last time) Updated smoketest3.sh to be dry-run and set an image age
- Loading branch information
1 parent
d7864b8
commit 7a65862
Showing
4 changed files
with
23 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v1 | ||
description: A Helm chart for the Kamino vmss-prototype pattern image generator | ||
name: vmss-prototype | ||
version: 0.0.4 | ||
version: 0.0.5 | ||
maintainers: | ||
- name: Michael Sinz | ||
email: [email protected] | ||
|
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