2
2
3
3
<!-- markdownlint-disable MD033 -->
4
4
<p align =" center " >
5
- <a href =" /../../commits/ " title =" Last Commit " ><img alt =" Last Commit " src =" https://img.shields.io/github/last-commit/caas-team /sparrow?style=flat " ></a >
6
- <a href =" /../../issues " title =" Open Issues " ><img alt =" Open Issues " src =" https://img.shields.io/github/issues/caas-team /sparrow?style=flat " ></a >
5
+ <a href =" /../../commits/ " title =" Last Commit " ><img alt =" Last Commit " src =" https://img.shields.io/github/last-commit/telekom /sparrow?style=flat " ></a >
6
+ <a href =" /../../issues " title =" Open Issues " ><img alt =" Open Issues " src =" https://img.shields.io/github/issues/telekom /sparrow?style=flat " ></a >
7
7
<a href =" ./LICENSE " title =" License " ><img alt =" License " src =" https://img.shields.io/badge/License-Apache%202.0-green.svg?style=flat " ></a >
8
8
</p >
9
9
<!-- markdownlint-enable MD033 -->
@@ -73,7 +73,7 @@ ensuring robust monitoring and quick detection of potential issues.
73
73
74
74
The ` sparrow ` is provided as a small binary & a container image.
75
75
76
- Please refer to the [ release notes] ( https://github.com/caas-team /sparrow/releases ) to get the latest version.
76
+ Please refer to the [ release notes] ( https://github.com/telekom /sparrow/releases ) to get the latest version.
77
77
78
78
### Binary
79
79
@@ -87,8 +87,8 @@ export RELEASE_VERSION=0.5.0
87
87
Download the binary:
88
88
89
89
``` sh
90
- curl https://github.com/caas-team /sparrow/releases/download/v${RELEASE_VERSION} /sparrow_${RELEASE_VERSION} _linux_amd64.tar.gz -Lo sparrow.tar.gz
91
- curl https://github.com/caas-team /sparrow/releases/download/v${RELEASE_VERSION} /sparrow_${RELEASE_VERSION} _checksums.txt -Lo checksums.txt
90
+ curl https://github.com/telekom /sparrow/releases/download/v${RELEASE_VERSION} /sparrow_${RELEASE_VERSION} _linux_amd64.tar.gz -Lo sparrow.tar.gz
91
+ curl https://github.com/telekom /sparrow/releases/download/v${RELEASE_VERSION} /sparrow_${RELEASE_VERSION} _checksums.txt -Lo checksums.txt
92
92
```
93
93
94
94
Extract the binary:
@@ -99,15 +99,15 @@ tar -xf sparrow.tar.gz
99
99
100
100
### Container Image
101
101
102
- The [ sparrow container images] ( https://github.com/caas-team /sparrow/pkgs/container/sparrow ) for
103
- dedicated [ release] ( https://github.com/caas-team /sparrow/releases ) can be found in the GitHub registry.
102
+ The [ sparrow container images] ( https://github.com/telekom /sparrow/pkgs/container/sparrow ) for
103
+ dedicated [ release] ( https://github.com/telekom /sparrow/releases ) can be found in the GitHub registry.
104
104
105
105
### Helm
106
106
107
107
Sparrow can be installed via Helm Chart. The chart is available in the GitHub registry:
108
108
109
109
``` sh
110
- helm -n sparrow upgrade -i sparrow oci://ghcr.io/caas-team /charts/sparrow --create-namespace
110
+ helm -n sparrow upgrade -i sparrow oci://ghcr.io/telekom /charts/sparrow --create-namespace
111
111
```
112
112
113
113
The default settings are suitable for a local configuration. With the default Helm values, the sparrow loader uses a
@@ -151,12 +151,12 @@ sparrow run --sparrowName sparrow.telekom.de
151
151
152
152
# ## Image
153
153
154
- Run a `sparrow` container by using e.g. `docker run ghcr.io/caas-team /sparrow`.
154
+ Run a `sparrow` container by using e.g. `docker run ghcr.io/telekom /sparrow`.
155
155
156
- Pass the available configuration arguments to the container e.g. `docker run ghcr.io/caas-team /sparrow --help`.
156
+ Pass the available configuration arguments to the container e.g. `docker run ghcr.io/telekom /sparrow --help`.
157
157
158
158
Start the instance using a mounted startup configuration file
159
- e.g. `docker run -v /config:/config ghcr.io/caas-team /sparrow --config /config/config.yaml`.
159
+ e.g. `docker run -v /config:/config ghcr.io/telekom /sparrow --config /config/config.yaml`.
160
160
161
161
# # Configuration
162
162
@@ -710,9 +710,9 @@ The application itself and all end-user facing content will be made available in
710
710
The following channels are available for discussions, feedback, and support requests :
711
711
712
712
<!-- markdownlint-disable MD033 -->
713
- | Type | Channel |
714
- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
715
- | **Issues** | <a href="/../../issues/new/choose" title="General Discussion"><img alt="Issues" src="https://img.shields.io/github/issues/caas-team /sparrow?style=flat-square"></a> |
713
+ | Type | Channel |
714
+ | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
715
+ | **Issues** | <a href="/../../issues/new/choose" title="General Discussion"><img alt="Issues" src="https://img.shields.io/github/issues/telekom /sparrow?style=flat-square"></a> |
716
716
<!-- markdownlint-enable MD033 -->
717
717
718
718
# # How to Contribute
0 commit comments