Skip to content

Commit

Permalink
chore: Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Mar 28, 2023
1 parent bf8143c commit d0c58f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/postgresql-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion helm/postgresql-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ replicaCount: 1

image:
repository: easymile/postgresql-operator
tag: 2.1.0
tag: 2.1.1
pullPolicy: IfNotPresent

args: []
Expand Down

0 comments on commit d0c58f8

Please sign in to comment.