Skip to content

Commit

Permalink
Release v0.2.0 (#100)
Browse files Browse the repository at this point in the history
installs release 0.6.0 of the PG4K-PGD operator

Signed-off-by: Jaime Silvela <[email protected]>

---------

Signed-off-by: Jaime Silvela <[email protected]>
Co-authored-by: Jaime Silvela <[email protected]>
  • Loading branch information
github-actions[bot] and jsilvela authored May 16, 2023
1 parent 2867088 commit b235817
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 15 deletions.
4 changes: 2 additions & 2 deletions charts/edb-postgres-distributed-for-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ name: edb-postgres-distributed-for-kubernetes
description: EDB Postgres Distributed for Kubernetes Helm Chart
icon: https://www.enterprisedb.com/themes/custom/edb_bootstrap_sass/edb-logo-disc-dark-2.svg
type: application
version: "0.1.0"
version: "0.2.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: "0.5.0"
appVersion: "0.6.0"

dependencies:
- name: "cert-manager"
Expand Down
2 changes: 1 addition & 1 deletion charts/edb-postgres-distributed-for-kubernetes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# edb-postgres-distributed-for-kubernetes

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.0](https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square)

EDB Postgres Distributed for Kubernetes Helm Chart

Expand Down
143 changes: 131 additions & 12 deletions charts/edb-postgres-distributed-for-kubernetes/templates/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ spec:
jsonPath: .status.phase
name: Phase
type: string
- description: Additional details about the phase
jsonPath: .status.phaseDetails
name: Phase Details
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
Expand Down Expand Up @@ -417,12 +421,12 @@ spec:
pattern: ^[1-9][0-9]*[dwm]$
type: string
target:
default: primary
default: prefer-standby
description: The policy to decide which instance should perform
backups. Available options are empty string, which will
default to `primary` policy, `primary` to have backups run
always on primary instances, `prefer-standby` to have backups
run preferably on the most updated standby, if available.
default to `prefer-standby` policy, `primary` to have backups
run always on primary instances, `prefer-standby` to have
backups run preferably on the most updated standby, if available.
enum:
- primary
- prefer-standby
Expand Down Expand Up @@ -468,10 +472,10 @@ spec:
target:
description: The policy to decide which instance should perform
this backup. If empty, it defaults to `cluster.spec.backup.target`.
Available options are empty string, which will default to
`primary` policy, `primary` to have backups run always on
primary instances, `prefer-standby` to have backups run
preferably on the most updated standby, if available.
Available options are empty string, `primary` and `prefer-standby`.
`primary` to have backups run always on primary instances,
`prefer-standby` to have backups run preferably on the most
updated standby, if available.
enum:
- primary
- prefer-standby
Expand Down Expand Up @@ -1575,6 +1579,29 @@ spec:
enabled:
description: True if we want to have TDE enabled
type: boolean
passphraseCommand:
description: PassphraseCommand is the command executed
to get the passphrase that will be passed to the
OpenSSL command to encrypt and decrypt
properties:
key:
description: The key of the secret to select from. Must
be a valid secret key.
type: string
name:
description: 'Name of the referent. More info:
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind,
uid?'
type: string
optional:
description: Specify whether the Secret or its
key must be defined
type: boolean
required:
- key
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
description: Reference to the secret that contains
the encryption key
Expand All @@ -1597,6 +1624,50 @@ spec:
- key
type: object
x-kubernetes-map-type: atomic
unwrapCommand:
description: UnwrapCommand is the decryption command
provided by the user
properties:
key:
description: The key of the secret to select from. Must
be a valid secret key.
type: string
name:
description: 'Name of the referent. More info:
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind,
uid?'
type: string
optional:
description: Specify whether the Secret or its
key must be defined
type: boolean
required:
- key
type: object
x-kubernetes-map-type: atomic
wrapCommand:
description: WrapCommand is the encrypt command provided
by the user
properties:
key:
description: The key of the secret to select from. Must
be a valid secret key.
type: string
name:
description: 'Name of the referent. More info:
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind,
uid?'
type: string
optional:
description: Specify whether the Secret or its
key must be defined
type: boolean
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
type: object
ldap:
Expand Down Expand Up @@ -1722,7 +1793,8 @@ spec:
description: "Claims lists the names of resources, defined
in spec.resourceClaims, that are used by this container.
\n This is an alpha field and requires enabling the DynamicResourceAllocation
feature gate. \n This field is immutable."
feature gate. \n This field is immutable. It can only be
set for containers."
items:
description: ResourceClaim references one entry in PodSpec.ResourceClaims.
properties:
Expand Down Expand Up @@ -1914,7 +1986,8 @@ spec:
defined in spec.resourceClaims, that are used by
this container. \n This is an alpha field and requires
enabling the DynamicResourceAllocation feature gate.
\n This field is immutable."
\n This field is immutable. It can only be set for
containers."
items:
description: ResourceClaim references one entry
in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -2157,7 +2230,8 @@ spec:
defined in spec.resourceClaims, that are used by
this container. \n This is an alpha field and requires
enabling the DynamicResourceAllocation feature gate.
\n This field is immutable."
\n This field is immutable. It can only be set for
containers."
items:
description: ResourceClaim references one entry
in PodSpec.ResourceClaims.
Expand Down Expand Up @@ -4286,6 +4360,12 @@ spec:
required:
- tls
type: object
failingFinalizerTimeLimitSeconds:
default: 300
description: The amount of seconds for the finalizer to start correctly,
measured from the deletion timestamp
format: int32
type: integer
imageName:
description: Name of the container image, supporting both tags (`<image>:<tag>`)
and digests for deterministic and repeatable deployments (`<image>:<tag>@sha256:<digestValue>`)
Expand Down Expand Up @@ -4350,6 +4430,30 @@ spec:
to a PostgreSQL cluster
type: object
type: array
discoveryJob:
default:
delay: 10
retries: 30
timeout: 300
description: DiscoveryJob the configuration of the PGD Discovery
job
properties:
delay:
default: 10
description: Delay amount of time to sleep between retries,
measured in seconds
type: integer
retries:
default: 30
description: Retries how many times the operation should be
retried
type: integer
timeout:
default: 300
description: Timeout amount of time given to the operation
to succeed, measured in seconds
type: integer
type: object
globalRouting:
description: GlobalRouting is true when global routing is enabled,
and in this case the proxies will be created in the parent group
Expand All @@ -4374,9 +4478,17 @@ spec:
type: string
minItems: 1
type: array
type:
default: always
description: The type of SQLMutation
enum:
- always
- beforeSubgroupRaft
type: string
required:
- exec
- isApplied
- type
type: object
type: array
nodeGroupSettings:
Expand Down Expand Up @@ -5401,7 +5513,8 @@ spec:
description: "Claims lists the names of resources, defined
in spec.resourceClaims, that are used by this container.
\n This is an alpha field and requires enabling the DynamicResourceAllocation
feature gate. \n This field is immutable."
feature gate. \n This field is immutable. It can only be
set for containers."
items:
description: ResourceClaim references one entry in PodSpec.ResourceClaims.
properties:
Expand Down Expand Up @@ -6056,6 +6169,9 @@ spec:
node_group_name:
description: NodeGroupName is the name of the joined group
type: string
node_kind_name:
description: 'The kind of node: witness or data'
type: string
node_name:
description: Name of the node
type: string
Expand All @@ -6072,6 +6188,9 @@ spec:
phase:
description: The initialization phase of this cluster
type: string
phaseDetails:
description: The details of the current phase
type: string
restore:
description: The status of the restore process
properties:
Expand Down

0 comments on commit b235817

Please sign in to comment.