Skip to content

Commit

Permalink
Merge pull request #12 from kriegalex/feature/nextcloud
Browse files Browse the repository at this point in the history
add nextcloud
  • Loading branch information
kriegalex authored Feb 16, 2025
2 parents ccc0523 + a90ad13 commit cd5111c
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/nextcloud/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!Chart.yaml
33 changes: 33 additions & 0 deletions charts/nextcloud/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
node_modules/
.npmrc
package.json
package-lock.json
.gitea/
Makefile
.markdownlintignore
.markdownlint.yaml
.drone.yml
CONTRIBUTING.md
unittests/
8 changes: 8 additions & 0 deletions charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# charts/vendored-charts/nextcloud/Chart.yaml
apiVersion: v2
name: nextcloud
version: 6.6.3
dependencies:
- name: nextcloud
version: 6.6.3
repository: https://nextcloud.github.io/helm/
3 changes: 3 additions & 0 deletions charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This is a placeholder values file for the prowlarr chart.
# Actual values should be defined in the custom chart that uses this as a dependency.
{}

0 comments on commit cd5111c

Please sign in to comment.