Skip to content

Commit

Permalink
Release v0.12.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 25, 2022
1 parent 241471f commit c2ba1c6
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 14 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 @@ -17,12 +17,12 @@ name: cloud-native-postgresql
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.11.0"
version: "0.12.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.13.0"
appVersion: "1.14.0"
sources:
- https://github.com/EnterpriseDB/cloud-native-postgresql-helm
keywords:
Expand Down
95 changes: 83 additions & 12 deletions charts/cloud-native-postgresql/templates/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,29 @@ spec:
error:
description: The detected error
type: string
googleCredentials:
description: The credentials to use to upload data to Google Cloud
Storage
properties:
applicationCredentials:
description: The secret containing the Google Cloud Storage JSON
file with the credentials
properties:
key:
description: The key to select
type: string
name:
description: Name of the referent.
type: string
required:
- key
- name
type: object
gkeEnvironment:
description: If set to true, will presume that it's running inside
a GKE environment, default to false.
type: boolean
type: object
instanceID:
description: Information to identify the instance where the backup
has been taken from
Expand Down Expand Up @@ -203,6 +226,10 @@ spec:
- key
- name
type: object
inheritFromIAMRole:
description: Use the role based authentication without providing
explicitly the keys.
type: boolean
secretAccessKey:
description: The reference to the secret access key
properties:
Expand All @@ -216,9 +243,6 @@ spec:
- key
- name
type: object
required:
- accessKeyId
- secretAccessKey
type: object
serverName:
description: The server name on S3, the cluster name is used if this
Expand Down Expand Up @@ -1001,7 +1025,7 @@ spec:
description: The configuration for the barman-cloud tool suite
properties:
azureCredentials:
description: The credentials to use to upload data in Azure
description: The credentials to use to upload data to Azure
Blob Storage
properties:
connectionString:
Expand Down Expand Up @@ -1124,6 +1148,29 @@ spec:
description: Endpoint to be used to upload data to the cloud,
overriding the automatic endpoint discovery
type: string
googleCredentials:
description: The credentials to use to upload data to Google
Cloud Storage
properties:
applicationCredentials:
description: The secret containing the Google Cloud Storage
JSON file with the credentials
properties:
key:
description: The key to select
type: string
name:
description: Name of the referent.
type: string
required:
- key
- name
type: object
gkeEnvironment:
description: If set to true, will presume that it's running
inside a GKE environment, default to false.
type: boolean
type: object
historyTags:
additionalProperties:
type: string
Expand All @@ -1146,6 +1193,10 @@ spec:
- key
- name
type: object
inheritFromIAMRole:
description: Use the role based authentication without
providing explicitly the keys.
type: boolean
secretAccessKey:
description: The reference to the secret access key
properties:
Expand All @@ -1159,9 +1210,6 @@ spec:
- key
- name
type: object
required:
- accessKeyId
- secretAccessKey
type: object
serverName:
description: The server name on S3, the cluster name is used
Expand Down Expand Up @@ -1454,7 +1502,7 @@ spec:
description: The configuration for the barman-cloud tool suite
properties:
azureCredentials:
description: The credentials to use to upload data in Azure
description: The credentials to use to upload data to Azure
Blob Storage
properties:
connectionString:
Expand Down Expand Up @@ -1577,6 +1625,29 @@ spec:
description: Endpoint to be used to upload data to the cloud,
overriding the automatic endpoint discovery
type: string
googleCredentials:
description: The credentials to use to upload data to Google
Cloud Storage
properties:
applicationCredentials:
description: The secret containing the Google Cloud
Storage JSON file with the credentials
properties:
key:
description: The key to select
type: string
name:
description: Name of the referent.
type: string
required:
- key
- name
type: object
gkeEnvironment:
description: If set to true, will presume that it's
running inside a GKE environment, default to false.
type: boolean
type: object
historyTags:
additionalProperties:
type: string
Expand All @@ -1599,6 +1670,10 @@ spec:
- key
- name
type: object
inheritFromIAMRole:
description: Use the role based authentication without
providing explicitly the keys.
type: boolean
secretAccessKey:
description: The reference to the secret access key
properties:
Expand All @@ -1612,9 +1687,6 @@ spec:
- key
- name
type: object
required:
- accessKeyId
- secretAccessKey
type: object
serverName:
description: The server name on S3, the cluster name is
Expand Down Expand Up @@ -1759,7 +1831,6 @@ spec:
and digests for deterministic and repeatable deployments (`<image>:<tag>@sha256:<digestValue>`)
type: string
imagePullPolicy:
default: IfNotPresent
description: 'Image pull policy. One of `Always`, `Never` or `IfNotPresent`.
If not defined, it defaults to `IfNotPresent`. Cannot be updated.
More info: https://kubernetes.io/docs/concepts/containers/images#updating-images'
Expand Down

0 comments on commit c2ba1c6

Please sign in to comment.