diff --git a/charts/alaz/Chart.yaml b/charts/alaz/Chart.yaml index 4f7b13d..35aeda9 100644 --- a/charts/alaz/Chart.yaml +++ b/charts/alaz/Chart.yaml @@ -17,7 +17,7 @@ icon: https://d2uj9largygsoq.cloudfront.net/docker/ddosify-square-icon-db.svg # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.8.2 +version: 0.9.0 redhatVersion: 0.5.0 @@ -25,7 +25,7 @@ redhatVersion: 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: "v0.8.2" +appVersion: "v0.8.1" kubeVersion: ">=1.16.0-0" diff --git a/charts/alaz/values.yaml b/charts/alaz/values.yaml index 175a241..eb7e55d 100644 --- a/charts/alaz/values.yaml +++ b/charts/alaz/values.yaml @@ -12,7 +12,7 @@ resources: cpu: 500m memory: 400Mi -image: ddosify/alaz:v0.8.0 +image: ddosify/alaz:v0.8.1 imagePullPolicy: IfNotPresent containerPort: 8181 podAnnotations: {}