Skip to content

Commit

Permalink
Update remaining refs to old name (#89)
Browse files Browse the repository at this point in the history
* Update remaining refs to old name

* Update charts/apm-attacher/Chart.yaml

Co-authored-by: Trent Mick <[email protected]>

---------

Co-authored-by: Trent Mick <[email protected]>
  • Loading branch information
estolfo and trentm authored Jan 11, 2024
1 parent d2b975f commit a13268f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
RUN CGO_ENABLED=0 go build -o webhook -a -installsuffix cgo .

FROM alpine
WORKDIR /usr/share/apm-mutating-webhook
WORKDIR /usr/share/apm-k8s-attacher
COPY --from=build /app/webhook .
ADD LICENSE.txt NOTICE.txt /usr/share/apm-mutating-webhook/
ADD LICENSE.txt NOTICE.txt /usr/share/apm-k8s-attacher/
ENTRYPOINT ["./webhook"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See [Elastic APM Attacher](https://www.elastic.co/guide/en/apm/attacher/current/

## Getting Help

If you find a bug, please [report an issue](https://github.com/elastic/apm-mutating-webhook/issues).
If you find a bug, please [report an issue](https://github.com/elastic/apm-k8s-attacher/issues).
For any other assistance, please open or add to a topic on the [APM discuss forum](https://discuss.elastic.co/c/apm).

## Contributing
Expand Down
4 changes: 2 additions & 2 deletions charts/apm-attacher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: apm-attacher
type: application
version: "0.3.0"
description: A Helm chart installing the Elastic APM mutating webhook.
description: A Helm chart installing the Elastic APM Kubernetes Attacher.
sources:
- https://github.com/elastic/apm-mutating-webhook
- https://github.com/elastic/apm-k8s-attacher
2 changes: 1 addition & 1 deletion charts/apm-attacher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The APM attacher for Kubernetes simplifies the instrumentation and configuration
For more information about the APM Agent Auto attacher, see:

- [Documentation](https://elastic.co/guide/en/apm/guide/current/apm-mutating-admission-webhook.html)
- [GitHub repo](https://github.com/elastic/apm-mutating-webhook)
- [GitHub repo](https://github.com/elastic/apm-k8s-attacher)

## Requirements

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ NOTE: For the best reading experience,
please view this documentation at https://www.elastic.co/guide/en/ecs-logging/go-zap/current/index.html[elastic.co]
endif::[]

include::apm-mutating-webhook.asciidoc[]
include::apm-k8s-attacher.asciidoc[]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/elastic/apm-mutating-webhook
module github.com/elastic/apm-k8s-attacher

go 1.20

Expand Down
4 changes: 2 additions & 2 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
build:
local: {}
artifacts:
- image: elastic/apm-mutating-webhook
- image: elastic/apm-k8s-attacher
docker:
dockerfile: "Dockerfile"
deploy:
Expand All @@ -14,7 +14,7 @@ deploy:
- name: apm-attacher
chartPath: apm-attacher
artifactOverrides:
image: elastic/apm-mutating-webhook
image: elastic/apm-k8s-attacher
imageStrategy:
helm: {}
namespace: elastic-apm
Expand Down

0 comments on commit a13268f

Please sign in to comment.