Skip to content

Commit

Permalink
release(postee): Bump up version.
Browse files Browse the repository at this point in the history
Signed-off-by: Simar <simar@linux.com>
  • Loading branch information
simar7 committed Sep 14, 2022
1 parent d9e5865 commit b3ed088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1
version: 0.4.2

# 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.3-amd64"
appVersion: "2.8.4-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.3-amd64"
tag: "2.8.4-amd64"

image:
repository: aquasec/postee
pullPolicy: Always
tag: "2.8.3-amd64"
tag: "2.8.4-amd64"
imageInit:
repository: busybox
pullPolicy: IfNotPresent
Expand Down

0 comments on commit b3ed088

Please sign in to comment.