diff --git a/Chart.yaml b/Chart.yaml index 6d0d167..b2e8572 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,21 @@ -apiVersion: v1 -name: app-name -description: Here comes an app description +apiVersion: v2 +name: yourls-nginx +description: A Helm chart for YOURLS URL shortener with NGINX type: application -version: 0.0.1 -appVersion: "0.0.0" -icon: https://upload.wikimedia.org/logo.png \ No newline at end of file +version: 1.0.0 +appVersion: "1.10.2" +keywords: + - yourls + - url-shortener + - nginx + - php-fpm +home: https://yourls.org/ +sources: + - https://github.com/YOURLS/YOURLS +maintainers: + - name: Pieter +dependencies: + - name: mysql + version: "9.x.x" + repository: "https://charts.bitnami.com/bitnami" + condition: mysql.enabled \ No newline at end of file