feat: revamp and use single namespace and update to latest versions

This commit is contained in:
2025-09-21 17:53:34 +05:00
parent 9b0434721b
commit cc90d7793a
18 changed files with 277 additions and 194 deletions

View File

@@ -5,7 +5,6 @@ import { Construct } from "constructs";
type GiteaServerOptions = {
provider: HelmProvider;
version: string;
name: string;
namespace: string;
};