Skip to content

Commit

Permalink
[stable/weblate] add artifacthub annotation (#660)
Browse files Browse the repository at this point in the history
* [stable/weblate] add artifacthub annotation

* remove broken link

* update readme etc

---------

Co-authored-by: Max Williams <max-rocket-internet@users.noreply.github.com>
  • Loading branch information
max-rocket-internet and max-rocket-internet authored Jan 7, 2025
1 parent bdb4ae6 commit 94e8615
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 17 deletions.
19 changes: 17 additions & 2 deletions stable/weblate/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
apiVersion: v1
apiVersion: v2
appVersion: "4.2-1"
description: Free web-based translation management system.
name: weblate
version: 0.3.0
version: 0.3.1
home: https://weblate.org
sources:
- https://github.com/WeblateOrg/weblate
maintainers:
- name: sietevecesmal
email: no-reply@deliveryhero.com

dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.6.26
condition: postgresql.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.0.10
condition: redis.enabled

annotations:
artifacthub.io/links: |
- name: Helm chart source
url: https://github.com/deliveryhero/helm-charts/tree/master/stable/weblate
4 changes: 2 additions & 2 deletions stable/weblate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# weblate

![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![AppVersion: 4.2-1](https://img.shields.io/badge/AppVersion-4.2--1-informational?style=flat-square)
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![AppVersion: 4.2-1](https://img.shields.io/badge/AppVersion-4.2--1-informational?style=flat-square)

Free web-based translation management system.

Expand All @@ -17,7 +17,7 @@ helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/weblate
To install a specific version of this chart:

```console
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/weblate --version 0.3.0
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/weblate --version 0.3.1
```

To install the chart with the release name `my-release`:
Expand Down
9 changes: 0 additions & 9 deletions stable/weblate/requirements.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions stable/wiremock/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
apiVersion: v1
name: wiremock
version: "1.4.4"
version: "1.4.5"
appVersion: "2.26.0"
home: http://wiremock.org/
icon: http://wiremock.org/images/wiremock-concept-icon-01.png
sources:
- https://github.com/tomakehurst/wiremock
- https://github.com/rodolpheche/wiremock-docker
Expand Down
4 changes: 2 additions & 2 deletions stable/wiremock/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# wiremock

![Version: 1.4.4](https://img.shields.io/badge/Version-1.4.4-informational?style=flat-square) ![AppVersion: 2.26.0](https://img.shields.io/badge/AppVersion-2.26.0-informational?style=flat-square)
![Version: 1.4.5](https://img.shields.io/badge/Version-1.4.5-informational?style=flat-square) ![AppVersion: 2.26.0](https://img.shields.io/badge/AppVersion-2.26.0-informational?style=flat-square)

A service virtualization tool (some call it mock server) for testing purposes.

Expand Down Expand Up @@ -88,7 +88,7 @@ helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/wiremock
To install a specific version of this chart:

```console
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/wiremock --version 1.4.4
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/wiremock --version 1.4.5
```

To install the chart with the release name `my-release`:
Expand Down

0 comments on commit 94e8615

Please sign in to comment.