From 31c8d6ec5334fc3a041864699249bfa5a03570db Mon Sep 17 00:00:00 2001
From: groundhog2k <groundhog2k@users.noreply.github.com>
Date: Sun, 18 Oct 2020 11:11:04 +0000
Subject: [PATCH] Update index.yaml

Signed-off-by: groundhog2k <groundhog2k@users.noreply.github.com>
---
 index.yaml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/index.yaml b/index.yaml
index ba15a6e9..af436cdb 100644
--- a/index.yaml
+++ b/index.yaml
@@ -49,6 +49,32 @@ entries:
     urls:
     - https://github.com/groundhog2k/helm-charts/releases/download/mariadb-0.1.0/mariadb-0.1.0.tgz
     version: 0.1.0
+  nextcloud:
+  - apiVersion: v2
+    appVersion: 19.0.3-apache
+    created: "2020-10-18T11:11:04.117061082Z"
+    dependencies:
+    - condition: mariadb.enabled
+      name: mariadb
+      repository: https://groundhog2k.github.io/helm-charts
+      version: 0.1.0
+    - condition: postgres.enabled
+      name: postgres
+      repository: https://groundhog2k.github.io/helm-charts
+      version: 0.1.0
+    - condition: redis.enabled
+      name: redis
+      repository: https://groundhog2k.github.io/helm-charts
+      version: 0.1.0
+    description: A Helm chart for Nextcloud on Kubernetes
+    digest: 26bacde8f3c1d562323dfcbc021171c15c15761f8d546ca8a8e20c7b14a17215
+    maintainers:
+    - name: groundhog2k
+    name: nextcloud
+    type: application
+    urls:
+    - https://github.com/groundhog2k/helm-charts/releases/download/nextcloud-0.1.0/nextcloud-0.1.0.tgz
+    version: 0.1.0
   postgres:
   - apiVersion: v2
     appVersion: "12.4"
-- 
GitLab