-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force to use Quay.io Clusterctl v0.3.22 image
* added patches to pin clusterctl image to v0.3.22 and CAPI components to v1alpha3 version in docker-test-site Closes: #642 Change-Id: I43d04845d8b2a8f9244736f891893af39d81c200
- Loading branch information
1 parent
96d27cd
commit fd4cf27
Showing
3 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
manifests/site/docker-test-site/phases/capi_provider_patch.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
apiVersion: airshipit.org/v1alpha1 | ||
kind: Clusterctl | ||
metadata: | ||
name: clusterctl_init | ||
|
||
init-options: | ||
bootstrap-providers: kubeadm:v0.3.7 | ||
control-plane-providers: kubeadm:v0.3.7 | ||
core-provider: cluster-api:v0.3.7 | ||
|
||
providers: | ||
- name: docker | ||
type: InfrastructureProvider | ||
url: airshipctl/manifests/function/capd/v0.3.11 | ||
- name: kubeadm | ||
type: BootstrapProvider | ||
url: airshipctl/manifests/function/cabpk/v0.3.7 | ||
- name: cluster-api | ||
type: CoreProvider | ||
url: airshipctl/manifests/function/capi/v0.3.7 | ||
- name: kubeadm | ||
type: ControlPlaneProvider | ||
url: airshipctl/manifests/function/cacpk/v0.3.7 | ||
|
||
images: | ||
cert-manager: | ||
repository: "quay.io/jetstack" | ||
cluster-api/cluster-api-controller: | ||
repository: "us.gcr.io/k8s-artifacts-prod/cluster-api" | ||
tag: "v0.3.7" | ||
cluster-api/kube-rbac-proxy: | ||
repository: "gcr.io/kubebuilder" | ||
tag: "v0.4.1" | ||
bootstrap-kubeadm/kubeadm-bootstrap-controller: | ||
repository: "us.gcr.io/k8s-artifacts-prod/cluster-api" | ||
tag: "v0.3.7" | ||
bootstrap-kubeadm/kube-rbac-proxy: | ||
repository: "gcr.io/kubebuilder" | ||
tag: "v0.4.1" | ||
control-plane-kubeadm/kubeadm-control-plane-controller: | ||
repository: "us.gcr.io/k8s-artifacts-prod/cluster-api" | ||
tag: "v0.3.7" | ||
control-plane-kubeadm/kube-rbac-proxy: | ||
repository: "gcr.io/kubebuilder" | ||
tag: "v0.4.1" |
6 changes: 6 additions & 0 deletions
6
manifests/site/docker-test-site/phases/clusterctl_image_patch.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
apiVersion: airshipit.org/v1alpha1 | ||
kind: GenericContainer | ||
metadata: | ||
name: clusterctl | ||
spec: | ||
image: quay.io/airshipit/clusterctl:eb9ac97ce207542e1e4d3b363963bfc5f0847096 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters