move ipam from url to local

ipam yaml was getting downloaded in customization file. This will cause
problem behind proxy. So adding the ipam yaml to respective folder

Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com>
Change-Id: Idf0f4b13fb6380363d3cabacfeacc7179f09cff9
This commit is contained in:
Sreejith Punnapuzha 2021-03-12 10:38:41 -06:00
parent a39d547981
commit 2db7d3d85c
5 changed files with 1043 additions and 2 deletions

View File

@ -30,6 +30,9 @@ spec:
auth_proxy:
repository: gcr.io/kubebuilder
tag: v0.4.0
ipam-manager:
repository: quay.io/metal3-io
tag: v0.0.4
cacpk:
manager:
repository: us.gcr.io/k8s-artifacts-prod/cluster-api

File diff suppressed because it is too large Load Diff

View File

@ -3,8 +3,8 @@ kind: Kustomization
# When updating the release, update also the image tag in image_patch.yaml
resources:
- https://github.com/metal3-io/ip-address-manager/releases/download/v0.0.4/ipam-components.yaml
- ipam-components.yaml
patchesStrategicMerge:
- image_patch.yaml
- pull_policy_patch.yaml
- pull_policy_patch.yaml

View File

@ -63,6 +63,9 @@ images:
infrastructure-metal3/kube-rbac-proxy:
repository: "gcr.io/kubebuilder"
tag: "v0.4.0"
infrastructure-metal3/ip-address-manager:
repository: "quay.io/metal3-io"
tag: "v0.4.0"
infrastructure-docker/capd-manager:
repository: "gcr.io/k8s-staging-cluster-api"
tag: "v20201019-v0.3.10-86-gc1647481f"

View File

@ -29,6 +29,16 @@ replacements:
kind: Clusterctl
name: clusterctl_init
fieldrefs: ["{.images.infrastructure-metal3/kube-rbac-proxy}"]
- source:
objref:
kind: VersionsCatalogue
name: versions-airshipctl
fieldref: "{.spec.capi_images.capm3.ipam-manager}"
target:
objref:
kind: Clusterctl
name: clusterctl_init
fieldrefs: ["{.images.infrastructure-metal3/ip-address-manager}"]
# Replace cacpk versions
- source:
objref: