Merge "move ipam from url to local"

This commit is contained in:
Zuul 2021-03-16 20:20:17 +00:00 committed by Gerrit Code Review
commit deb817ea6b
5 changed files with 1043 additions and 2 deletions
manifests/function
airshipctl-base-catalogues
capm3/v0.4.0/ipam
clusterctl

@ -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

@ -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

@ -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"

@ -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: