Skip to content

Commit 754ff70

Browse files
committed
prometheus-airbyte-exporter: bump app to 2.0.0 and chart to 0.4.0
Signed-off-by: VirtualTam <[email protected]>
1 parent 33003a8 commit 754ff70

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License
22

33
Copyright 2023 VirtualTam <[email protected]>
4+
Copyright 2023 Botify and contributors
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy of
67
this software and associated documentation files (the "Software"), to deal in

charts/prometheus-airbyte-exporter/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.1
18+
version: 0.4.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.1.0"
24+
appVersion: "2.0.0"
2525

26-
home: https://github.com/virtualtam/airbyte_exporter
26+
home: https://github.com/botify-labs/airbyte_exporter
2727
sources:
28-
- https://github.com/virtualtam/airbyte_exporter
28+
- https://github.com/botify-labs/airbyte_exporter
2929
keywords:
3030
- airbyte
3131
- prometheus

charts/prometheus-airbyte-exporter/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Prometheus exporter for [Airbyte](https://airbyte.com/) metrics.
44

5-
This chart bootstraps a Prometheus [airbyte_exporter](https://github.com/virtualtam/airbyte_exporter)
5+
This chart bootstraps a Prometheus [airbyte_exporter](https://github.com/botify-labs/airbyte_exporter)
66
Deployment on a [Kubernetes](https://kubernetes.io/) cluster using the [Helm](https://helm.sh/)
77
package manager.
88

@@ -14,7 +14,7 @@ package manager.
1414
## Add Helm Chart Repository
1515

1616
```shell
17-
helm repo add virtualtam https://virtualtam.github.io/helm-charts
17+
helm repo add botify-labs https://botify-labs.github.io/helm-charts
1818
helm repo update
1919
```
2020

@@ -23,7 +23,7 @@ _See [`helm repo`](https://helm.sh/docs/helm/helm_repo/) for command documentati
2323
## Install Chart
2424

2525
```console
26-
helm install [RELEASE_NAME] virtualtam/prometheus-airbyte-exporter
26+
helm install [RELEASE_NAME] botify-labs/prometheus-airbyte-exporter
2727
```
2828

2929
_See [configuration](#configuring) below._
@@ -47,5 +47,5 @@ To see all configurable options with detailed comments, visit the chart's [value
4747
or run these configuration commands:
4848

4949
```console
50-
helm show values virtualtam/prometheus-airbyte-exporter
50+
helm show values botify-labs/prometheus-airbyte-exporter
5151
```

charts/prometheus-airbyte-exporter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: ghcr.io/virtualtam/airbyte_exporter
8+
repository: ghcr.io/botify-labs/airbyte_exporter
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
1111
tag: ""

0 commit comments

Comments
 (0)