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.
1 parent 6164c9c commit 1b0560dCopy full SHA for 1b0560d
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