Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Add cluster-api-ipam-provider-in-cluster to imagemap
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Schultz <tschultz@vmware.com>
  • Loading branch information
christianang and tylerschultz committed Mar 29, 2023
1 parent fe8dd98 commit 027d677
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tkg/fakes/config/bom/tkg-bom-v1.3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ components:
- version: v0.5.1+vmware.2
cloud_provider_vsphere:
- version: v1.2.1+vmware.1
cluster-api-ipam-provider-in-cluster:
- version: v0.1.0+vmware.2
images:
capiIPAMProviderInClusterControllerImage:
imagePath: cluster-api/cluster-api-ipam-provider-in-cluster
tag: v0.1.0_vmware.2
cluster-api-provider-azure:
- version: v0.4.8-47-gfbb2d55b+vmware.1
images:
Expand Down
4 changes: 4 additions & 0 deletions tkg/tkgconfigupdater/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ func (c *client) getImageMapForConfigFile() (map[string]imageForConfigFile, erro
"cluster-api-provider-azure",
"capzControllerImage",
},
"infrastructure-ipam-in-cluster": {
"cluster-api-ipam-provider-in-cluster",
"capiIPAMProviderInClusterControllerImage",
},
}

defaultBaseRepositoryForClusterAPI := baseImageRepository + "/cluster-api"
Expand Down

0 comments on commit 027d677

Please sign in to comment.