Skip to content

Commit

Permalink
Release v0.7.2 (#36)
Browse files Browse the repository at this point in the history
Updated to CNP 1.9.2

Co-authored-by: Philippe Scorsolini <[email protected]>
  • Loading branch information
github-actions[bot] and phisco authored Oct 18, 2021
1 parent 0f75da7 commit 7fae1b5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/cloud-native-postgresql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ description: Cloud Native Postgresql Helm Chart
icon: https://www.enterprisedb.com/themes/custom/edb_bootstrap_sass/edb-logo-disc-dark-2.svg

type: application
version: "0.7.1"
version: "0.7.2"

# This is the version number of the application being deployed. This version number should be
# 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: "1.9.1"
appVersion: "1.9.2"

sources:
- https://github.com/EnterpriseDB/cloud-native-postgresql-helm
Expand Down
4 changes: 2 additions & 2 deletions charts/cloud-native-postgresql/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cloud-native-postgresql

![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.1](https://img.shields.io/badge/AppVersion-1.9.1-informational?style=flat-square)
![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.2](https://img.shields.io/badge/AppVersion-1.9.2-informational?style=flat-square)

Cloud Native Postgresql Helm Chart

Expand Down Expand Up @@ -30,7 +30,7 @@ Cloud Native Postgresql Helm Chart
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/enterprisedb/cloud-native-postgresql"` | |
| image.tag | string | `"1.9.1"` | Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | Nodeselector for the operator to be installed |
Expand Down
14 changes: 14 additions & 0 deletions charts/cloud-native-postgresql/templates/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2307,6 +2307,10 @@ spec:
currentPrimary:
description: Current primary instance
type: string
currentPrimaryTimestamp:
description: The timestamp when the last actual promotion to primary
has occurred
type: string
danglingPVC:
description: List of all the PVCs created by this cluster and still
available which are not attached to a Pod
Expand Down Expand Up @@ -2447,6 +2451,10 @@ spec:
description: Target primary instance, this is different from the previous
one during a switchover or a failover
type: string
targetPrimaryTimestamp:
description: The timestamp when the last request for a new primary
has occurred
type: string
writeService:
description: Current write pod
type: string
Expand Down Expand Up @@ -4292,6 +4300,9 @@ spec:
currentPrimary:
description: Current primary instance
type: string
currentPrimaryTimestamp:
description: The timestamp of the current primary
type: string
danglingPVC:
description: List of all the PVCs created by this cluster and still
available which are not attached to a Pod
Expand Down Expand Up @@ -4426,6 +4437,9 @@ spec:
description: Target primary instance, this is different from the previous
one during a switchover or a failover
type: string
targetPrimaryTimestamp:
description: The timestamp of the target primary
type: string
writeService:
description: Current write pod
type: string
Expand Down
2 changes: 1 addition & 1 deletion charts/cloud-native-postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ image:
repository: quay.io/enterprisedb/cloud-native-postgresql
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: "1.9.1"
tag: ""

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 7fae1b5

Please sign in to comment.