Skip to content

Commit

Permalink
fix upgrade-minor test
Browse files Browse the repository at this point in the history
  • Loading branch information
pooknull committed Dec 16, 2024
1 parent 5080f96 commit aaa2c86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions e2e-tests/tests/upgrade-minor/05-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ status:
apiVersion: postgres-operator.crunchydata.com/v1beta1
kind: PostgresCluster
metadata:
generation: 1
generation: 2 # K8SPG-619
labels:
e2e: upgrade-minor
name: upgrade-minor
Expand All @@ -103,7 +103,7 @@ status:
readyReplicas: 3
replicas: 3
updatedReplicas: 3
observedGeneration: 1
observedGeneration: 2
pgbackrest:
repoHost:
apiVersion: apps/v1
Expand Down Expand Up @@ -135,4 +135,4 @@ status:
size: 3
ready: 3
size: 3
state: ready
state: ready
4 changes: 2 additions & 2 deletions e2e-tests/tests/upgrade-minor/06-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ status:
apiVersion: postgres-operator.crunchydata.com/v1beta1
kind: PostgresCluster
metadata:
generation: 2
generation: 3 # K8SPG-619
labels:
e2e: upgrade-minor
name: upgrade-minor
Expand All @@ -130,7 +130,7 @@ status:
readyReplicas: 3
replicas: 3
updatedReplicas: 3
observedGeneration: 2
observedGeneration: 3
pgbackrest:
repoHost:
apiVersion: apps/v1
Expand Down

0 comments on commit aaa2c86

Please sign in to comment.