Skip to content

Commit

Permalink
chore: update helm chart for latest release (#1001)
Browse files Browse the repository at this point in the history
Signed-off-by: Engin Diri <[email protected]>
  • Loading branch information
dirien authored Sep 29, 2024
1 parent d5ed482 commit cf02fd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions charts/minecraft-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ keywords:
- prometheus
- exporter
type: application
version: 0.12.0
appVersion: 0.20.0
version: 0.13.0
appVersion: 0.21.0
home: https://github.com/dirien/minecraft-prometheus-exporter/
sources:
- https://github.com/dirien/minecraft-prometheus-exporter/
Expand All @@ -19,10 +19,10 @@ maintainers:
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- update exporter to 0.20.0
- update exporter to 0.21.0
artifacthub.io/images: |
- name: minecraft-exporter
image: ghcr.io/dirien/minecraft-exporter:0.20.0
image: ghcr.io/dirien/minecraft-exporter:0.21.0
artifacthub.io/license: Apache-2.0
artifacthub.io/maintainers: |
- name: dirien
Expand Down
8 changes: 4 additions & 4 deletions charts/minecraft-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![minecraft-exporter](https://dirien.github.io/minecraft-prometheus-exporter/img/minecraft-exporter.jpg)

![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 0.20.0](https://img.shields.io/badge/AppVersion-0.20.0-informational?style=for-the-badge)
![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 0.21.0](https://img.shields.io/badge/AppVersion-0.21.0-informational?style=for-the-badge)

![Prometheus](https://img.shields.io/badge/Prometheus-E6522C?style=for-the-badge&logo=Prometheus&logoColor=white)
![Minecraft](https://img.shields.io/badge/Minecraft-62B47A?style=for-the-badge&logo=Minecraft&logoColor=white)
Expand All @@ -21,7 +21,7 @@ A Helm chart for prometheus minecraft exporter
To install the chart using the OCI artifact, run:

```bash
helm install minecraft-exporter oci://ghcr.io/dirien/charts/minecraft-exporter --version 0.12.0
helm install minecraft-exporter oci://ghcr.io/dirien/charts/minecraft-exporter --version 0.13.0
```

Keep in mind that you need Helm > 3.8.0 to use the [OCI feature](https://helm.sh/blog/storing-charts-in-oci/).
Expand All @@ -40,7 +40,7 @@ helm repo update
To install the chart with the release name minecraft-exporter run:

```bash
helm install minecraft-exporter minecraft-exporter/minecraft-exporter --version 0.12.0
helm install minecraft-exporter minecraft-exporter/minecraft-exporter --version 0.13.0
```

After a few seconds, minecraft-exporter should be running.
Expand All @@ -49,7 +49,7 @@ To install the chart in a specific namespace use following commands:

```bash
kubectl create ns minecraft-exporter
helm install minecraft-exporter minecraft-exporter/minecraft-exporter --namespace minecraft-exporter --version 0.12.0
helm install minecraft-exporter minecraft-exporter/minecraft-exporter --namespace minecraft-exporter --version 0.13.0
```

> **Tip**: List all releases using `helm list`, a release is a name used to track a specific deployment
Expand Down

0 comments on commit cf02fd0

Please sign in to comment.