From 27a70d393cb6c87c540453223f4c3b6ec3428701 Mon Sep 17 00:00:00 2001 From: fatihbaltaci Date: Thu, 8 Aug 2024 12:17:21 +0300 Subject: [PATCH] Update alaz version to v0.11.3 --- 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 8d2be02..64d1101 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.12.0 +version: 0.11.3 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.12.0" +appVersion: "v0.11.3" kubeVersion: ">=1.16.0-0" diff --git a/charts/alaz/values.yaml b/charts/alaz/values.yaml index 776724d..e547999 100644 --- a/charts/alaz/values.yaml +++ b/charts/alaz/values.yaml @@ -13,7 +13,7 @@ resources: cpu: "1" memory: 400Mi -image: ddosify/alaz:v0.12.0 +image: ddosify/alaz:v0.11.3 imagePullPolicy: IfNotPresent containerPort: 8181 podAnnotations: {}