Skip to content

Commit

Permalink
feat(helm): Bump up helm chart version. (#453)
Browse files Browse the repository at this point in the history
Signed-off-by: Simar <simar@linux.com>

Signed-off-by: Simar <simar@linux.com>
  • Loading branch information
simar7 committed Aug 29, 2022
1 parent fee10a9 commit f58d4a4
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.3.0
version: 0.4.0

# 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.7.1-amd64"
appVersion: "2.8.2-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.7.1-amd64"
tag: "2.8.2-amd64"

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

0 comments on commit f58d4a4

Please sign in to comment.