Skip to content

Commit

Permalink
feat: Update metadata for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scuzhanglei committed Sep 23, 2022
1 parent 9564d7d commit ac4b63e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ $(CMCTL): $(LOCALBIN)

.PHONY: e2e-image
e2e-image:
docker buildx build -t docker.io/smartxworks/capch-controller:e2e .
docker buildx build -t docker.io/smartxworks/capch-controller:e2e --load .

REPO_ROOT := $(shell pwd )
E2E_CLUSTER_TEMPLATE_DIR ?= $(REPO_ROOT)/test/e2e/data/infrastructure-virtink
Expand Down
3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ releaseSeries:
- major: 0
minor: 3
contract: v1beta1
- major: 0
minor: 4
contract: v1beta1
14 changes: 13 additions & 1 deletion test/e2e/config/virtink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,21 @@ providers:
- sourcePath: "../data/infrastructure-virtink/v1alpha1/cluster-template-internal.yaml"
- sourcePath: "../data/infrastructure-virtink/v1alpha1/cluster-template.yaml"
- sourcePath: "../../../metadata.yaml"
- name: v0.4.0
value: ../../../config/default
contract: v1beta1
replacements:
- old: capch-controller:latest
new: docker.io/smartxworks/capch-controller:e2e
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
files:
- sourcePath: "../data/infrastructure-virtink/v1alpha1/cluster-template-internal.yaml"
- sourcePath: "../data/infrastructure-virtink/v1alpha1/cluster-template.yaml"
- sourcePath: "../../../metadata.yaml"

variables:
KUBERNETES_VERSION: "v1.24.0"
KUBERNETES_VERSION: "1.24.0"
CNI: "./data/cni/calico/calico.yaml"
EXP_CLUSTER_RESOURCE_SET: "true"
CONTROL_PLANE_MACHINE_COUNT: 1
Expand Down

0 comments on commit ac4b63e

Please sign in to comment.