From 10a3b07b13ef590e132759d2ed4224a42b35dfb9 Mon Sep 17 00:00:00 2001 From: fatihbaltaci Date: Wed, 7 Aug 2024 18:13:00 +0300 Subject: [PATCH] Update alaz version to v0.12.0 --- charts/alaz/Chart.yaml | 4 ++-- charts/alaz/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/alaz/Chart.yaml b/charts/alaz/Chart.yaml index c7a70bb..8d2be02 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.11.2-rv +version: 0.12.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.11.2" +appVersion: "v0.12.0" kubeVersion: ">=1.16.0-0" diff --git a/charts/alaz/values.yaml b/charts/alaz/values.yaml index 58c1e00..776724d 100644 --- a/charts/alaz/values.yaml +++ b/charts/alaz/values.yaml @@ -13,7 +13,7 @@ resources: cpu: "1" memory: 400Mi -image: ddosify/alaz:v0.11.2 +image: ddosify/alaz:v0.12.0 imagePullPolicy: IfNotPresent containerPort: 8181 podAnnotations: {}