Skip to content

Commit

Permalink
operator: avoid illegal upgrade paths in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Apr 15, 2022
1 parent 2a36e3d commit 60db09e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: centralized-configuration-upgrade
spec:
image: "vectorized/redpanda"
version: "v21.11.10"
version: "v21.11.11"
replicas: 3
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: centralized-configuration-upgrade
spec:
image: "vectorized/redpanda"
version: "v21.11.11"
version: "v21.11.12"
replicas: 3
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
spec:
containers:
- name: redpanda
image: "vectorized/redpanda:v21.11.2"
image: "vectorized/redpanda:v21.11.12"
volumeMounts:
- mountPath: /etc/redpanda
name: config-dir
Expand All @@ -36,7 +36,7 @@ metadata:
spec:
containers:
- name: redpanda
image: "vectorized/redpanda:v21.11.2"
image: "vectorized/redpanda:v21.11.12"
volumeMounts:
- mountPath: /etc/redpanda
name: config-dir
Expand Down Expand Up @@ -86,4 +86,4 @@ kind: Cluster
metadata:
name: update-image-cluster-and-node-port
status:
version: "v21.11.2"
version: "v21.11.12"
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kind: Cluster
metadata:
name: update-image-cluster-and-node-port
spec:
version: "v21.11.2"
version: "v21.11.12"
cloudStorage:
enabled: true
accessKey: XXX
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
spec:
containers:
- name: redpanda
image: "vectorized/redpanda:v21.11.2"
image: "vectorized/redpanda:v21.11.12"
volumeMounts:
- mountPath: /etc/redpanda
name: config-dir
Expand All @@ -40,7 +40,7 @@ metadata:
spec:
containers:
- name: redpanda
image: "vectorized/redpanda:v21.11.2"
image: "vectorized/redpanda:v21.11.12"
volumeMounts:
- mountPath: /etc/redpanda
name: config-dir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kind: Cluster
metadata:
name: up-img
spec:
version: "v21.11.2"
version: "v21.11.12"
cloudStorage:
enabled: true
accessKey: XXX
Expand Down
4 changes: 2 additions & 2 deletions src/go/k8s/tests/e2e/update-image-tls/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
spec:
containers:
- name: redpanda
image: "vectorized/redpanda:v21.11.2"
image: "vectorized/redpanda:v21.11.12"
volumeMounts:
- mountPath: /etc/redpanda
name: config-dir
Expand All @@ -38,7 +38,7 @@ metadata:
spec:
containers:
- name: redpanda
image: "vectorized/redpanda:v21.11.2"
image: "vectorized/redpanda:v21.11.12"
volumeMounts:
- mountPath: /etc/redpanda
name: config-dir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kind: Cluster
metadata:
name: up-img
spec:
version: "v21.11.2"
version: "v21.11.12"
cloudStorage:
enabled: true
accessKey: XXX
Expand Down

0 comments on commit 60db09e

Please sign in to comment.