Skip to content

Commit 469633d

Browse files
committed
test: allow configuring a custom image repository in major upgrade E2Es (#7303)%0A%0AThis patch goes together with%0Ahttps://github.com/cloudnative-pg/postgres-trunk-containers/pull/80.%0AThe goal is to allow configuring a custom repository (in this case the%0Apostgresql-trunk) instead of the default ones (via an env variable),%0Awhich will be used to fetch the target images required to perform the%0Amajor upgrade scenarios.%0AThis will allow us to test major upgrades to development versions of%0APG18.%0A%0ACloses #7302%0A%0A%0ASigned-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>%0ASigned-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>%0ACo-authored-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
cloudnative-pg/cloudnative-pg@refs/heads/main
1 parent 6d1a197 commit 469633d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/operator-manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17769,7 +17769,7 @@ spec:
1776917769
- name: PULL_SECRET_NAME
1777017770
value: cnpg-pull-secret
1777117771
- name: OPERATOR_IMAGE_NAME
17772-
value: ghcr.io/cloudnative-pg/cloudnative-pg-testing:main@sha256:a3406ed2e5ca83a1996f4f8f8afead227ce98f20f96a27a2c08a90904e979b01
17772+
value: ghcr.io/cloudnative-pg/cloudnative-pg-testing:main@sha256:9e885b25122db9f0a7caf103c47b9f39bb14e976c4bfba5c4ccddcbb5214deb8
1777317773
- name: OPERATOR_NAMESPACE
1777417774
valueFrom:
1777517775
fieldRef:
@@ -17779,7 +17779,7 @@ spec:
1777917779
envFrom:
1778017780
- configMapRef:
1778117781
name: cnpg-controller-manager-env-m4d2hm8cmf
17782-
image: ghcr.io/cloudnative-pg/cloudnative-pg-testing:main@sha256:a3406ed2e5ca83a1996f4f8f8afead227ce98f20f96a27a2c08a90904e979b01
17782+
image: ghcr.io/cloudnative-pg/cloudnative-pg-testing:main@sha256:9e885b25122db9f0a7caf103c47b9f39bb14e976c4bfba5c4ccddcbb5214deb8
1778317783
imagePullPolicy: Always
1778417784
livenessProbe:
1778517785
httpGet:

0 commit comments

Comments
 (0)