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