Skip to content

Commit

Permalink
PMM-7 Bump versions to 2.39.0 (#238)
Browse files Browse the repository at this point in the history
* PMM-7 Bump versions to 2.39.0

* trigger CLA
  • Loading branch information
BupycHuk authored Aug 15, 2023
1 parent e4d6a83 commit 8977938
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 130 deletions.
2 changes: 1 addition & 1 deletion charts/pg-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pg-db
description: 'A Helm chart to deploy the PostgreSQL database with the Percona Operator for PostgreSQL'
type: application
version: 2.2.4
version: 2.2.5
appVersion: 2.2.0
home: https://docs.percona.com/percona-operator-for-postgresql/2.0/
maintainers:
Expand Down
244 changes: 122 additions & 122 deletions charts/pg-db/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion charts/pg-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ pmm:
enabled: false
image:
repository: percona/pmm-client
tag: 2.38.0
tag: 2.39.0
# imagePullPolicy: IfNotPresent
secret: cluster1-pmm-secret
serverHost: monitoring-service
Expand Down
4 changes: 2 additions & 2 deletions charts/pmm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pmm
description: A Helm chart for Percona Monitoring and Management (PMM)
type: application
version: 1.2.4
appVersion: "2.38.0"
version: 1.2.5
appVersion: "2.39.0"
home: https://github.com/percona/pmm
maintainers:
- name: gen1us2k
Expand Down
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.38.0"
tag: "2.39.0"
imagePullSecrets: []

## PMM environment variables
Expand Down
2 changes: 1 addition & 1 deletion charts/ps-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "0.5.0"
description: A Helm chart for installing Percona Server Databases using the PS Operator.
name: ps-db
home: https://www.percona.com/doc/kubernetes-operator-for-mysql/ps
version: 0.5.4
version: 0.5.5
maintainers:
- name: tplavcic
email: tomislav.plavcic@percona.com
Expand Down
2 changes: 1 addition & 1 deletion charts/ps-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ The chart can be customized using the following configurable parameters:
| `orchestrator.expose.loadBalancerSourceRanges` | The range of client IP addresses from which the load balancer should be reachable | `[]` |
||
| `pmm.image.repository` | PMM Container image repository | `percona/pmm-client` |
| `pmm.image.tag` | PMM Container image tag | `2.38.0` |
| `pmm.image.tag` | PMM Container image tag | `2.39.0` |
| `pmm.imagePullPolicy` | The policy used to update images | `` |
| `pmm.serverHost` | PMM server related K8S service hostname | `monitoring-service` |
| `pmm.serverUser` | PMM server user | `admin` |
Expand Down
2 changes: 1 addition & 1 deletion charts/ps-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ pmm:
enabled: false
image:
repository: percona/pmm-client
tag: 2.38.0
tag: 2.39.0
imagePullPolicy: Always
serverHost: monitoring-service
serverUser: admin
Expand Down

0 comments on commit 8977938

Please sign in to comment.