Skip to content

Commit

Permalink
fix: ensure State always remains failed if any conditions fail
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
  • Loading branch information
TylerGillson committed Nov 10, 2023
2 parents 711485f + ee7685a commit 4f55823
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.14"}
{".":"0.0.15"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.0.15](https://github.com/spectrocloud-labs/validator/compare/v0.0.14...v0.0.15) (2023-11-10)


### Bug Fixes

* ensure State always remains failed if any conditions fail ([67e8462](https://github.com/spectrocloud-labs/validator/commit/67e846293ce26e8f416fbb24d4b247d38f2a15aa))


### Other

* Merge branch 'main' of https://github.com/spectrocloud-labs/validator ([42cf0ef](https://github.com/spectrocloud-labs/validator/commit/42cf0efc8ee8f8187b260ac0f4d1f8b1b9db6c16))
* release 0.0.15 ([d574854](https://github.com/spectrocloud-labs/validator/commit/d57485496dc90f4b6e421d978bdf0451edfcc59c))

## [0.0.14](https://github.com/spectrocloud-labs/validator/compare/v0.0.13...v0.0.14) (2023-11-10)


Expand Down
4 changes: 2 additions & 2 deletions chart/validator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: validator
description: Monitor results created by validator plugins and upload them to a configurable sink
type: application
version: 0.0.14 # x-release-please-version
appVersion: "0.0.14" # x-release-please-version
version: 0.0.15 # x-release-please-version
appVersion: "0.0.15" # x-release-please-version
2 changes: 1 addition & 1 deletion chart/validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator chart and
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `controllerManager.manager.image.repository` | | `"quay.io/spectrocloud-labs/validator"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.14"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.15"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |
Expand Down
2 changes: 1 addition & 1 deletion chart/validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ controllerManager:
- ALL
image:
repository: quay.io/spectrocloud-labs/validator
tag: v0.0.14 # x-release-please-version
tag: v0.0.15 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 4f55823

Please sign in to comment.