Skip to content

Commit

Permalink
operator: fix kuttl tests by avoiding invalid upgrade combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Apr 15, 2022
1 parent 79f14e5 commit db733e5
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: centralized-configuration-upgrade
spec:
image: "vectorized/redpanda"
version: "v21.11.10"
replicas: 2
version: "v21.11.11"
replicas: 3
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: centralized-configuration-upgrade
spec:
image: "vectorized/redpanda"
version: "v21.11.11"
replicas: 2
version: "v21.11.12"
replicas: 3
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
image: "localhost/redpanda"
version: "dev"
replicas: 2
replicas: 3
resources:
requests:
cpu: 100m
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 db733e5

Please sign in to comment.