We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6164c9c + 1b0560d commit ad30c75Copy full SHA for ad30c75
PetAdoptions/cdk/pet_stack/lib/services.ts
@@ -513,7 +513,7 @@ export class Services extends Stack {
513
// NOTE: Amazon CloudWatch Observability Addon for CloudWatch Agent and Fluentbit
514
const otelAddon = new eks.CfnAddon(this, 'otelObservabilityAddon', {
515
addonName: 'amazon-cloudwatch-observability',
516
- addonVersion: 'v1.2.0-eksbuild.1',
+ addonVersion: 'v2.6.0-eksbuild.1',
517
clusterName: cluster.clusterName,
518
// the properties below are optional
519
resolveConflicts: 'OVERWRITE',
0 commit comments