Merge pull request #96 from aenix-io/missing-makefile

fix: missing package-system.mk
This commit is contained in:
Marian Koreniuk
2024-04-23 12:53:00 +03:00
committed by GitHub
28 changed files with 30 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
NAME=capi-operator
NAMESPACE=cozy-cluster-api
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,4 +1,4 @@
NAME=capi-providers
NAMESPACE=cozy-cluster-api
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk

View File

@@ -1,4 +1,4 @@
NAME=cert-manager-issuers
NAMESPACE=cozy-cert-manager
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk

View File

@@ -1,7 +1,7 @@
NAME=cert-manager
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,7 +1,7 @@
NAME=cilium
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,7 +1,7 @@
NAME=clickhouse-operator
NAMESPACE=cozy-clickhouse-operator
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -5,7 +5,7 @@ LOAD := 0
REPOSITORY := ghcr.io/aenix-io/cozystack
TAG := v0.3.0
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update: update-chart update-dockerfiles
image: image-dashboard image-kubeapps-apis

View File

@@ -1,7 +1,7 @@
NAME=grafana-operator
NAMESPACE=cozy-grafana-operator
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,7 +1,7 @@
NAME=ingress-nginx
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,7 +1,7 @@
NAME=kafka-operator
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,7 +1,7 @@
NAME=kamaji
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,7 +1,7 @@
NAME=kubeovn
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts && mkdir -p charts/kube-ovn

View File

@@ -1,7 +1,7 @@
NAME=kubevirt-cdi-operator
NAMESPACE=cozy-kubevirt-cdi
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf templates

View File

@@ -1,7 +1,7 @@
NAME=kubevirt-cdi
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf templates

View File

@@ -1,7 +1,7 @@
NAME=kubevirt-operator
NAMESPACE=cozy-kubevirt
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf templates

View File

@@ -1,7 +1,7 @@
NAME=kubevirt
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf templates

View File

@@ -1,4 +1,4 @@
NAME=linstor
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk

View File

@@ -1,7 +1,7 @@
NAME=mariadb-operator
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,7 +1,7 @@
NAME=metallb
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,7 +1,7 @@
NAME=monitoring
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,7 +1,7 @@
NAME=piraeus-operator
NAMESPACE=cozy-linstor
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,7 +1,7 @@
NAME=postgres-operator
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,7 +1,7 @@
NAME=rabbitmq-operator
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf templates/cluster-operator.yml

View File

@@ -1,7 +1,7 @@
NAME=redis-operator
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,7 +1,7 @@
NAME=traffic-manager
NAMESPACE=cozy-telepresence
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -1,7 +1,7 @@
NAME=victoria-metrics-operator
NAMESPACE=cozy-$(NAME)
include ../../../hack/package-system.mk
include ../../../scripts/package-system.mk
update:
rm -rf charts

View File

@@ -24,10 +24,10 @@ flux_is_ok() {
install_basic_charts() {
if [ "$BUNDLE" = "paas-full" ] || [ "$BUNDLE" = "distro-full" ]; then
make -C packages/system/cilium apply
make -C packages/system/cilium apply resume
fi
if [ "$BUNDLE" = "paas-full" ]; then
make -C packages/system/kubeovn apply
make -C packages/system/kubeovn apply resume
fi
}

View File

@@ -14,7 +14,7 @@ diff: ## Diff Helm release against objects in a Kubernetes cluster
kubectl get hr -n $(NAMESPACE) $(NAME) -o jsonpath='{.spec.values}' | helm diff upgrade --allow-unreleased --normalize-manifests -n $(NAMESPACE) $(NAME) . -f -
suspend: ## Suspend reconciliation for an existing Helm release
flux suspend hr -n $(NAMESPACE) $(NAME)
kubectl patch hr -n $(NAMESPACE) $(NAME) -p '{"spec": {"suspend": true}}' --type=merge
resume: ## Resume reconciliation for an existing Helm release
flux resume hr -n $(NAMESPACE) $(NAME)
kubectl patch hr -n $(NAMESPACE) $(NAME) -p '{"spec": {"suspend": null}}' --type=merge