From 4988a0eb61545ebc80f7906fc705c335db8eb4e9 Mon Sep 17 00:00:00 2001 From: fatihbaltaci Date: Tue, 13 Feb 2024 21:33:22 +0300 Subject: [PATCH] Update alaz version to v0.6.1 --- 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 dfae7f9..4ba988f 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.6.0 +version: 0.6.1 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.6.0" +appVersion: "v0.6.1" kubeVersion: ">=1.16.0-0" diff --git a/charts/alaz/values.yaml b/charts/alaz/values.yaml index ab8e7c3..bd05bbc 100644 --- a/charts/alaz/values.yaml +++ b/charts/alaz/values.yaml @@ -12,7 +12,7 @@ resources: cpu: 500m memory: 400Mi -image: ddosify/alaz:v0.6.0 +image: ddosify/alaz:v0.6.1 imagePullPolicy: IfNotPresent containerPort: 8181 podAnnotations: {}