@catladder/cli 3.11.1 → 3.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -84,6 +84,7 @@ export declare const createKubeValues: (context: ComponentContext<BuildContextCo
84
84
  schedule: string;
85
85
  command: string;
86
86
  concurrencyPolicy?: "Forbid" | "Allow" | "Replace";
87
+ timeZone?: string;
87
88
  }>;
88
89
  };
89
90
  });
@@ -223,6 +223,7 @@ export type DeployConfigKubernetesValues = AllowUnknownProps<{
223
223
  schedule: string;
224
224
  command: string;
225
225
  concurrencyPolicy?: "Forbid" | "Allow" | "Replace";
226
+ timeZone?: string;
226
227
  }>>;
227
228
  /**
228
229
  * configuration for the application ("Deployment" in kubernetes)