Skip to content

Commit

Permalink
FargateClusterProvider needs eks.KubernetesVersion object
Browse files Browse the repository at this point in the history
  • Loading branch information
Howlla authored Jan 3, 2024
1 parent ace52fe commit 6b3a6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class SingleNewEksAWSNativeFargateobservabilityConstruct {
// Define fargate cluster provider and pass the profile options
const fargateClusterProvider : blueprints.FargateClusterProvider = new blueprints.FargateClusterProvider({
fargateProfiles,
version: eks.KubernetesVersion.of("auto")
version: eks.KubernetesVersion.of("1.28")
});

const certManagerAddOnProps : blueprints.CertManagerAddOnProps = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default class SingleNewEksFargateOpenSourceObservabilityConstruct {
// Define fargate cluster provider and pass the profile options
const fargateClusterProvider: blueprints.FargateClusterProvider = new blueprints.FargateClusterProvider({
fargateProfiles,
version: eks.KubernetesVersion.of("auto")
version: eks.KubernetesVersion.of("1.28")
});

ObservabilityBuilder.builder()
Expand Down

0 comments on commit 6b3a6c0

Please sign in to comment.