Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/pg-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pg-db
description: 'A Helm chart to deploy the PostgreSQL database with the Percona Operator for PostgreSQL'
type: application
version: 2.6.1
appVersion: 2.6.0
version: 2.8.0
appVersion: 2.8.0
home: https://docs.percona.com/percona-operator-for-postgresql/2.0/
maintainers:
- name: spron-in
Expand Down
445 changes: 224 additions & 221 deletions charts/pg-db/README.md

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions charts/pg-db/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ spec:
{{- if .Values.expose.labels }}
labels:
{{ .Values.expose.labels | toYaml | indent 6 }}
{{- end }}
{{- if .Values.expose.loadBalancerClass }}
loadBalancerClass:
{{ .Values.expose.loadBalancerClass | toYaml | indent 6 }}
{{- end }}
{{- if .Values.expose.loadBalancerSourceRanges }}
loadBalancerSourceRanges:
Expand All @@ -180,6 +184,10 @@ spec:
{{- if .Values.exposeReplicas.labels }}
labels:
{{ .Values.exposeReplicas.labels | toYaml | indent 6 }}
{{- end }}
{{- if .Values.exposeReplicas.loadBalancerClass }}
loadBalancerClass:
{{ .Values.exposeReplicas.loadBalancerClass | toYaml | indent 6 }}
{{- end }}
{{- if .Values.exposeReplicas.loadBalancerSourceRanges }}
loadBalancerSourceRanges:
Expand Down Expand Up @@ -308,6 +316,10 @@ spec:
{{- if .Values.proxy.pgBouncer.expose.labels }}
labels:
{{.Values.proxy.pgBouncer.expose.labels | toYaml | indent 10 }}
{{- end }}
{{- if .Values.proxy.pgBouncer.expose.loadBalancerClass }}
loadBalancerClass:
{{ .Values.proxy.pgBouncer.expose.loadBalancerClass | toYaml | indent 10 }}
{{- end }}
{{- if .Values.proxy.pgBouncer.expose.loadBalancerSourceRanges }}
loadBalancerSourceRanges:
Expand Down
4 changes: 2 additions & 2 deletions charts/pg-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pg-operator
description: 'A Helm chart to deploy the Percona Operator for PostgreSQL'
type: application
version: 2.6.0
appVersion: 2.6.0
version: 2.8.0
appVersion: 2.8.0
home: https://docs.percona.com/percona-operator-for-postgresql/2.0/
maintainers:
- name: spron-in
Expand Down
6 changes: 3 additions & 3 deletions charts/pg-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To install the chart with the `pg-operator` release name using a dedicated names

```sh
helm repo add percona https://percona.github.io/percona-helm-charts/
helm install my-operator percona/pg-operator --version 2.6.0 --namespace my-namespace --create-namespace
helm install my-operator percona/pg-operator --version 2.8.0 --namespace my-namespace --create-namespace
```

## Configuration
Expand All @@ -35,7 +35,7 @@ Chart.

| Parameter | Description | Default |
| -------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------- |
| `image` | PG Operator Container image full path | `percona/percona-postgresql-operator:2.6.0` |
| `image` | PG Operator Container image full path | `percona/percona-postgresql-operator:2.8.0` |
| `imagePullPolicy` | PG Operator Container pull policy | `Always` |
| `resources` | Resource requests and limits | `{}` |
| `nodeSelector` | Labels for Pod assignment | `{}` |
Expand All @@ -50,7 +50,7 @@ Chart.
To deploy Percona Operator for PostgreSQL cluster with disabled telemetry run the following command:

```sh
helm install my-db percona/pg-db --version 2.6.0 --namespace my-namespace
helm install my-db percona/pg-db --version 2.8.0 --namespace my-namespace
```

See more about Percona Operator for PostgreSQL deployment in its chart [here](https://github.com/percona/percona-helm-charts/tree/main/charts/pg-db) or in the [Helm chart installation guide](https://www.percona.com/doc/kubernetes-operator-for-postgresql/helm.html).
Expand Down
56 changes: 56 additions & 0 deletions charts/pg-operator/crds/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8697,6 +8697,14 @@ spec:
additionalProperties:
type: string
type: object
loadBalancerClass:
description: |-
LoadBalancerClass specifies the class of the load balancer implementation
to be used. This field is supported for Service Type LoadBalancer only.

More info:
https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class
type: string
loadBalancerSourceRanges:
description: |-
LoadBalancerSourceRanges is a list of IP CIDRs allowed access to load.
Expand Down Expand Up @@ -8733,6 +8741,14 @@ spec:
additionalProperties:
type: string
type: object
loadBalancerClass:
description: |-
LoadBalancerClass specifies the class of the load balancer implementation
to be used. This field is supported for Service Type LoadBalancer only.

More info:
https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class
type: string
loadBalancerSourceRanges:
description: |-
LoadBalancerSourceRanges is a list of IP CIDRs allowed access to load.
Expand Down Expand Up @@ -15867,6 +15883,14 @@ spec:
additionalProperties:
type: string
type: object
loadBalancerClass:
description: |-
LoadBalancerClass specifies the class of the load balancer implementation
to be used. This field is supported for Service Type LoadBalancer only.

More info:
https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class
type: string
loadBalancerSourceRanges:
description: |-
LoadBalancerSourceRanges is a list of IP CIDRs allowed access to load.
Expand Down Expand Up @@ -42862,6 +42886,14 @@ spec:
- Cluster
- Local
type: string
loadBalancerClass:
description: |-
LoadBalancerClass specifies the class of the load balancer implementation
to be used. This field is supported for Service Type LoadBalancer only.

More info:
https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class
type: string
loadBalancerSourceRanges:
description: |-
LoadBalancerSourceRanges is a list of IP CIDRs allowed access to load.
Expand Down Expand Up @@ -43208,6 +43240,14 @@ spec:
- Cluster
- Local
type: string
loadBalancerClass:
description: |-
LoadBalancerClass specifies the class of the load balancer implementation
to be used. This field is supported for Service Type LoadBalancer only.

More info:
https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class
type: string
loadBalancerSourceRanges:
description: |-
LoadBalancerSourceRanges is a list of IP CIDRs allowed access to load.
Expand Down Expand Up @@ -43260,6 +43300,14 @@ spec:
- Cluster
- Local
type: string
loadBalancerClass:
description: |-
LoadBalancerClass specifies the class of the load balancer implementation
to be used. This field is supported for Service Type LoadBalancer only.

More info:
https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class
type: string
loadBalancerSourceRanges:
description: |-
LoadBalancerSourceRanges is a list of IP CIDRs allowed access to load.
Expand Down Expand Up @@ -44949,6 +44997,14 @@ spec:
- Cluster
- Local
type: string
loadBalancerClass:
description: |-
LoadBalancerClass specifies the class of the load balancer implementation
to be used. This field is supported for Service Type LoadBalancer only.

More info:
https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class
type: string
loadBalancerSourceRanges:
description: |-
LoadBalancerSourceRanges is a list of IP CIDRs allowed access to load.
Expand Down