Skip to content

Commit

Permalink
chore: Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Aug 6, 2022
1 parent 98f843c commit a6e16fa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.0.0

### Feature

- Complete rework and upgrade of operator-sdk to latest version

### Tests

- Add tests for all controllers

### Bugs

- Patch bugs detected with tests

## 1.1.2

### Bugs
Expand Down
5 changes: 3 additions & 2 deletions helm/postgresql-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ replicaCount: 1

image:
repository: easymile/postgresql-operator
tag: 1.1.2
tag: 2.0.0
pullPolicy: IfNotPresent

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

resources: {}
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down

0 comments on commit a6e16fa

Please sign in to comment.