File tree 5 files changed +12
-4
lines changed
chart/validator-plugin-kubescape
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.0.6 " }
1
+ {"." :" 0.0.7 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.7] ( https://github.com/validator-labs/validator-plugin-kubescape/compare/v0.0.6...v0.0.7 ) (2025-01-08)
4
+
5
+
6
+ ### Dependency Updates
7
+
8
+ * ** deps:** update build digest to 1af2678 ([ #115 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/115 ) ) ([ 19d60de] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/19d60dec857c71968c40c13ace8c2e63788c96c9 ) )
9
+ * ** deps:** update build digest to aa32dd3 ([ #113 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/113 ) ) ([ c443fcf] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/c443fcfbfb18b535f7e8077fa315ad91a5c8d0b7 ) )
10
+
3
11
## [ 0.0.6] ( https://github.com/validator-labs/validator-plugin-kubescape/compare/v0.0.5...v0.0.6 ) (2024-12-16)
4
12
5
13
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ description: >-
4
4
validator-plugin-kubescape executes kubescape against your Kubernetes cluster
5
5
and validates the results.
6
6
type : application
7
- version : 0.0.6
7
+ version : 0.0.7
8
8
appVersion : 0.0.2
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Validator-plugin-ku
15
15
| ` controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation ` | | ` false ` |
16
16
| ` controllerManager.manager.containerSecurityContext.capabilities.drop ` | | ` ["ALL"] ` |
17
17
| ` controllerManager.manager.image.repository ` | | ` "quay.io/validator-labs/validator-plugin-kubescape" ` |
18
- | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.6 " ` |
18
+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.7 " ` |
19
19
| ` controllerManager.manager.resources.limits.cpu ` | | ` "500m" ` |
20
20
| ` controllerManager.manager.resources.limits.memory ` | | ` "128Mi" ` |
21
21
| ` controllerManager.manager.resources.requests.cpu ` | | ` "10m" ` |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ controllerManager:
11
11
- ALL
12
12
image :
13
13
repository : quay.io/validator-labs/validator-plugin-kubescape
14
- tag : v0.0.6 # x-release-please-version
14
+ tag : v0.0.7 # x-release-please-version
15
15
resources :
16
16
limits :
17
17
cpu : 500m
You can’t perform that action at this time.
0 commit comments