Skip to content

Commit

Permalink
[stable/weblate] add artifacthub annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
max-rocket-internet committed Jan 7, 2025
1 parent bdb4ae6 commit b451153
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 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: [email protected]

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.

0 comments on commit b451153

Please sign in to comment.