From aadcdcd13d4f4b9c236478635a1ba8ab63d9009b Mon Sep 17 00:00:00 2001 From: pieter Date: Wed, 3 Dec 2025 10:53:21 +0000 Subject: [PATCH] =?UTF-8?q?Chart.yaml=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chart.yaml | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) 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