Skip to content

Commit

Permalink
Update PSMDB charts version to match operator release version
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic committed Mar 15, 2021
1 parent 32db53a commit 1638110
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/psmdb-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.7.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.0.0
version: 1.7.0
maintainers:
- name: cap1984
email: ivan.pylypenko@percona.com
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 @@ -24,7 +24,7 @@ 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 0.1.1 --namespace my-namespace
helm install my-db percona/psmdb-db --version 1.7.0 --namespace my-namespace
```

The chart can be customized using the following configurable parameters:
Expand All @@ -38,7 +38,7 @@ The chart can be customized using the following configurable parameters:
| `upgradeOptions.apply` | PSMDB image to apply from version service - recommended, latest, actual version like 4.4.2-4 | `recommended` |
| `upgradeOptions.schedule` | Cron formatted time to execute the update | `"0 2 * * *"` |
| `image.repository` | PSMDB Container image repository | `percona/percona-server-mongodb` |
| `image.tag` | PSMDB Container image tag | `4.4.2-4` |
| `image.tag` | PSMDB Container image tag | `4.4.3-5` |
| `imagePullSecrets` | PSMDB Container pull secret | `[]` |
| `runUid` | Set UserID | `""` |
| `secrets` | Users secret structure | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/psmdb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.7.0"
description: A Helm chart for Deploying the Percona Kubernetes Operator for Percona Server for MongoDB
name: psmdb-operator
home: https://www.percona.com/doc/kubernetes-operator-for-psmongodb/kubernetes.html
version: 0.1.2
version: 1.7.0
maintainers:
- name: cap1984
email: ivan.pylypenko@percona.com
Expand Down
2 changes: 1 addition & 1 deletion charts/psmdb-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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-operator percona/psmdb-operator --version 0.1.2 --namespace my-namespace
helm install my-operator percona/psmdb-operator --version 1.7.0 --namespace my-namespace
```

The chart can be customized using the following configurable parameters:
Expand Down

0 comments on commit 1638110

Please sign in to comment.