-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: replace caas-team with telekom due to repo transfer
Signed-off-by: lvlcn-t <[email protected]>
- Loading branch information
Showing
62 changed files
with
187 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,10 @@ builds: | |
- arm64 | ||
dockers: | ||
- image_templates: | ||
- "ghcr.io/caas-team/sparrow:latest" | ||
- "ghcr.io/caas-team/sparrow:{{ .Tag }}" | ||
- "ghcr.io/caas-team/sparrow:v{{ .Major }}.{{ .Minor }}" | ||
- "ghcr.io/caas-team/sparrow:v{{ .Major }}" | ||
- "ghcr.io/telekom/sparrow:latest" | ||
- "ghcr.io/telekom/sparrow:{{ .Tag }}" | ||
- "ghcr.io/telekom/sparrow:v{{ .Major }}.{{ .Minor }}" | ||
- "ghcr.io/telekom/sparrow:v{{ .Major }}" | ||
- "mtr.devops.telekom.de/sparrow/sparrow:latest" | ||
- "mtr.devops.telekom.de/sparrow/sparrow:{{ .Tag }}" | ||
- "mtr.devops.telekom.de/sparrow/sparrow:v{{ .Major }}.{{ .Minor }}" | ||
|
@@ -24,7 +24,7 @@ dockers: | |
- --label=org.opencontainers.image.title={{ .ProjectName }} | ||
- --label=org.opencontainers.image.description={{ .ProjectName }} | ||
- --label=org.opencontainers.image.url=https://caas.telekom.de | ||
- --label=org.opencontainers.image.source=https://github.com/caas-team/sparrow | ||
- --label=org.opencontainers.image.source=https://github.com/telekom/sparrow | ||
- --label=org.opencontainers.image.version={{ .Version }} | ||
- --label=org.opencontainers.image.created={{ .Timestamp }} | ||
- --label=org.opencontainers.image.revision={{ .FullCommit }} | ||
|
@@ -33,7 +33,7 @@ nfpms: | |
- maintainer: CaaS <[email protected]> | ||
description: |- | ||
Monitoring tool to gather infrastructure network information | ||
homepage: https://github.com/caas-team | ||
homepage: https://github.com/telekom | ||
license: Apache 2.0 | ||
formats: | ||
- deb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,19 @@ keywords: | |
- monitoring | ||
version: 0.0.4 | ||
appVersion: "v0.5.0" | ||
icon: https://github.com/caas-team/sparrow/blob/main/docs/img/sparrow.png | ||
icon: https://github.com/telekom/sparrow/blob/main/docs/img/sparrow.png | ||
sources: | ||
- https://github.com/caas-team/sparrow | ||
- https://github.com/telekom/sparrow | ||
maintainers: | ||
- name: eumel8 | ||
email: [email protected] | ||
url: https://www.telekom.com | ||
- name: y-eight | ||
email: [email protected] | ||
url: https://www.telekom.com | ||
- name: puffitos | ||
email: [email protected] | ||
url: https://www.telekom.com | ||
- name: ntreml | ||
email: [email protected] | ||
url: https://www.telekom.com | ||
- name: lvlcn-t | ||
email: [email protected] | ||
url: https://www.telekom.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,25 +8,27 @@ A Helm chart to install Sparrow | |
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| eumel8 | <[email protected]> | <https://www.telekom.com> | | ||
| y-eight | <[email protected]> | <https://www.telekom.com> | | ||
| puffitos | <[email protected]> | <https://www.telekom.com> | | ||
| ntreml | <[email protected]> | <https://www.telekom.com> | | ||
| lvlcn-t | <[email protected]> | <https://www.telekom.com> | | ||
|
||
## Source Code | ||
|
||
* <https://github.com/caas-team/sparrow> | ||
* <https://github.com/telekom/sparrow> | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| affinity | object | `{}` | | | ||
| checksConfig | object | `{}` | Check configuration of the Sparrow read on runtime see: https://github.com/caas-team/sparrow?tab=readme-ov-file#checks | | ||
| checksConfig | object | `{}` | Check configuration of the Sparrow read on runtime see: https://github.com/telekom/sparrow?tab=readme-ov-file#checks | | ||
| env | object | `{}` | | | ||
| envFromSecrets | list | `[]` | extra environment variables Allows you to set environment variables through secrets you defined outside of the helm chart Useful for sensitive information like the http loader token | | ||
| extraArgs | object | `{}` | Extra command line start parameters see: https://github.com/caas-team/sparrow/blob/main/docs/sparrow_run.md | | ||
| extraArgs | object | `{}` | Extra command line start parameters see: https://github.com/telekom/sparrow/blob/main/docs/sparrow_run.md | | ||
| fullnameOverride | string | `""` | | | ||
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| image.repository | string | `"ghcr.io/caas-team/sparrow"` | | | ||
| image.repository | string | `"ghcr.io/telekom/sparrow"` | | | ||
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. | | ||
| imagePullSecrets | list | `[]` | | | ||
| ingress.annotations | object | `{}` | | | ||
|
@@ -64,7 +66,7 @@ A Helm chart to install Sparrow | |
| serviceMonitor.interval | string | `"30s"` | Sets the scrape interval | | ||
| serviceMonitor.labels | object | `{}` | Additional label added to the service Monitor | | ||
| serviceMonitor.scrapeTimeout | string | `"5s"` | Sets the scrape timeout | | ||
| sparrowConfig | object | `{"loader":{"file":{"path":"/config/checks.yaml"},"interval":"30s","type":"file"},"name":"sparrow.com"}` | Sparrow configuration read on startup see: https://github.com/caas-team/sparrow/blob/main/docs/sparrow_run.md | | ||
| sparrowConfig | object | `{"loader":{"file":{"path":"/config/checks.yaml"},"interval":"30s","type":"file"},"name":"sparrow.com"}` | Sparrow configuration read on startup see: https://github.com/telekom/sparrow/blob/main/docs/sparrow_run.md | | ||
| startupProbe | object | `{"enabled":false,"failureThreshold":10,"initialDelaySeconds":10,"path":"/","periodSeconds":5,"successThreshold":1,"timeoutSeconds":1}` | Specifies the configuration for a startup probe to check if the sparrow application is started. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ | | ||
| tolerations | list | `[]` | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/caas-team/sparrow | ||
module github.com/telekom/sparrow | ||
|
||
go 1.23 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.