Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion capk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG TARGETARCH

ARG CLUSTERCTL="v1.10.4"
ARG CLUSTER_API_VERSION="v1.10.4"
ARG INFRASTRUCTURE_VERSION="v0.1.10"
ARG INFRASTRUCTURE_VERSION="v0.10.4"

RUN apk add --update --no-cache bash ca-certificates curl openssl unzip wget jq

Expand Down
2 changes: 1 addition & 1 deletion capk/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ generate_infrastructure_config_files() {
wget -P ${HOME}/assets/infrastructure-${PROVIDER_NAME}/${INFRASTRUCTURE_VERSION} https://github.com/kubernetes-sigs/cluster-api-provider-${PROVIDER_NAME}/releases/download/${INFRASTRUCTURE_VERSION}/cluster-template.yaml
wget -P ${HOME}/assets/infrastructure-${PROVIDER_NAME}/${INFRASTRUCTURE_VERSION} https://github.com/kubernetes-sigs/cluster-api-provider-${PROVIDER_NAME}/releases/download/${INFRASTRUCTURE_VERSION}/metadata.yaml

curl -o ${HOME}/assets/template.yaml "https://raw.githubusercontent.com/RejwankabirHamim/managed-kubernetes-poc/main/Templates/capi-kamaji-kubevirt-final.yaml"
curl -o ${HOME}/assets/template.yaml "https://raw.githubusercontent.com/appscode/static-assets/refs/heads/master/files/cluster-api-provider-kubevirt/capi-kamaji-kubevirt-template.yaml"

cat <<EOF >${HOME}/assets/config.yaml
providers:
Expand Down