Fix pre-commit check

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil 2026-01-20 03:24:32 +01:00
parent a737a84f5e
commit 534779f908
No known key found for this signature in database
GPG key ID: 931CF7FEACEAF765
7 changed files with 11 additions and 13 deletions

View file

@ -1,4 +1,4 @@
include ../../../scripts/package.mk
include ../../../hack/package.mk
.PHONY: generate update

View file

@ -2,7 +2,7 @@ export NAME=flux-plunger
export NAMESPACE=cozy-fluxcd
include ../../../scripts/common-envs.mk
include ../../../scripts/package.mk
include ../../../hack/package.mk
image:
docker buildx build -f images/flux-plunger/Dockerfile ../../../ \

View file

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

View file

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

View file

@ -1,4 +1,4 @@
export NAME=mongodb-rd
export NAMESPACE=cozy-system
include ../../../scripts/package.mk
include ../../../hack/package.mk

View file

@ -12,13 +12,11 @@ spec:
release:
prefix: mongodb-
labels:
cozystack.io/ui: "true"
chart:
name: mongodb
sourceRef:
kind: HelmRepository
name: cozystack-apps
namespace: cozy-public
sharding.fluxcd.io/key: tenants
chartRef:
kind: ExternalArtifact
name: cozystack-mongodb-application-default-mongodb
namespace: cozy-system
dashboard:
category: PaaS
singular: MongoDB

View file

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