From 09e7a367c339d120ae56ef71224003efb9f46a32 Mon Sep 17 00:00:00 2001 From: spron-in Date: Thu, 11 Jan 2024 15:54:46 +0300 Subject: [PATCH] rolling out registry proxy by default --- charts/pg-operator/Chart.yaml | 2 +- charts/pg-operator/values.yaml | 2 +- charts/pmm/Chart.yaml | 2 +- charts/pmm/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/pg-operator/Chart.yaml b/charts/pg-operator/Chart.yaml index 7817a3b0..87206def 100644 --- a/charts/pg-operator/Chart.yaml +++ b/charts/pg-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pg-operator description: 'A Helm chart to deploy the Percona Operator for PostgreSQL' type: application -version: 2.3.1 +version: 2.3.2 appVersion: 2.3.0 home: https://docs.percona.com/percona-operator-for-postgresql/2.0/ maintainers: diff --git a/charts/pg-operator/values.yaml b/charts/pg-operator/values.yaml index f815af9e..5421ae64 100644 --- a/charts/pg-operator/values.yaml +++ b/charts/pg-operator/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 -operatorImageRepository: percona/percona-postgresql-operator +operatorImageRepository: registry-1.percona.com/percona/percona-postgresql-operator imagePullPolicy: IfNotPresent image: "" diff --git a/charts/pmm/Chart.yaml b/charts/pmm/Chart.yaml index 89c3ffe2..616a9e64 100644 --- a/charts/pmm/Chart.yaml +++ b/charts/pmm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pmm description: A Helm chart for Percona Monitoring and Management (PMM) type: application -version: 1.3.6 +version: 1.3.7 appVersion: "2.41.0" home: https://github.com/percona/pmm maintainers: diff --git a/charts/pmm/values.yaml b/charts/pmm/values.yaml index 61b7b3e9..d19f1f02 100644 --- a/charts/pmm/values.yaml +++ b/charts/pmm/values.yaml @@ -11,7 +11,7 @@ ## @param image.imagePullSecrets Global Docker registry secret names as an array ## image: - repository: percona/pmm-server + repository: registry-1.percona.com/percona/pmm-server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "2.41.0"