Skip to content

Commit 19dc64c

Browse files
authoredMar 7, 2025··
Merge pull request #950 from solarwinds/feature/NH-99740-doc
Updating documentation after removing docker image of the repository

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed
 

Diff for: ‎README.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ Assets to monitor Kubernetes infrastructure using [SolarWinds Observability](htt
88
This repository contains:
99

1010
- Source files for [Helm chart](deploy/helm/README.md) `swo-k8s-collector`, used for collecting metrics, events and logs and exporting them to SolarWinds Observability platform.
11-
- Dockerfile for an image published to Docker hub, that is deployed as part of Kubernetes monitoring
1211
- All related sources that are built into that:
13-
- Custom OpenTelemetry Collector processors
1412
- OpenTelemetry Collector configuration
1513

1614

Diff for: ‎deploy/helm/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: swo-k8s-collector
3-
version: 4.4.0-alpha.20
3+
version: 4.5.0-alpha.1
44
appVersion: 0.119.3
55
description: SolarWinds Kubernetes Integration
66
keywords:

Diff for: ‎doc/development.md

-12
Original file line numberDiff line numberDiff line change
@@ -229,18 +229,6 @@ The Helm chart is bundled also in AKS/EKS addons. Make sure that any changes are
229229
230230
## Release
231231
232-
### Docker image
233-
234-
1. Create tag you want to release and push it to origin
235-
236-
```shell
237-
git tag 0.11.5
238-
git push origin 0.11.5
239-
```
240-
241-
1. GitHub Action will be triggered, building the release and awaiting manual approval for publishing.
242-
1. Once approved, it will be published to Docker Hub repository: [solarwinds/swi-opentelemetry-collector](https://hub.docker.com/repository/docker/solarwinds/swi-opentelemetry-collector).
243-
244232
### Helm Chart
245233
246234
1. Create PR with version change into [Chart.yaml](../deploy/helm/Chart.yaml)

0 commit comments

Comments
 (0)
Please sign in to comment.