Skip to content

Commit

Permalink
rolling out registry proxy by default
Browse files Browse the repository at this point in the history
  • Loading branch information
spron-in committed Jan 11, 2024
1 parent c5ae44d commit 09e7a36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/pg-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/pg-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

replicaCount: 1

operatorImageRepository: percona/percona-postgresql-operator
operatorImageRepository: registry-1.percona.com/percona/percona-postgresql-operator
imagePullPolicy: IfNotPresent
image: ""

Expand Down
2 changes: 1 addition & 1 deletion charts/pmm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/pmm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 09e7a36

Please sign in to comment.