Skip to content

Commit

Permalink
Merge pull request #566 from logzio/bugfix/fix-triviy-tolerations
Browse files Browse the repository at this point in the history
[Bugfix] Fix trivy tolerations
  • Loading branch information
yotamloe authored Jan 6, 2025
2 parents b7bee77 + 046219b commit b3c9eaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/logzio-trivy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords:
- logging
- trivy
- security
version: 0.3.5
version: 0.3.6
appVersion: 0.2.3
sources:
- https://github.com/logzio/logzio-helm
Expand Down
2 changes: 2 additions & 0 deletions charts/logzio-trivy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ In these cases we can use the following `--set` command to use an alternative im


## Changelog
- **0.3.6**
- Fix `tolerations` value
- **0.3.5**
- Added `affinity` ,`nodeSelector` and `tolerations` to the deployment.
- **0.3.4**
Expand Down
2 changes: 1 addition & 1 deletion charts/logzio-trivy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ secrets:
scriptLogLevel: INFO

affinity: {}
toleations: {}
tolerations: {}
nodeSelector: {}

0 comments on commit b3c9eaf

Please sign in to comment.