Skip to content

Commit 235e322

Browse files
authored
e2e: fix contract for capa 9.99.99 (#3)
1 parent 260c43b commit 235e322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/data/e2e_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ providers:
136136
- name: v9.9.99
137137
# Use manifest from source files
138138
value: ../../../config/default
139-
# Do not add contract field for v1beta1 --> v1beta2 clusterctl upgrades test to work.
139+
contract: v1beta2
140140
files:
141141
- sourcePath: "./infrastructure-aws/withoutclusterclass/generated/cluster-template-efs-support.yaml"
142142
- sourcePath: "./infrastructure-aws/withoutclusterclass/generated/cluster-template-external-csi.yaml"

test/e2e/data/e2e_eks_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ providers:
8383
- name: v9.9.99
8484
# Use manifest from source files
8585
value: ../../../config/default
86-
contract: v1beta1
86+
contract: v1beta2
8787
files:
8888
- sourcePath: "./shared/v1beta2_provider/metadata.yaml"
8989
replacements:

0 commit comments

Comments
 (0)