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 8902506 commit d949054Copy full SHA for d949054
lib/single-new-eks-opensource-observability-pattern/index.ts
@@ -102,9 +102,7 @@ export default class SingleNewEksOpenSourceobservabilityPattern {
102
.resourceProvider(ampWorkspaceName, new blueprints.CreateAmpProvider(ampWorkspaceName, ampWorkspaceName))
103
.version('auto')
104
.withAmpProps(ampAddOnProps)
105
- .withGrafanaOperatorProps({
106
- version: 'v5.3.0',
107
- })
+ .withGrafanaOperatorProps()
108
.enableOpenSourcePatternAddOns()
109
.addOns(...addOns)
110
.build(scope, stackId);
0 commit comments