diff --git a/src/collections/integrations/whereabouts/icons/components/ip-pool/icons/color/ip-pool-color.svg b/src/collections/integrations/whereabouts/icons/components/ip-pool/icons/color/ip-pool-color.svg index c18fbe907a02..05129029bcb1 100644 --- a/src/collections/integrations/whereabouts/icons/components/ip-pool/icons/color/ip-pool-color.svg +++ b/src/collections/integrations/whereabouts/icons/components/ip-pool/icons/color/ip-pool-color.svg @@ -1,33 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +meshery-logo-light \ No newline at end of file diff --git a/src/collections/integrations/whereabouts/icons/components/overlapping-range-ip-reservation/icons/color/overlapping-range-ip-reservation-color.svg b/src/collections/integrations/whereabouts/icons/components/overlapping-range-ip-reservation/icons/color/overlapping-range-ip-reservation-color.svg index c18fbe907a02..05129029bcb1 100644 --- a/src/collections/integrations/whereabouts/icons/components/overlapping-range-ip-reservation/icons/color/overlapping-range-ip-reservation-color.svg +++ b/src/collections/integrations/whereabouts/icons/components/overlapping-range-ip-reservation/icons/color/overlapping-range-ip-reservation-color.svg @@ -1,33 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +meshery-logo-light \ No newline at end of file diff --git a/src/collections/integrations/whereabouts/index.mdx b/src/collections/integrations/whereabouts/index.mdx index 6aacf071937d..423f7095205d 100644 --- a/src/collections/integrations/whereabouts/index.mdx +++ b/src/collections/integrations/whereabouts/index.mdx @@ -8,7 +8,19 @@ description: Whereabouts is a CNI IPAM plugin for Kubernetes clusters. It dynami category: Cloud Native Network subcategory: CNI registrant: GitHub -components: [] +components: [ +{ +"name": "ip-pool", +"colorIcon": "icons/components/ip-pool/icons/color/ip-pool-color.svg", +"whiteIcon": "icons/components/ip-pool/icons/white/ip-pool-white.svg", +"description": "", +}, +{ +"name": "overlapping-range-ip-reservation", +"colorIcon": "icons/components/overlapping-range-ip-reservation/icons/color/overlapping-range-ip-reservation-color.svg", +"whiteIcon": "icons/components/overlapping-range-ip-reservation/icons/white/overlapping-range-ip-reservation-white.svg", +"description": "", +}] featureList: [ "Automates IP address allocation", "Supports IPv4 and IPv6",