Merge pull request #6 from malarinv/fix/readme-license-ci-helm
Fix: Update README, license consistency, and Helm chart configurationspull/9/head v0.1.0
commit
e6d1a8fb91
10
README.md
10
README.md
|
|
@ -37,7 +37,7 @@ This separation of concerns ensures scalability, resilience, and aligns with Kub
|
||||||
1. Add the Helm chart repository (replace with your actual repo URL once published):
|
1. Add the Helm chart repository (replace with your actual repo URL once published):
|
||||||
|
|
||||||
```/dev/null/helm-install.sh#L1-1
|
```/dev/null/helm-install.sh#L1-1
|
||||||
helm repo add iperf3-monitor https://your-github-org.github.io/iperf3-monitor/
|
helm repo add iperf3-monitor https://malarinv.github.io/iperf3-monitor/
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Update your Helm repositories:
|
2. Update your Helm repositories:
|
||||||
|
|
@ -78,7 +78,7 @@ exporter:
|
||||||
# -- Configuration for the exporter container image.
|
# -- Configuration for the exporter container image.
|
||||||
image:
|
image:
|
||||||
# -- The container image repository for the exporter.
|
# -- The container image repository for the exporter.
|
||||||
repository: ghcr.io/my-org/iperf3-prometheus-exporter # Replace with your repo URL
|
repository: ghcr.io/malarinv/iperf3-monitor
|
||||||
# -- The container image tag for the exporter. If not set, the chart's appVersion is used.
|
# -- The container image tag for the exporter. If not set, the chart's appVersion is used.
|
||||||
tag: ""
|
tag: ""
|
||||||
# -- The image pull policy for the exporter container.
|
# -- The image pull policy for the exporter container.
|
||||||
|
|
@ -430,8 +430,4 @@ The project includes a GitHub Actions workflow (`.github/workflows/release.yml`)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the terms defined in the `LICENSE` file.
|
This project is licensed under the GNU Affero General Public License v3. See the `LICENSE` file for details.
|
||||||
|
|
||||||
```iperf3-monitor/LICENSE
|
|
||||||
This project is currently unlicensed. Please see the project's documentation or repository for licensing information when it becomes available.
|
|
||||||
```
|
|
||||||
|
|
|
||||||
|
|
@ -12,12 +12,12 @@ keywords:
|
||||||
- kubernetes
|
- kubernetes
|
||||||
- prometheus
|
- prometheus
|
||||||
- grafana
|
- grafana
|
||||||
home: https://github.com/malarinv/iperf3-monitor # Replace with your repo URL
|
home: https://github.com/malarinv/iperf3-monitor
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/malarinv/iperf3-monitor # Replace with your repo URL
|
- https://github.com/malarinv/iperf3-monitor
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Malar Invention # Replace with your name
|
- name: Malar Invention
|
||||||
email: malarkannan.invention@gmail.com # Replace with your email
|
email: malarkannan.invention@gmail.com
|
||||||
icon: https://raw.githubusercontent.com/malarinv/iperf3-monitor/main/icon.png # Optional icon URL
|
icon: https://raw.githubusercontent.com/malarinv/iperf3-monitor/main/icon.png # Optional icon URL
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ exporter:
|
||||||
# -- Configuration for the exporter container image.
|
# -- Configuration for the exporter container image.
|
||||||
image:
|
image:
|
||||||
# -- The container image repository for the exporter.
|
# -- The container image repository for the exporter.
|
||||||
repository: ghcr.io/malarinv/iperf3-prometheus-exporter # Replace with your repo URL
|
repository: ghcr.io/malarinv/iperf3-monitor
|
||||||
# -- The container image tag for the exporter. If not set, the chart's appVersion is used.
|
# -- The container image tag for the exporter. If not set, the chart's appVersion is used.
|
||||||
tag: ""
|
tag: ""
|
||||||
# -- The image pull policy for the exporter container.
|
# -- The image pull policy for the exporter container.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue