Skip to content

Commit

Permalink
Merge branch 'main' into minor-notes-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spron-in authored Oct 6, 2022
2 parents 005a5fb + 0c535f1 commit 676fbb7
Show file tree
Hide file tree
Showing 16 changed files with 28,842 additions and 28,770 deletions.
4 changes: 2 additions & 2 deletions charts/pmm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ version: 0.3.8
appVersion: "2.31.0"
home: https://github.com/percona/pmm
maintainers:
- name: nikita-b
email: nikita.beletskii@percona.com
- name: gen1us2k
email: andrew.minkin@percona.com
- name: tplavcic
email: [email protected]
- name: denisok
Expand Down
10 changes: 10 additions & 0 deletions charts/pmm/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,14 @@ metadata:
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
secrets:
- name: {{ include "pmm.serviceAccountName" . }}-token
---
apiVersion: v1
kind: Secret
type: kubernetes.io/service-account-token
metadata:
name: {{ include "pmm.serviceAccountName" . }}-token
annotations:
kubernetes.io/service-account.name: {{ include "pmm.serviceAccountName" . }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/pmm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:
repository: percona/pmm-server
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "2.30.0"
tag: "2.31.0"
imagePullSecrets: []

## PMM environment variables
Expand Down
4 changes: 2 additions & 2 deletions charts/psmdb-db/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "1.12.0"
appVersion: "1.13.0"
description: A Helm chart for installing Percona Server MongoDB Cluster Databases using the PSMDB Operator.
name: psmdb-db
home: https://www.percona.com/doc/kubernetes-operator-for-psmongodb/index.html
version: 1.12.4
version: 1.13.0
maintainers:
- name: cap1984
email: [email protected]
Expand Down
12 changes: 8 additions & 4 deletions charts/psmdb-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The chart can be customized using the following configurable parameters:

| Parameter | Description | Default |
| ------------------------------- | ------------------------------------------------------------------------------| ------------------------------------------|
| `crVersion` | CR Cluster Manifest version | `1.13.0` |
| `pause` | Stop PSMDB Database safely | `false` |
| `unmanaged` | Start cluster and don't manage it (cross cluster replication) | `false` |
| `allowUnsafeConfigurations` | Allows forbidden configurations like even number of PSMDB cluster pods | `false` |
Expand All @@ -35,20 +36,20 @@ The chart can be customized using the following configurable parameters:
| `multiCluster.DNSSuffix` | The cluster domain to be used as a suffix for multi-cluster Services used by Kubernetes | `""` |
| `updateStrategy` | Regulates the way how PSMDB Cluster Pods will be updated after setting a new image | `SmartUpdate` |
| `upgradeOptions.versionServiceEndpoint` | Endpoint for actual PSMDB Versions provider | `https://check.percona.com/versions/` |
| `upgradeOptions.apply` | PSMDB image to apply from version service - recommended, latest, actual version like 4.4.2-4 | `5.0-recommended` |
| `upgradeOptions.apply` | PSMDB image to apply from version service - recommended, latest, actual version like 4.4.2-4 | `disabled` |
| `upgradeOptions.schedule` | Cron formatted time to execute the update | `"0 2 * * *"` |
| `upgradeOptions.setFCV` | Set feature compatibility version on major upgrade | `false` |
| `finalizers:delete-psmdb-pvc` | Set this if you want to delete database persistent volumes on cluster deletion | `[]` |
| `finalizers:delete-psmdb-pods-in-order` | Set this if you want to delete PSMDB pods in order (primary last) | `[]` |
| `image.repository` | PSMDB Container image repository | `percona/percona-server-mongodb` |
| `image.tag` | PSMDB Container image tag | `5.0.7-6` |
| `image.tag` | PSMDB Container image tag | `5.0.11-10` |
| `imagePullPolicy` | The policy used to update images | `Always` |
| `imagePullSecrets` | PSMDB Container pull secret | `[]` |
| `tls.certValidityDuration` | The validity duration of the external certificate for cert manager | `""` |
| `secrets` | Operator secrets section | `{}` |
| `pmm.enabled` | Enable integration with [Percona Monitoring and Management software](https://www.percona.com/blog/2020/07/23/using-percona-kubernetes-operators-with-percona-monitoring-and-management/) | `false` |
| `pmm.image.repository` | PMM Container image repository | `percona/pmm-client` |
| `pmm.image.tag` | PMM Container image tag | `2.27.0` |
| `pmm.image.tag` | PMM Container image tag | `2.30.0` |
| `pmm.serverHost` | PMM server related K8S service hostname | `monitoring-service` |
||
| `replsets[0].name` | ReplicaSet name | `rs0` |
Expand All @@ -75,6 +76,7 @@ The chart can be customized using the following configurable parameters:
| `replsets[0].expose.exposeType` | Network service access point type | `ClusterIP` |
| `replsets[0].expose.loadBalancerSourceRanges` | Limit client IP's access to Load Balancer | `{}` |
| `replsets[0].expose.serviceAnnotations` | ReplicaSet service annotations | `{}` |
| `replsets[0].expose.serviceLabels` | ReplicaSet service labels | `{}` |
| `replsets[0].nonvoting.enabled` | Add MongoDB nonvoting Pods | `false` |
| `replsets[0].nonvoting.podSecurityContext` | Set the security context for a Pod | `{}` |
| `replsets[0].nonvoting.containerSecurityContext` | Set the security context for a Container | `{}` |
Expand Down Expand Up @@ -139,6 +141,7 @@ The chart can be customized using the following configurable parameters:
| `sharding.configrs.expose.exposeType` | Network service access point type | `ClusterIP` |
| `sharding.configrs.expose.loadBalancerSourceRanges` | Limit client IP's access to Load Balancer | `{}` |
| `sharding.configrs.expose.serviceAnnotations` | Config ReplicaSet service annotations | `{}` |
| `sharding.configrs.expose.serviceLabels` | Config ReplicaSet service labels | `{}` |
| `sharding.configrs.resources.limits.cpu` | Config ReplicaSet resource limits CPU | `300m` |
| `sharding.configrs.resources.limits.memory` | Config ReplicaSet resource limits memory | `0.5G` |
| `sharding.configrs.resources.requests.cpu` | Config ReplicaSet resource requests CPU | `300m` |
Expand Down Expand Up @@ -175,12 +178,13 @@ The chart can be customized using the following configurable parameters:
| `sharding.mongos.expose.servicePerPod` | Create a separate ClusterIP Service for each mongos instance | `false` |
| `sharding.mongos.expose.loadBalancerSourceRanges` | Limit client IP's access to Load Balancer | `{}` |
| `sharding.mongos.expose.serviceAnnotations` | Mongos service annotations | `{}` |
| `sharding.mongos.expose.serviceLabels` | Mongos service labels | `{}` |
| |
| `backup.enabled` | Enable backup PBM agent | `true` |
| `backup.annotations` | Backup job annotations | `{}` |
| `backup.restartOnFailure` | Backup Pods restart policy | `true` |
| `backup.image.repository` | PBM Container image repository | `percona/percona-backup-mongodb` |
| `backup.image.tag` | PBM Container image tag | `1.7.0` |
| `backup.image.tag` | PBM Container image tag | `1.8.1` |
| `backup.serviceAccountName` | Run PBM Container under specified K8S SA | `percona-server-mongodb-operator` |
| `backup.storages` | Local/remote backup storages settings | `{}` |
| `backup.pitr.enabled` | Enable point in time recovery for backup | `false` |
Expand Down
Loading

0 comments on commit 676fbb7

Please sign in to comment.