chore: update services to latest versions

This commit is contained in:
2025-07-15 13:08:25 +05:00
parent e132857423
commit 4cd61b76f6
5 changed files with 17 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ type NginxOptions = {
provider: HelmProvider;
name: string;
namespace: string;
version: string;
};
export class Nginx extends Construct {