mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
Compare commits
1 Commits
renovate/p
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9150a0f9b1 |
@@ -43,7 +43,7 @@
|
||||
"#bootstrap/*": "./src/bootstrap/*",
|
||||
"#utils/*": "./src/utils/*"
|
||||
},
|
||||
"packageManager": "pnpm@10.27.0",
|
||||
"packageManager": "pnpm@10.17.1",
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"sqlite3"
|
||||
|
||||
@@ -31,11 +31,11 @@ class BootstrapService {
|
||||
|
||||
public ensure = async () => {
|
||||
await this.namespaces.ensure();
|
||||
await this.repos.ensure();
|
||||
// await this.repos.ensure();
|
||||
// await this.releases.ensure();
|
||||
await this.cloudflareTunnel.ensure({
|
||||
spec: {},
|
||||
});
|
||||
// await this.cloudflareTunnel.ensure({
|
||||
// spec: {},
|
||||
//});
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import { homelab } from '#resources/homelab/homelab.ts';
|
||||
const services = new Services();
|
||||
const resourceService = services.get(ResourceService);
|
||||
|
||||
await resourceService.install(...Object.values(homelab));
|
||||
// await resourceService.install(...Object.values(homelab));
|
||||
await resourceService.register(...Object.values(resources));
|
||||
|
||||
const bootstrapService = services.get(BootstrapService);
|
||||
|
||||
@@ -11,7 +11,7 @@ const resources = {
|
||||
...flux,
|
||||
...certManager,
|
||||
...istio,
|
||||
...homelab,
|
||||
// ...homelab,
|
||||
} satisfies Record<string, ResourceClass<ExpectedAny>>;
|
||||
|
||||
export { resources };
|
||||
|
||||
Reference in New Issue
Block a user