File tree Expand file tree Collapse file tree
chart/valid8or-plugin-aws Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"." :" 0.0.1 " }
1+ {"." :" 0.0.2 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.2] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.1...v0.0.2 ) (2023-08-28)
4+
5+
6+ ### Other
7+
8+ * release 0.0.2 ([ 5b96aa7] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/5b96aa7504136d1cf4ba70044f50d9742d5ae49c ) )
9+
310## [ 0.0.1] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.1...v0.0.1 ) (2023-08-26)
411
512
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : valid8or-plugin-aws
33description : valid8or-plugin-aws performs a variety of validations against your AWS account
44type : application
5- version : 0.0.1 # x-release-please-version
6- appVersion : " 0.0.1 " # x-release-please-version
5+ version : 0.0.2 # x-release-please-version
6+ appVersion : " 0.0.2 " # x-release-please-version
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Valid8or-plugin-aws
2424| ` controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation ` | | ` false ` |
2525| ` controllerManager.manager.containerSecurityContext.capabilities.drop ` | | ` ["ALL"] ` |
2626| ` controllerManager.manager.image.repository ` | | ` "quay.io/spectrocloud-labs/valid8or-plugin-aws" ` |
27- | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.1 " ` |
27+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.2 " ` |
2828| ` controllerManager.manager.resources.limits.cpu ` | | ` "500m" ` |
2929| ` controllerManager.manager.resources.limits.memory ` | | ` "128Mi" ` |
3030| ` controllerManager.manager.resources.requests.cpu ` | | ` "10m" ` |
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ controllerManager:
3232 - ALL
3333 image :
3434 repository : quay.io/spectrocloud-labs/valid8or-plugin-aws
35- tag : v0.0.1 # x-release-please-version
35+ tag : v0.0.2 # x-release-please-version
3636 resources :
3737 limits :
3838 cpu : 500m
You can’t perform that action at this time.
0 commit comments