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:
parent
a39d547981
commit
2db7d3d85c
@ -30,6 +30,9 @@ spec:
|
|||||||
auth_proxy:
|
auth_proxy:
|
||||||
repository: gcr.io/kubebuilder
|
repository: gcr.io/kubebuilder
|
||||||
tag: v0.4.0
|
tag: v0.4.0
|
||||||
|
ipam-manager:
|
||||||
|
repository: quay.io/metal3-io
|
||||||
|
tag: v0.0.4
|
||||||
cacpk:
|
cacpk:
|
||||||
manager:
|
manager:
|
||||||
repository: us.gcr.io/k8s-artifacts-prod/cluster-api
|
repository: us.gcr.io/k8s-artifacts-prod/cluster-api
|
||||||
|
1025
manifests/function/capm3/v0.4.0/ipam/ipam-components.yaml
Normal file
1025
manifests/function/capm3/v0.4.0/ipam/ipam-components.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@ kind: Kustomization
|
|||||||
|
|
||||||
# When updating the release, update also the image tag in image_patch.yaml
|
# When updating the release, update also the image tag in image_patch.yaml
|
||||||
resources:
|
resources:
|
||||||
- https://github.com/metal3-io/ip-address-manager/releases/download/v0.0.4/ipam-components.yaml
|
- ipam-components.yaml
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- image_patch.yaml
|
- image_patch.yaml
|
||||||
- pull_policy_patch.yaml
|
- pull_policy_patch.yaml
|
||||||
|
@ -63,6 +63,9 @@ images:
|
|||||||
infrastructure-metal3/kube-rbac-proxy:
|
infrastructure-metal3/kube-rbac-proxy:
|
||||||
repository: "gcr.io/kubebuilder"
|
repository: "gcr.io/kubebuilder"
|
||||||
tag: "v0.4.0"
|
tag: "v0.4.0"
|
||||||
|
infrastructure-metal3/ip-address-manager:
|
||||||
|
repository: "quay.io/metal3-io"
|
||||||
|
tag: "v0.4.0"
|
||||||
infrastructure-docker/capd-manager:
|
infrastructure-docker/capd-manager:
|
||||||
repository: "gcr.io/k8s-staging-cluster-api"
|
repository: "gcr.io/k8s-staging-cluster-api"
|
||||||
tag: "v20201019-v0.3.10-86-gc1647481f"
|
tag: "v20201019-v0.3.10-86-gc1647481f"
|
||||||
|
@ -29,6 +29,16 @@ replacements:
|
|||||||
kind: Clusterctl
|
kind: Clusterctl
|
||||||
name: clusterctl_init
|
name: clusterctl_init
|
||||||
fieldrefs: ["{.images.infrastructure-metal3/kube-rbac-proxy}"]
|
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
|
# Replace cacpk versions
|
||||||
- source:
|
- source:
|
||||||
objref:
|
objref:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user