Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Gonzalez V <[email protected]>
  • Loading branch information
github-actions[bot] and sxd authored Jan 12, 2022
1 parent 77bbb70 commit a096b1f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 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.9.0"
version: "0.10.0"

# 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.11.0"
appVersion: "1.12.0"

sources:
- https://github.com/EnterpriseDB/cloud-native-postgresql-helm
Expand Down
2 changes: 1 addition & 1 deletion 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.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.0](https://img.shields.io/badge/AppVersion-1.11.0-informational?style=flat-square)
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.0](https://img.shields.io/badge/AppVersion-1.12.0-informational?style=flat-square)

Cloud Native Postgresql Helm Chart

Expand Down
30 changes: 29 additions & 1 deletion charts/cloud-native-postgresql/templates/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,21 @@ spec:
endWal:
description: The ending WAL
type: string
endpointCA:
description: EndpointCA store the CA bundle of the barman endpoint.
Useful when using self-signed certificates to avoid errors with
certificate issuer and barman-cloud-wal-archive.
properties:
key:
description: The key to select
type: string
name:
description: Name of the referent.
type: string
required:
- key
- name
type: object
endpointURL:
description: Endpoint to be used to upload data to the cloud, overriding
the automatic endpoint discovery
Expand Down Expand Up @@ -1295,7 +1310,7 @@ spec:
endpointCA:
description: EndpointCA store the CA bundle of the barman
endpoint. Useful when using self-signed certificates
to avoid errors with certificate issuer and barman-cloud-wal-archive
to avoid errors with certificate issuer and barman-cloud-wal-archive.
properties:
key:
description: The key to select
Expand Down Expand Up @@ -1736,6 +1751,19 @@ spec:
- name
type: object
type: array
inheritedMetadata:
description: Metadata that will be inherited by all objects related
to the Cluster
properties:
annotations:
additionalProperties:
type: string
type: object
labels:
additionalProperties:
type: string
type: object
type: object
instances:
default: 1
description: Number of instances required in the cluster
Expand Down

0 comments on commit a096b1f

Please sign in to comment.