From 761d8e91d1b545bf878102d766698e87a51f9cba Mon Sep 17 00:00:00 2001 From: Andre Ziviani Date: Wed, 16 Nov 2022 23:40:47 -0300 Subject: [PATCH] chore: bump chart version --- charts/az-scaler/Chart.yaml | 2 +- charts/node-scaler/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/az-scaler/Chart.yaml b/charts/az-scaler/Chart.yaml index b42a0ea..aa650d0 100644 --- a/charts/az-scaler/Chart.yaml +++ b/charts/az-scaler/Chart.yaml @@ -3,6 +3,6 @@ name: az-scaler description: Creates a dummy deployment with strict pod anti affinity allowing to force minimum availability zone count type: application appVersion: v0.0.1 -version: 1.0.1 +version: 1.0.2 maintainers: - name: AndreZiviani diff --git a/charts/node-scaler/Chart.yaml b/charts/node-scaler/Chart.yaml index b352a83..809c030 100644 --- a/charts/node-scaler/Chart.yaml +++ b/charts/node-scaler/Chart.yaml @@ -3,6 +3,6 @@ name: node-scaler description: Creates a dummy deployment with strict pod anti affinity allowing to force minimum node group size type: application appVersion: v0.0.1 -version: 1.1.0 +version: 1.1.1 maintainers: - name: AndreZiviani