diff --git a/README.md b/README.md index 6681aec..4d41a84 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ To run this pipeline docker, kind, python must be installed. You can run the E2E test with the following steps: ```bash -export KIND_CLUSTER_IMAGE=docker.io/kindest/node:v1.28.0 +export KIND_CLUSTER_IMAGE=docker.io/kindest/node:v1.29.0 export CAPI_PATH= export ROOT_DIR= cd $(ROOT_DIR) diff --git a/clusterctl-settings.json b/clusterctl-settings.json index 547780a..307d67f 100644 --- a/clusterctl-settings.json +++ b/clusterctl-settings.json @@ -2,7 +2,7 @@ "name": "infrastructure-kubemark", "config": { "componentsFile": "infrastructure-components.yaml", - "nextVersion": "v0.7.99", + "nextVersion": "v0.8.99", "configFolder": "config" } } diff --git a/metadata.yaml b/metadata.yaml index 63ab7d8..fb41dbd 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -23,3 +23,6 @@ releaseSeries: - major: 0 minor: 7 contract: v1beta1 + - major: 0 + minor: 8 + contract: v1beta1