-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump version to 0.3.1 Signed-off-by: Sunny Yip <[email protected]> * guac v0.7.0 release Signed-off-by: Sunny Yip <[email protected]> * add no configmap test Signed-off-by: Sunny Yip <[email protected]> --------- Signed-off-by: Sunny Yip <[email protected]>
- Loading branch information
Showing
8 changed files
with
52 additions
and
2 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 |
---|---|---|
|
@@ -9,8 +9,8 @@ maintainers: | |
email: [email protected] | ||
|
||
type: application | ||
version: 0.3.1 | ||
appVersion: "v0.6.0" | ||
version: 0.4.0 | ||
appVersion: "v0.7.0" | ||
|
||
dependencies: | ||
- name: nats | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Copyright Kusari, Inc. and contributors | ||
# Licensed under the MIT license. See LICENSE file in the project root for details. | ||
suite: No ConfigMap test | ||
templates: | ||
- guac-cm.yaml | ||
|
||
tests: | ||
- it: should not create ConfigMap | ||
values: | ||
- ./values_configmap_no.yaml | ||
asserts: | ||
- hasDocuments: | ||
count: 0 |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Copyright Kusari, Inc. and contributors | ||
# Licensed under the MIT license. See LICENSE file in the project root for details. | ||
guac: | ||
|
||
configMap: | ||
enabled: false |
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