Skip to content

Commit

Permalink
update postee versions for helm (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Jul 17, 2023
1 parent 8b022d6 commit adcf9a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/postee/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: 0.5.0
# 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.4-amd64"
appVersion: "2.12.0-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 @@ -173,7 +173,7 @@ posteUi:
# usernameKey: username
# passwordKey: password
image: aquasec/postee-ui
tag: "2.8.4-amd64"
tag: "2.12.0-amd64"

configuration:
# If set to true, ensure the externally generated secret to be named
Expand All @@ -184,7 +184,7 @@ configuration:
image:
repository: aquasec/postee
pullPolicy: Always
tag: "2.8.4-amd64"
tag: "2.12.0-amd64"
imageInit:
repository: busybox
pullPolicy: IfNotPresent
Expand Down

0 comments on commit adcf9a1

Please sign in to comment.