From b3ed0889ba955c87d3b1cfd0107873eb9194e3c5 Mon Sep 17 00:00:00 2001 From: Simar Date: Wed, 14 Sep 2022 16:14:17 -0700 Subject: [PATCH] release(postee): Bump up version. Signed-off-by: Simar --- deploy/helm/postee/Chart.yaml | 4 ++-- deploy/helm/postee/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/helm/postee/Chart.yaml b/deploy/helm/postee/Chart.yaml index 205d7229..20e97946 100644 --- a/deploy/helm/postee/Chart.yaml +++ b/deploy/helm/postee/Chart.yaml @@ -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 diff --git a/deploy/helm/postee/values.yaml b/deploy/helm/postee/values.yaml index ac249bfb..358464d1 100644 --- a/deploy/helm/postee/values.yaml +++ b/deploy/helm/postee/values.yaml @@ -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