mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 08:10:23 +08:00
Add dev train and excluded common-test chart.lock (#318)
This commit is contained in:
committed by
GitHub
parent
6342bdc292
commit
64aa712dab
24
dev/placeholder/6.6.6/.helmignore
Normal file
24
dev/placeholder/6.6.6/.helmignore
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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/
|
||||
# OWNERS file for Kubernetes
|
||||
OWNERS
|
||||
19
dev/placeholder/6.6.6/Chart.yaml
Normal file
19
dev/placeholder/6.6.6/Chart.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: placeholder
|
||||
version: 6.6.6
|
||||
upstream_version: 6.6.6
|
||||
appVersion: "placeholder"
|
||||
description: THIS IS A PLACEHOLDER AND SHOULD NOT BE INSTALLED
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/jackett
|
||||
icon: https://truecharts.org/_static/img/jackett-icon.png
|
||||
keywords:
|
||||
sources:
|
||||
dependencies:
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: truecharts.org
|
||||
# annotations:
|
||||
0
dev/placeholder/6.6.6/README.md
Normal file
0
dev/placeholder/6.6.6/README.md
Normal file
0
dev/placeholder/6.6.6/app-readme.md
Normal file
0
dev/placeholder/6.6.6/app-readme.md
Normal file
1
dev/placeholder/6.6.6/ix_values.yaml
Normal file
1
dev/placeholder/6.6.6/ix_values.yaml
Normal file
@@ -0,0 +1 @@
|
||||
# No defaults
|
||||
6
dev/placeholder/6.6.6/questions.yaml
Normal file
6
dev/placeholder/6.6.6/questions.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
groups:
|
||||
- name: "Container Image"
|
||||
description: "Image to be used for container"
|
||||
|
||||
|
||||
questions: []
|
||||
0
dev/placeholder/6.6.6/templates/placeholder.yaml
Normal file
0
dev/placeholder/6.6.6/templates/placeholder.yaml
Normal file
1
dev/placeholder/6.6.6/test_values.yaml
Normal file
1
dev/placeholder/6.6.6/test_values.yaml
Normal file
@@ -0,0 +1 @@
|
||||
# No defaults
|
||||
1
dev/placeholder/6.6.6/values.yaml
Normal file
1
dev/placeholder/6.6.6/values.yaml
Normal file
@@ -0,0 +1 @@
|
||||
# This file is empty on purpose, as it should not be used with TrueNAS SCALE
|
||||
3
dev/placeholder/item.yaml
Normal file
3
dev/placeholder/item.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
categories:
|
||||
- placeholder
|
||||
icon_url: https://truecharts.org/_static/img/jackett-icon.png
|
||||
Reference in New Issue
Block a user