diff --git a/tests/dotnet/chart/templates/instrumentation.yaml b/tests/dotnet/chart/templates/instrumentation.yaml index 73fa468a..ed297b23 100644 --- a/tests/dotnet/chart/templates/instrumentation.yaml +++ b/tests/dotnet/chart/templates/instrumentation.yaml @@ -1,5 +1,5 @@ --- -apiVersion: newrelic.com/v1alpha2 +apiVersion: newrelic.com/v1beta1 kind: Instrumentation metadata: name: newrelic-instrumentation-dotnet diff --git a/tests/java/chart/templates/instrumentation.yaml b/tests/java/chart/templates/instrumentation.yaml index 4bf57f33..a1233667 100644 --- a/tests/java/chart/templates/instrumentation.yaml +++ b/tests/java/chart/templates/instrumentation.yaml @@ -1,5 +1,5 @@ --- -apiVersion: newrelic.com/v1alpha2 +apiVersion: newrelic.com/v1beta1 kind: Instrumentation metadata: name: newrelic-instrumentation-java diff --git a/tests/nodejs/chart/templates/instrumentation.yaml b/tests/nodejs/chart/templates/instrumentation.yaml index bcc54543..ca8f789c 100644 --- a/tests/nodejs/chart/templates/instrumentation.yaml +++ b/tests/nodejs/chart/templates/instrumentation.yaml @@ -1,5 +1,5 @@ --- -apiVersion: newrelic.com/v1alpha2 +apiVersion: newrelic.com/v1beta1 kind: Instrumentation metadata: name: newrelic-instrumentation-nodejs diff --git a/tests/php/chart/templates/instrumentation.yaml b/tests/php/chart/templates/instrumentation.yaml index 7607f4de..293ec3fb 100644 --- a/tests/php/chart/templates/instrumentation.yaml +++ b/tests/php/chart/templates/instrumentation.yaml @@ -1,5 +1,5 @@ --- -apiVersion: newrelic.com/v1alpha2 +apiVersion: newrelic.com/v1beta1 kind: Instrumentation metadata: name: newrelic-instrumentation-php diff --git a/tests/python/chart/templates/instrumentation.yaml b/tests/python/chart/templates/instrumentation.yaml index 0a5362b1..f309b1eb 100644 --- a/tests/python/chart/templates/instrumentation.yaml +++ b/tests/python/chart/templates/instrumentation.yaml @@ -1,5 +1,5 @@ --- -apiVersion: newrelic.com/v1alpha2 +apiVersion: newrelic.com/v1beta1 kind: Instrumentation metadata: name: newrelic-instrumentation-python diff --git a/tests/ruby/chart/templates/instrumentation.yaml b/tests/ruby/chart/templates/instrumentation.yaml index 284762ad..0503c666 100644 --- a/tests/ruby/chart/templates/instrumentation.yaml +++ b/tests/ruby/chart/templates/instrumentation.yaml @@ -1,5 +1,5 @@ --- -apiVersion: newrelic.com/v1alpha2 +apiVersion: newrelic.com/v1beta1 kind: Instrumentation metadata: name: newrelic-instrumentation-ruby