Skip to content

Commit adcf9a1

Browse files
authored
update postee versions for helm (#587)
1 parent 8b022d6 commit adcf9a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/helm/postee/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version: 0.5.0
1010
# incremented each time you make changes to the application. Versions are not expected to
1111
# follow Semantic Versioning. They should reflect the version the application is using.
1212
# It is recommended to use it with quotes.
13-
appVersion: "2.8.4-amd64"
13+
appVersion: "2.12.0-amd64"
1414

1515
keywords:
1616
- aquasecurity

deploy/helm/postee/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ posteUi:
173173
# usernameKey: username
174174
# passwordKey: password
175175
image: aquasec/postee-ui
176-
tag: "2.8.4-amd64"
176+
tag: "2.12.0-amd64"
177177

178178
configuration:
179179
# If set to true, ensure the externally generated secret to be named
@@ -184,7 +184,7 @@ configuration:
184184
image:
185185
repository: aquasec/postee
186186
pullPolicy: Always
187-
tag: "2.8.4-amd64"
187+
tag: "2.12.0-amd64"
188188
imageInit:
189189
repository: busybox
190190
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)