Skip to content

Commit 1b0560d

Browse files
committed
Updated version of CW Addon
1 parent 6164c9c commit 1b0560d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PetAdoptions/cdk/pet_stack/lib/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ export class Services extends Stack {
513513
// NOTE: Amazon CloudWatch Observability Addon for CloudWatch Agent and Fluentbit
514514
const otelAddon = new eks.CfnAddon(this, 'otelObservabilityAddon', {
515515
addonName: 'amazon-cloudwatch-observability',
516-
addonVersion: 'v1.2.0-eksbuild.1',
516+
addonVersion: 'v2.6.0-eksbuild.1',
517517
clusterName: cluster.clusterName,
518518
// the properties below are optional
519519
resolveConflicts: 'OVERWRITE',

0 commit comments

Comments
 (0)