Skip to content

Commit

Permalink
fix(docs): Remove cruft.
Browse files Browse the repository at this point in the history
Signed-off-by: Simar <simar@linux.com>
  • Loading branch information
simar7 committed Aug 31, 2022
1 parent f58d4a4 commit 2b97570
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/postee/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ description: A Helm chart for Postee
type: application

# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0
version: 0.4.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.8.2-amd64"
appVersion: "2.8.3-amd64"

keywords:
- aquasecurity
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/postee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ posteUi:
user: ""
pass: ""
image: aquasec/postee-ui
tag: "2.8.2-amd64"
tag: "2.8.3-amd64"

image:
repository: aquasec/postee
pullPolicy: Always
tag: "2.8.2-amd64"
tag: "2.8.3-amd64"
imageInit:
repository: busybox
pullPolicy: IfNotPresent
Expand Down
3 changes: 0 additions & 3 deletions docs/blueprints/trivy-vulnerability-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ They decide to configure Postee so that upon receiving such alerts, Postee creat
In this case a sample configuration for the components can be described as follows:

### Postee Config

Postee Actions dispatches calls via the HTTP Action to 3 different AWS Lambda URLs. These requests are performed in parallel. In addition, the operator is performed of the trigger and notified via a Slack message.

```yaml
routes:
- name: trivy-alpine-vulns
Expand Down

0 comments on commit 2b97570

Please sign in to comment.