Skip to content

Commit

Permalink
Merge branch 'main' into pg-db-minor-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic authored Mar 22, 2024
2 parents 852cf56 + 085b82e commit ca2d72a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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.3.12
appVersion: "2.41.1"
version: 1.3.13
appVersion: "2.41.2"
home: https://github.com/percona/pmm
maintainers:
- name: tplavcic
Expand Down
2 changes: 1 addition & 1 deletion charts/pmm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ It removes all of the resources associated with the last release of the chart as
| ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |----------------------|
| `image.repository` | PMM image repository | `percona/pmm-server` |
| `image.pullPolicy` | PMM image pull policy | `IfNotPresent` |
| `image.tag` | PMM image tag (immutable tags are recommended) | `2.41.1` |
| `image.tag` | PMM image tag (immutable tags are recommended) | `2.41.2` |
| `image.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `pmmEnv.DISABLE_UPDATES` | Disables a periodic check for new PMM versions as well as ability to apply upgrades using the UI (need to be disabled in k8s environment as updates rolled with helm/container update) | `1` |
| `pmmResources` | optional [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) requested for [PMM container](https://docs.percona.com/percona-monitoring-and-management/setting-up/server/index.html#set-up-pmm-server) | `{}` |
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.41.1"
tag: "2.41.2"
imagePullSecrets: []

## PMM environment variables
Expand Down
2 changes: 1 addition & 1 deletion charts/pxc-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.14.0
description: A Helm chart for installing Percona XtraDB Cluster Databases using the PXC Operator.
name: pxc-db
home: https://www.percona.com/doc/kubernetes-operator-for-pxc/kubernetes.html
version: 1.14.0
version: 1.14.1
maintainers:
- name: tplavcic
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/pxc-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The chart can be customized using the following configurable parameters:
| `pxc.size` | PXC Cluster target member (pod) quantity. Can't even if `allowUnsafeConfigurations` is `true` | `3` |
| `pxc.clusterSecretName` | Specify if you want to use custom or Operator generated users secret (if the one specified doesn't exist) | `` |
| `pxc.image.repository` | PXC Container image repository | `percona/percona-xtradb-cluster` |
| `pxc.image.tag` | PXC Container image tag | `8.0.32-24.2` |
| `pxc.image.tag` | PXC Container image tag | `8.0.35-27.1` |
| `pxc.imagePullPolicy` | The policy used to update images | `` |
| `pxc.autoRecovery` | Enable full cluster crash auto recovery | `true` |
| `pxc.expose.enabled` | Enable or disable exposing `Percona XtraDB Cluster` nodes with dedicated IP addresses | `true` |
Expand Down
2 changes: 1 addition & 1 deletion charts/pxc-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pxc:
size: 3
image:
repository: percona/percona-xtradb-cluster
tag: 8.0.32-24.2
tag: 8.0.35-27.1
# imagePullPolicy: Always
autoRecovery: true
# expose:
Expand Down

0 comments on commit ca2d72a

Please sign in to comment.