Skip to content

Commit

Permalink
Change namespace for IPAM to fit changes
Browse files Browse the repository at this point in the history
Signed-off-by: peppi-lotta <[email protected]>
  • Loading branch information
peppi-lotta committed Dec 2, 2024
1 parent d3223b9 commit a105ee7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 43 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -491,16 +491,10 @@ set-manifest-image:
$(info Updating kustomize image patch file for manager resource)
sed -i'' -e 's@image: .*@image: '"${MANIFEST_IMG}:$(MANIFEST_TAG)"'@' ./config/default/capm3/manager_image_patch.yaml

.PHONY: set-manifest-image-ipam
set-manifest-image-ipam:
$(info Updating kustomize image patch file for IPAM controller)
sed -i'' -e 's@image: .*@image: '"${MANIFEST_IMG_IPAM}:$(MANIFEST_TAG_IPAM)"'@' ./config/ipam/image_patch.yaml

.PHONY: set-manifest-pull-policy
set-manifest-pull-policy:
$(info Updating kustomize pull policy file for manager resource)
sed -i'' -e 's@imagePullPolicy: .*@imagePullPolicy: '"$(PULL_POLICY)"'@' ./config/default/capm3/manager_pull_policy_patch.yaml
sed -i'' -e 's@imagePullPolicy: .*@imagePullPolicy: '"$(PULL_POLICY)"'@' ./config/ipam/pull_policy_patch.yaml
## --------------------------------------
## Deploying
## --------------------------------------
Expand Down
1 change: 0 additions & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ labels:

resources:
- capm3
- ../ipam
12 changes: 0 additions & 12 deletions config/ipam/image_patch.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions config/ipam/kustomization.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions config/ipam/pull_policy_patch.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions hack/verify-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,3 @@ verify_module_versions
verify_module_group_versions
verify_module_releases
verify_vulnerabilities

# capm3 specific checks
verify_ipam_manifests

0 comments on commit a105ee7

Please sign in to comment.