Skip to content

Commit

Permalink
Update to new operator API version
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Jan 24, 2025
1 parent 8979acf commit 4396fe0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/dotnet/chart/templates/instrumentation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: newrelic.com/v1alpha2
apiVersion: newrelic.com/v1beta1
kind: Instrumentation
metadata:
name: newrelic-instrumentation-dotnet
Expand Down
2 changes: 1 addition & 1 deletion tests/java/chart/templates/instrumentation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: newrelic.com/v1alpha2
apiVersion: newrelic.com/v1beta1
kind: Instrumentation
metadata:
name: newrelic-instrumentation-java
Expand Down
2 changes: 1 addition & 1 deletion tests/nodejs/chart/templates/instrumentation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: newrelic.com/v1alpha2
apiVersion: newrelic.com/v1beta1
kind: Instrumentation
metadata:
name: newrelic-instrumentation-nodejs
Expand Down
2 changes: 1 addition & 1 deletion tests/php/chart/templates/instrumentation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: newrelic.com/v1alpha2
apiVersion: newrelic.com/v1beta1
kind: Instrumentation
metadata:
name: newrelic-instrumentation-php
Expand Down
2 changes: 1 addition & 1 deletion tests/python/chart/templates/instrumentation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: newrelic.com/v1alpha2
apiVersion: newrelic.com/v1beta1
kind: Instrumentation
metadata:
name: newrelic-instrumentation-python
Expand Down
2 changes: 1 addition & 1 deletion tests/ruby/chart/templates/instrumentation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: newrelic.com/v1alpha2
apiVersion: newrelic.com/v1beta1
kind: Instrumentation
metadata:
name: newrelic-instrumentation-ruby
Expand Down

0 comments on commit 4396fe0

Please sign in to comment.