Skip to content

Commit

Permalink
[cnpg] 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed Jul 31, 2023
1 parent e76a614 commit 07f8ca6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/cloudnative-pg/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ name: cloudnative-pg
description: CloudNativePG Helm Chart
icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg
type: application
version: "0.18.1"
version: "0.18.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.20.1"
appVersion: "1.20.2"
sources:
- https://github.com/cloudnative-pg/charts
keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{{- if .Values.crds.create }}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
helm.sh/resource-policy: keep
controller-gen.kubebuilder.io/version: v0.12.1
name: backups.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down Expand Up @@ -310,8 +308,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
helm.sh/resource-policy: keep
controller-gen.kubebuilder.io/version: v0.12.1
name: clusters.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down Expand Up @@ -1813,8 +1810,9 @@ spec:
available backup in chronological order.
type: string
exclusive:
description: Set the target to be exclusive (defaults
to true)
description: Set the target to be exclusive. If omitted,
defaults to false, so that in Postgres, `recovery_target_inclusive`
will be true
type: boolean
targetImmediate:
description: End recovery as soon as a consistent state
Expand Down Expand Up @@ -2877,6 +2875,12 @@ spec:
- unsupervised
- supervised
type: string
priorityClassName:
description: Name of the priority class which will be used in every
generated Pod, if the PriorityClass specified does not exist, the
pod will not be able to schedule. Please refer to https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass
for more information
type: string
projectedVolumeTemplate:
description: Template to be used to define projected volumes, projected
volumes will be mounted under `/projected` base folder
Expand Down Expand Up @@ -4311,6 +4315,15 @@ spec:
type: object
description: Instances contains the pod topology of the instances
type: object
nodesUsed:
description: NodesUsed represents the count of distinct nodes
accommodating the instances. A value of '1' suggests that all
instances are hosted on a single node, implying the absence
of High Availability (HA). Ideally, this value should be the
same as the number of instances in the Postgres HA cluster,
implying shared nothing architecture on the compute side.
format: int32
type: integer
successfullyExtracted:
description: SuccessfullyExtracted indicates if the topology data
was extract. It is useful to enact fallback behaviors in synchronous
Expand Down Expand Up @@ -4340,8 +4353,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
helm.sh/resource-policy: keep
controller-gen.kubebuilder.io/version: v0.12.1
name: poolers.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down Expand Up @@ -12102,8 +12114,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
helm.sh/resource-policy: keep
controller-gen.kubebuilder.io/version: v0.12.1
name: scheduledbackups.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down Expand Up @@ -12215,4 +12226,3 @@ spec:
storage: true
subresources:
status: {}
{{- end }}

0 comments on commit 07f8ca6

Please sign in to comment.