Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 26, 2024
1 parent e2709c5 commit a29bad9
Show file tree
Hide file tree
Showing 87 changed files with 2,310 additions and 1,260 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ endif
### These variables should not need tweaking.
###

SRC_PKGS := cmd pkg test
SRC_PKGS := cmd pkg
SRC_DIRS := $(SRC_PKGS) # directories which hold app source (not vendored)

DOCKER_PLATFORMS := linux/amd64 linux/arm64
Expand Down Expand Up @@ -311,7 +311,7 @@ install:
@cd ../installer; \
kubectl create ns $(KUBE_NAMESPACE) || true; \
kubectl label ns $(KUBE_NAMESPACE) pod-security.kubernetes.io/enforce=restricted; \
helm upgrade -i cluster-importer charts/cluster-importer --wait \
helm upgrade -i aceshifter charts/aceshifter --wait \
--namespace=$(KUBE_NAMESPACE) --create-namespace \
--set image.tag=$(TAG_PROD) \
--set imagePullPolicy=$(IMAGE_PULL_POLICY) \
Expand All @@ -320,7 +320,7 @@ install:
.PHONY: uninstall
uninstall:
@cd ../installer; \
helm uninstall cluster-importer --namespace=$(KUBE_NAMESPACE) || true
helm uninstall aceshifter --namespace=$(KUBE_NAMESPACE) || true

.PHONY: purge
purge: uninstall
Expand Down
151 changes: 0 additions & 151 deletions config/default/kustomization.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions config/default/manager_metrics_patch.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions config/default/metrics_service.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions config/manager/kustomization.yaml

This file was deleted.

95 changes: 0 additions & 95 deletions config/manager/manager.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions config/network-policy/allow-metrics-traffic.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions config/network-policy/kustomization.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions config/prometheus/kustomization.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions config/prometheus/monitor.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions config/rbac/kustomization.yaml

This file was deleted.

Loading

0 comments on commit a29bad9

Please sign in to comment.