You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**You MUST update pull secrets BEFORE upgrading the operator.** Failure to do so will result in:
26
+
27
+
- Image pull failures during upgrade
28
+
- Deployment failures
29
+
- Potential downtime for your PostgreSQL clusters
30
+
31
+
Complete all migration steps in this guide before initiating any operator upgrade.
32
+
24
33
## Scope of changes
25
34
26
35
-**Pull secrets.** Because the old system relied on specifying the desired repository by username when authenticating, update the credentials stored in secrets that Kubernetes uses to pull images.
(here, `edb-pg4k` and `edb/edb-postgres-for-kubernetes` are the release and pathname used in other examples; substitute your own values)
115
190
116
-
For your EDB Postgres Distributed for Kubernetes Helm releases, you'll need to override values for both `global.image.repository` and `image.imageCredentials.username`:
191
+
For your EDB Postgres Distributed for Kubernetes Helm releases, you'll need to override values for both `global.repository` and `image.imageCredentials.username`:
**You MUST update pull secrets BEFORE upgrading the operator.** Failure to do so will result in:
26
+
27
+
- Image pull failures during upgrade
28
+
- Deployment failures
29
+
- Potential downtime for your PostgreSQL clusters
30
+
31
+
Complete all migration steps in this guide before initiating any operator upgrade.
32
+
24
33
## Scope of changes
25
34
26
35
-**Pull secrets.** Because the old system relied on specifying the desired repository by username when authenticating, update the credentials stored in secrets that Kubernetes uses to pull images.
(here, `edb-pg4k` and `edb/edb-postgres-for-kubernetes` are the release and repository path name used in other examples; substitute your own values)
115
190
116
-
For your EDB Postgres Distributed for Kubernetes Helm releases, you'll need to override values for both `global.image.repository` and `image.imageCredentials.username`:
191
+
For your EDB Postgres Distributed for Kubernetes Helm releases, you'll need to override values for both `global.repository` and `image.imageCredentials.username`:
0 commit comments