Fix incorrect path to include in Makefiles (#89)

fix regression introduced by https://github.com/aenix-io/cozystack/pull/86

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Marian Koreniuk
2024-04-17 23:55:11 +02:00
committed by Andrei Kvapil
parent 038b3c08f4
commit 05813c06dd
26 changed files with 26 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
NAME=capi-operator
NAMESPACE=cozy-cluster-api
include ../../hack/package-system.mk
include ../../../hack/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 ../../../hack/package-system.mk

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
NAME=cilium
NAMESPACE=cozy-$(NAME)
include ../../hack/package-system.mk
include ../../../hack/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 ../../../hack/package-system.mk
update:
rm -rf charts

View File

@@ -5,7 +5,7 @@ LOAD := 0
REPOSITORY := ghcr.io/aenix-io/cozystack
TAG := v0.2.0
include ../../hack/package-system.mk
include ../../../hack/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 ../../../hack/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 ../../../hack/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 ../../../hack/package-system.mk
update:
rm -rf charts

View File

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

View File

@@ -1,7 +1,7 @@
NAME=kubeovn
NAMESPACE=cozy-$(NAME)
include ../../hack/package-system.mk
include ../../../hack/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 ../../../hack/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 ../../../hack/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 ../../../hack/package-system.mk
update:
rm -rf templates

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,14 +1,7 @@
NAME=piraeus-operator
NAMESPACE=cozy-linstor
show:
helm template --dry-run=server -n $(NAMESPACE) $(NAME) .
apply:
helm upgrade -i -n $(NAMESPACE) $(NAME) .
diff:
helm diff upgrade --allow-unreleased --normalize-manifests -n $(NAMESPACE) $(NAME) .
include ../../../hack/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 ../../../hack/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 ../../../hack/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 ../../../hack/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 ../../../hack/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 ../../../hack/package-system.mk
update:
rm -rf charts