Skip to content

Commit

Permalink
K8SPSMDB-1120 - Update psmdb-db chart for 1.16.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jvpasinatto committed Jul 18, 2024
1 parent 52276df commit 5a34873
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.16.1"
appVersion: "1.16.2"
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.16.2
version: 1.16.3
maintainers:
- name: tplavcic
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/psmdb-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ To install the chart with the `psmdb` release name using a dedicated namespace (

```sh
helm repo add percona https://percona.github.io/percona-helm-charts/
helm install my-db percona/psmdb-db --version 1.16.1 --namespace my-namespace
helm install my-db percona/psmdb-db --version 1.16.2 --namespace my-namespace
```

The chart can be customized using the following configurable parameters:

| Parameter | Description | Default |
| ------------------------------- | ------------------------------------------------------------------------------|---------------------------------------|
| `crVersion` | CR Cluster Manifest version | `1.16.1` |
| `crVersion` | CR Cluster Manifest version | `1.16.2` |
| `pause` | Stop PSMDB Database safely | `false` |
| `unmanaged` | Start cluster and don't manage it (cross cluster replication) | `false` |
| `unsafeFlags.tls` | Allows users from configuring a cluster without TLS/SSL certificates | `false` |
Expand Down
2 changes: 1 addition & 1 deletion charts/psmdb-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ finalizers:
nameOverride: ""
fullnameOverride: ""

crVersion: 1.16.1
crVersion: 1.16.2
pause: false
unmanaged: false
unsafeFlags:
Expand Down

0 comments on commit 5a34873

Please sign in to comment.