Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
158 changes: 0 additions & 158 deletions .github/workflows/push_oci_artifact.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ deployment:
port: ${nr-var:health_port}
packages:
infra-agent:
type: zip
download:
oci:
registry: ${nr-var:oci.registry}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ deployment:
port: ${nr-var:health_check.port}
packages:
nrdot:
type: zip
download:
oci:
registry: ${nr-var:oci.registry}
Expand Down
1 change: 0 additions & 1 deletion agent-control/src/agent_type/definition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ deployment:
- ${nr-var:config2}
packages:
infra-agent:
type: tar.gz
download:
oci:
registry: ${nr-var:registry}
Expand Down
4 changes: 0 additions & 4 deletions agent-control/src/agent_type/runtime_config/on_host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ executables:
args: []
packages:
my-pkg:
type: tar
download:
oci:
registry: my.registry
Expand Down Expand Up @@ -258,7 +257,6 @@ executables:
args: []
packages:
my-pkg:
type: tar
download:
oci:
registry: my.registry
Expand Down Expand Up @@ -751,15 +749,13 @@ executables:
last_retry_interval: 30s
packages:
otel-first:
type: tar.gz
download:
oci:
registry: ${nr-var:registry}
repository: ${nr-var:repository}
version: ${nr-var:version}
public_key_url: ${nr-var:public-key-url}
otel-second:
type: tar.gz
download:
oci:
registry: ${nr-var:registry}
Expand Down
Loading