From d0c58f8f0b943dd549472bafd0ee53c94f72bb1c Mon Sep 17 00:00:00 2001 From: Alexandre Havrileck Date: Tue, 28 Mar 2023 07:53:10 +0200 Subject: [PATCH] chore: Release 2.1.1 --- CHANGELOG.md | 7 +++++++ helm/postgresql-operator/Chart.yaml | 4 ++-- helm/postgresql-operator/values.yaml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bbc1a7..2da8b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.1.1 + +### Bugs + +- Fix to add support for args in helm chart +- Fix to avoid doing requeue on success run and prefer a full resync + ## 2.1.0 ### Deprecation notice diff --git a/helm/postgresql-operator/Chart.yaml b/helm/postgresql-operator/Chart.yaml index 596d33f..dd81815 100644 --- a/helm/postgresql-operator/Chart.yaml +++ b/helm/postgresql-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "2.1.0" +appVersion: "2.1.1" description: A Helm chart for Kubernetes name: postgresql-operator -version: 0.2.0 +version: 0.2.1 diff --git a/helm/postgresql-operator/values.yaml b/helm/postgresql-operator/values.yaml index 6be12c0..c82913b 100644 --- a/helm/postgresql-operator/values.yaml +++ b/helm/postgresql-operator/values.yaml @@ -18,7 +18,7 @@ replicaCount: 1 image: repository: easymile/postgresql-operator - tag: 2.1.0 + tag: 2.1.1 pullPolicy: IfNotPresent args: []