Compare commits
26 Commits
plex-6.2.2
...
bookstack-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26b01f90c4 | ||
|
|
97d17c3e77 | ||
|
|
49c28640f9 | ||
|
|
80840cd907 | ||
|
|
405da28cd3 | ||
|
|
c0e176fcb9 | ||
|
|
aaedd037d2 | ||
|
|
dce7d51afa | ||
|
|
12d8790717 | ||
|
|
44056e680c | ||
|
|
0a0c2ef87e | ||
|
|
0564e120b2 | ||
|
|
fae94f6e36 | ||
|
|
9a5d3b2e2a | ||
|
|
3a47a625b6 | ||
|
|
f49a79bdf6 | ||
|
|
b12a8d1041 | ||
|
|
738a907a5f | ||
|
|
ca702a62f3 | ||
|
|
932f7aa9b4 | ||
|
|
29f0d11b5d | ||
|
|
cfd656a76f | ||
|
|
a7cc4fb3d4 | ||
|
|
ca03d11676 | ||
|
|
035ed59188 | ||
|
|
375ee9a796 |
36
.github/ISSUE_TEMPLATE/bug-report.md
vendored
36
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -1,36 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: kind:bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Details
|
|
||||||
|
|
||||||
**Helm chart name and version:**
|
|
||||||
|
|
||||||
<!-- Note: This should be the helm chart name and version you have deployed. e.g. jackett 5.4.0 -->
|
|
||||||
|
|
||||||
**Container name and tag:**
|
|
||||||
|
|
||||||
<!-- Note: This should be the container image version you have deployed. e.g. linuxserver/jackett:v0.16.2106 -->
|
|
||||||
|
|
||||||
**What steps did you take and what happened:**
|
|
||||||
|
|
||||||
<!-- Note: This should be a clear and concise description of what the bug is. -->
|
|
||||||
|
|
||||||
**Relevant Helm values:**
|
|
||||||
|
|
||||||
<!-- Note: Please include a snippet of the relevant values in (or a Pastebin/similar link to) your values.yaml. -->
|
|
||||||
|
|
||||||
**What did you expect to happen:**
|
|
||||||
|
|
||||||
**Anything else you would like to add:**
|
|
||||||
|
|
||||||
<!-- Note: Miscellaneous information that will assist in solving the issue. -->
|
|
||||||
|
|
||||||
**Additional Information:**
|
|
||||||
|
|
||||||
<!-- Note: Anything to give further context to the bug report. -->
|
|
||||||
98
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
98
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@@ -0,0 +1,98 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
description: Create a report to help us improve
|
||||||
|
title: '[<chart name>] Concise description of the issue'
|
||||||
|
labels: ["bug"]
|
||||||
|
|
||||||
|
# Header
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Have a question? 👉 [Start a new discussion](https://github.com/k8s-at-home/organization/discussions/new) or [ask on our Discord](https://discord.gg/k8s-at-home).
|
||||||
|
|
||||||
|
Before opening an issue, please check [the documentation](https://docs.k8s-at-home.com/our-helm-charts/introduction/) and see if it helps you resolve your issue. Please also make sure that you followed the installation instructions.
|
||||||
|
|
||||||
|
Finally, please search issues and discussions before opening a new bug report.
|
||||||
|
|
||||||
|
# Helm Chart details
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: chart-name
|
||||||
|
attributes:
|
||||||
|
label: Helm chart name
|
||||||
|
description: Name of the Helm chart this issue relates to
|
||||||
|
placeholder: e.g. sonarr
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: chart-version
|
||||||
|
attributes:
|
||||||
|
label: Helm chart version
|
||||||
|
description: Version of the Helm chart this issue relates to
|
||||||
|
placeholder: e.g. 16.1.0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
# Container details
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: container-image
|
||||||
|
attributes:
|
||||||
|
label: Container name
|
||||||
|
description: Name of the container image this issue relates to
|
||||||
|
placeholder: e.g. ghcr.io/k8s-at-home/sonarr
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: container-tag
|
||||||
|
attributes:
|
||||||
|
label: Container tag
|
||||||
|
description: Tag of the container image this issue relates to
|
||||||
|
placeholder: e.g. v3.0.7.1477
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
# Issue details
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: A clear and concise description of what the bug is.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: expected-result
|
||||||
|
attributes:
|
||||||
|
label: Expected result
|
||||||
|
description: What did you expect to happen
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: helm-values
|
||||||
|
attributes:
|
||||||
|
label: Helm values to reproduce
|
||||||
|
description: A snippet of the relevant Helm values
|
||||||
|
placeholder: |
|
||||||
|
Enter your relevant YAML values here
|
||||||
|
render: YAML
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: other-info
|
||||||
|
attributes:
|
||||||
|
label: Additional Information
|
||||||
|
description: Anything to give further context to the bug report or information that will assist in solving the issue
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: repository-link
|
||||||
|
attributes:
|
||||||
|
label: Repo link
|
||||||
|
description: A link to a (public) Git repository where your values are available
|
||||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Discuss on Discord
|
- name: Discuss on Discord
|
||||||
url: https://discord.com/invite/sTMX7Vh
|
url: https://discord.gg/k8s-at-home
|
||||||
about: Join our Discord community
|
about: Join our Discord community
|
||||||
- name: Ask a question
|
- name: Ask a question
|
||||||
url: https://github.com/k8s-at-home/organization/discussions
|
url: https://github.com/k8s-at-home/organization/discussions
|
||||||
|
|||||||
26
.github/ISSUE_TEMPLATE/enhancement.md
vendored
26
.github/ISSUE_TEMPLATE/enhancement.md
vendored
@@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature request
|
|
||||||
about: Suggest an idea for this project
|
|
||||||
title: ''
|
|
||||||
labels: kind:enhancement
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Details
|
|
||||||
|
|
||||||
**Helm chart name:**
|
|
||||||
|
|
||||||
<!-- Note: This should be the helm chart name you are referring to. e.g. jackett -->
|
|
||||||
|
|
||||||
**Describe the solution you'd like:**
|
|
||||||
|
|
||||||
<!-- Note: A clear and concise description of what you want to happen. -->
|
|
||||||
|
|
||||||
**Anything else you would like to add:**
|
|
||||||
|
|
||||||
<!-- Note: Miscellaneous information that will assist in solving the issue. -->
|
|
||||||
|
|
||||||
**Additional Information:**
|
|
||||||
|
|
||||||
<!-- Note: Anything to give further context to the requested new feature. -->
|
|
||||||
40
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
description: Suggest an idea for this project
|
||||||
|
title: '[<chart name>] Concise description of the enhancement'
|
||||||
|
labels: ["enhancement"]
|
||||||
|
|
||||||
|
# Header
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Have a question? 👉 [Start a new discussion](https://github.com/k8s-at-home/organization/discussions/new) or [ask on our Discord](https://discord.gg/k8s-at-home).
|
||||||
|
|
||||||
|
# Helm Chart details
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: chart-name
|
||||||
|
attributes:
|
||||||
|
label: Helm chart name
|
||||||
|
description: Name of the Helm chart this issue relates to
|
||||||
|
placeholder: e.g. sonarr
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
# Enhancement details
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Describe the solution you'd like
|
||||||
|
description: A clear and concise description of what you want to happen
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: other-info
|
||||||
|
attributes:
|
||||||
|
label: Additional Information
|
||||||
|
description: Anything to give further context to the requested new feature
|
||||||
153
.github/scripts/renovate-releasenotes.py
vendored
Executable file
153
.github/scripts/renovate-releasenotes.py
vendored
Executable file
@@ -0,0 +1,153 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
import os
|
||||||
|
import sys
|
||||||
|
import typer
|
||||||
|
|
||||||
|
from git import Repo
|
||||||
|
from loguru import logger
|
||||||
|
from pathlib import Path
|
||||||
|
|
||||||
|
from ruamel.yaml import YAML
|
||||||
|
from ruamel.yaml.comments import CommentedMap
|
||||||
|
from ruamel.yaml.scalarstring import LiteralScalarString
|
||||||
|
from typing import List
|
||||||
|
|
||||||
|
app = typer.Typer(add_completion=False)
|
||||||
|
|
||||||
|
|
||||||
|
def _setup_logging(debug):
|
||||||
|
"""
|
||||||
|
Setup the log formatter for this script
|
||||||
|
"""
|
||||||
|
|
||||||
|
log_level = "INFO"
|
||||||
|
if debug:
|
||||||
|
log_level = "DEBUG"
|
||||||
|
|
||||||
|
logger.remove()
|
||||||
|
logger.add(
|
||||||
|
sys.stdout,
|
||||||
|
colorize=True,
|
||||||
|
format="<level>{message}</level>",
|
||||||
|
level=log_level,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@app.command()
|
||||||
|
def main(
|
||||||
|
chart_folders: List[Path] = typer.Argument(
|
||||||
|
..., help="Folders containing the chart to process"),
|
||||||
|
check_branch: str = typer.Option(
|
||||||
|
None, help="The branch to compare against."),
|
||||||
|
chart_base_folder: Path = typer.Option(
|
||||||
|
"charts", help="The base folder where the charts reside."),
|
||||||
|
debug: bool = False,
|
||||||
|
):
|
||||||
|
_setup_logging(debug)
|
||||||
|
|
||||||
|
git_repository = Repo(search_parent_directories=True)
|
||||||
|
|
||||||
|
if check_branch:
|
||||||
|
logger.info(f"Trying to find branch {check_branch}...")
|
||||||
|
branch = next(
|
||||||
|
(ref for ref in git_repository.remotes.origin.refs if ref.name == check_branch),
|
||||||
|
None
|
||||||
|
)
|
||||||
|
else:
|
||||||
|
logger.info(f"Trying to determine default branch...")
|
||||||
|
branch = next(
|
||||||
|
(ref for ref in git_repository.remotes.origin.refs if ref.name == "origin/HEAD"),
|
||||||
|
None
|
||||||
|
)
|
||||||
|
|
||||||
|
if not branch:
|
||||||
|
logger.error(
|
||||||
|
f"Could not find branch {check_branch} to compare against.")
|
||||||
|
raise typer.Exit(1)
|
||||||
|
|
||||||
|
logger.info(f"Comparing against branch {branch}")
|
||||||
|
|
||||||
|
for chart_folder in chart_folders:
|
||||||
|
chart_folder = chart_base_folder.joinpath(chart_folder)
|
||||||
|
if not chart_folder.is_dir():
|
||||||
|
logger.error(f"Could not find folder {str(chart_folder)}")
|
||||||
|
raise typer.Exit(1)
|
||||||
|
|
||||||
|
chart_metadata_file = chart_folder.joinpath('Chart.yaml')
|
||||||
|
|
||||||
|
if not chart_metadata_file.is_file():
|
||||||
|
logger.error(f"Could not find file {str(chart_metadata_file)}")
|
||||||
|
raise typer.Exit(1)
|
||||||
|
|
||||||
|
logger.info(f"Updating changelog annotation for chart {chart_folder}")
|
||||||
|
|
||||||
|
yaml = YAML(typ=['rt', 'string'])
|
||||||
|
yaml.indent(mapping=2, sequence=4, offset=2)
|
||||||
|
yaml.explicit_start = True
|
||||||
|
yaml.preserve_quotes = True
|
||||||
|
yaml.width = 4096
|
||||||
|
|
||||||
|
old_chart_metadata = yaml.load(
|
||||||
|
git_repository.git.show(f"{branch}:{chart_metadata_file}")
|
||||||
|
)
|
||||||
|
new_chart_metadata = yaml.load(chart_metadata_file.read_text())
|
||||||
|
|
||||||
|
try:
|
||||||
|
old_chart_dependencies = old_chart_metadata["dependencies"]
|
||||||
|
except KeyError:
|
||||||
|
old_chart_dependencies = []
|
||||||
|
|
||||||
|
try:
|
||||||
|
new_chart_dependencies = new_chart_metadata["dependencies"]
|
||||||
|
except KeyError:
|
||||||
|
new_chart_dependencies = []
|
||||||
|
|
||||||
|
annotations = []
|
||||||
|
for dependency in new_chart_dependencies:
|
||||||
|
old_dep = None
|
||||||
|
if "alias" in dependency.keys():
|
||||||
|
old_dep = next(
|
||||||
|
(old_dep for old_dep in old_chart_dependencies if "alias" in old_dep.keys(
|
||||||
|
) and old_dep["alias"] == dependency["alias"]),
|
||||||
|
None
|
||||||
|
)
|
||||||
|
else:
|
||||||
|
old_dep = next(
|
||||||
|
(old_dep for old_dep in old_chart_dependencies if old_dep["name"] == dependency["name"]),
|
||||||
|
None
|
||||||
|
)
|
||||||
|
|
||||||
|
add_annotation = False
|
||||||
|
if old_dep:
|
||||||
|
if dependency["version"] != old_dep["version"]:
|
||||||
|
add_annotation = True
|
||||||
|
else:
|
||||||
|
add_annotation = True
|
||||||
|
|
||||||
|
if add_annotation:
|
||||||
|
if "alias" in dependency.keys():
|
||||||
|
annotations.append({
|
||||||
|
"kind": "changed",
|
||||||
|
"description": f"Upgraded `{dependency['name']}` chart dependency to version {dependency['version']} for alias '{dependency['alias']}'"
|
||||||
|
})
|
||||||
|
else:
|
||||||
|
annotations.append({
|
||||||
|
"kind": "changed",
|
||||||
|
"description": f"Upgraded `{dependency['name']}` chart dependency to version {dependency['version']}"
|
||||||
|
})
|
||||||
|
|
||||||
|
if annotations:
|
||||||
|
annotations = YAML(typ=['rt', 'string']
|
||||||
|
).dump_to_string(annotations)
|
||||||
|
|
||||||
|
if not "annotations" in new_chart_metadata:
|
||||||
|
new_chart_metadata["annotations"] = CommentedMap()
|
||||||
|
|
||||||
|
new_chart_metadata["annotations"]["artifacthub.io/changes"] = LiteralScalarString(
|
||||||
|
annotations)
|
||||||
|
yaml.dump(new_chart_metadata, chart_metadata_file)
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
app()
|
||||||
52
.github/scripts/renovate-releasenotes.sh
vendored
52
.github/scripts/renovate-releasenotes.sh
vendored
@@ -1,52 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# Check if release notes have been changed
|
|
||||||
# Usage ./check-releasenotes.sh path
|
|
||||||
|
|
||||||
# require yq
|
|
||||||
command -v yq >/dev/null 2>&1 || {
|
|
||||||
printf >&2 "%s\n" "yq (https://github.com/mikefarah/yq) is not installed. Aborting."
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
# Allow for a specific chart to be passed in as a argument
|
|
||||||
if [ $# -ge 1 ] && [ -n "$1" ]; then
|
|
||||||
root="$1"
|
|
||||||
chart_file="${1}/Chart.yaml"
|
|
||||||
if [ ! -f "$chart_file" ]; then
|
|
||||||
printf >&2 "File %s does not exist.\n" "${chart_file}"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
cd "${root}"
|
|
||||||
|
|
||||||
if [ -z "$DEFAULT_BRANCH" ]; then
|
|
||||||
DEFAULT_BRANCH=$(git remote show origin | awk '/HEAD branch/ {print $NF}')
|
|
||||||
fi
|
|
||||||
|
|
||||||
printf "Updating changelog annotation for chart %s\n" "$root"
|
|
||||||
|
|
||||||
# Loop over all dependencies in current chart version
|
|
||||||
NEW_DEPENDENCIES=()
|
|
||||||
while IFS='' read -r line; do NEW_DEPENDENCIES+=("$line"); done < <(yq e '.dependencies[].name' -P Chart.yaml | LC_ALL=C sort)
|
|
||||||
OLD_DEPENDENCIES=$(git show "origin/$DEFAULT_BRANCH:./Chart.yaml" | yq e '.dependencies[].name' -P - | LC_ALL=C sort)
|
|
||||||
|
|
||||||
tmpfile=$(mktemp)
|
|
||||||
trap 'rm -f "$tmpfile"' EXIT
|
|
||||||
|
|
||||||
for DEP_NAME in "${NEW_DEPENDENCIES[@]}"
|
|
||||||
do
|
|
||||||
NEW_VERSION=$(yq e ".dependencies[] | select(.name == \"$DEP_NAME\") | .version" -P Chart.yaml)
|
|
||||||
OLD_VERSION=$(git show "origin/$DEFAULT_BRANCH:./Chart.yaml" | yq e ".dependencies[] | select(.name == \"$DEP_NAME\") | .version" -P -)
|
|
||||||
if [ "${NEW_VERSION}" != "${OLD_VERSION}" ]; then
|
|
||||||
printf "%s\n" "- kind: changed" >> "${tmpfile}"
|
|
||||||
printf " description: Upgraded \`%s\` chart dependency to version \`%s\`.\n" "${DEP_NAME}" "${NEW_VERSION}" >> "${tmpfile}"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
yq eval-all --inplace 'select(fileIndex == 0).annotations."artifacthub.io/changes" = (select(fileIndex == 1) | to_yaml) | select(fileIndex==0)' Chart.yaml "${tmpfile}"
|
|
||||||
else
|
|
||||||
printf >&2 "%s\n" "No chart folder has been specified."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
5
.github/scripts/requirements.txt
vendored
Normal file
5
.github/scripts/requirements.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
GitPython==3.1.27
|
||||||
|
loguru==0.6.0
|
||||||
|
ruamel.yaml==0.17.21
|
||||||
|
ruamel.yaml.string==0.1.0
|
||||||
|
typer==0.4.1
|
||||||
20
.github/workflows/charts-changelog.yaml
vendored
20
.github/workflows/charts-changelog.yaml
vendored
@@ -48,26 +48,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Kubernetes tools
|
- name: Setup Python
|
||||||
if: inputs.isRenovatePR == 'true'
|
uses: actions/setup-python@v3.1.2
|
||||||
uses: yokawasa/action-setup-kube-tools@v0.8.0
|
|
||||||
with:
|
|
||||||
setup-tools: |
|
|
||||||
yq
|
|
||||||
yq: "4.20.1"
|
|
||||||
|
|
||||||
- name: Annotate Charts.yaml for Renovate PR's
|
- name: Annotate Charts.yaml for Renovate PR's
|
||||||
if: inputs.isRenovatePR == 'true'
|
if: inputs.isRenovatePR == 'true'
|
||||||
env:
|
env:
|
||||||
DEFAULT_BRANCH: "${{ github.event.repository.default_branch }}"
|
CHECK_BRANCH: "origin/${{ github.event.repository.default_branch }}"
|
||||||
run: |
|
run: |
|
||||||
CHARTS=(${{ inputs.modifiedCharts }})
|
pip install -r ./.github/scripts/requirements.txt
|
||||||
for i in "${CHARTS[@]}"
|
./.github/scripts/renovate-releasenotes.py --check-branch "$CHECK_BRANCH" ${{ inputs.modifiedCharts }}
|
||||||
do
|
|
||||||
IFS='/' read -r -a chart_parts <<< "$i"
|
|
||||||
./.github/scripts/renovate-releasenotes.sh "charts/${chart_parts[0]}/${chart_parts[1]}"
|
|
||||||
echo ""
|
|
||||||
done
|
|
||||||
|
|
||||||
- name: Create commit
|
- name: Create commit
|
||||||
id: create-commit
|
id: create-commit
|
||||||
|
|||||||
3
.github/workflows/charts-test.yaml
vendored
3
.github/workflows/charts-test.yaml
vendored
@@ -84,8 +84,7 @@ jobs:
|
|||||||
name: Install charts
|
name: Install charts
|
||||||
strategy:
|
strategy:
|
||||||
matrix: ${{ fromJson(needs.generate-install-matrix.outputs.matrix) }}
|
matrix: ${{ fromJson(needs.generate-install-matrix.outputs.matrix) }}
|
||||||
fail-fast: true
|
fail-fast: false
|
||||||
max-parallel: 15
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
3
.github/workflows/pr-validate.yaml
vendored
3
.github/workflows/pr-validate.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref }}-pr-validate
|
group: ${{ github.head_ref }}-pr-validate
|
||||||
# cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pr-metadata:
|
pr-metadata:
|
||||||
@@ -43,7 +43,6 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- pr-metadata
|
- pr-metadata
|
||||||
- charts-changelog
|
- charts-changelog
|
||||||
- charts-lint
|
|
||||||
with:
|
with:
|
||||||
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}
|
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}
|
||||||
chartChangesDetected: ${{ needs.pr-metadata.outputs.addedOrModified }}
|
chartChangesDetected: ${{ needs.pr-metadata.outputs.addedOrModified }}
|
||||||
|
|||||||
@@ -88,6 +88,7 @@
|
|||||||
| [neolink](stable/neolink) | Neolink - RTSP bridge to Reolink IP cameras |
|
| [neolink](stable/neolink) | Neolink - RTSP bridge to Reolink IP cameras |
|
||||||
| [network-ups-tools](stable/network-ups-tools) | Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS, PDU and SCD hardware. |
|
| [network-ups-tools](stable/network-ups-tools) | Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS, PDU and SCD hardware. |
|
||||||
| [nginx-php](stable/nginx-php) | Nginx and PHP FPM for running PHP applications |
|
| [nginx-php](stable/nginx-php) | Nginx and PHP FPM for running PHP applications |
|
||||||
|
| [nightscout](stable/nightscout) | nightscout helm package |
|
||||||
| [node-red](stable/node-red) | Node-RED is low-code programming for event-driven applications |
|
| [node-red](stable/node-red) | Node-RED is low-code programming for event-driven applications |
|
||||||
| [nullserv](stable/nullserv) | A simple null file http and https server |
|
| [nullserv](stable/nullserv) | A simple null file http and https server |
|
||||||
| [nzbget](stable/nzbget) | NZBGet is a Usenet downloader client |
|
| [nzbget](stable/nzbget) | NZBGet is a Usenet downloader client |
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.10.2
|
appVersion: 1.10.2
|
||||||
description: A buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
description: A buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
||||||
name: babybuddy
|
name: babybuddy
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- babybuddy
|
- babybuddy
|
||||||
@@ -18,8 +19,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Initial version
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# babybuddy
|
# babybuddy
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
A buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -87,15 +87,15 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.0.0
|
### Version 1.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* Initial version
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
N/A
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "0.39.4"
|
appVersion: "0.39.4"
|
||||||
description: changedetection-io helm package
|
description: changedetection-io helm package
|
||||||
name: changedetection-io
|
name: changedetection-io
|
||||||
version: 1.3.0
|
version: 1.4.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- changedetection.io
|
- changedetection.io
|
||||||
@@ -19,8 +20,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# changedetection-io
|
# changedetection-io
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
changedetection-io helm package
|
changedetection-io helm package
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -87,7 +87,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.3.0
|
### Version 1.4.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -95,7 +95,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v4.12.0-nginx
|
appVersion: v4.12.0-nginx
|
||||||
description: cryptpad helm package
|
description: cryptpad helm package
|
||||||
name: cryptpad
|
name: cryptpad
|
||||||
version: 0.2.0
|
version: 0.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- cryptpad
|
- cryptpad
|
||||||
@@ -16,8 +17,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# cryptpad
|
# cryptpad
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
cryptpad helm package
|
cryptpad helm package
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -95,7 +95,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 0.2.0
|
### Version 0.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -103,7 +103,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "common.names.fullname" . }}-config
|
name: {{ include "common.names.fullname" . }}-config
|
||||||
labels:
|
labels:
|
||||||
{{- include "common.labels" . | nindent 4 }}
|
{{- include "common.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v0.8.1
|
appVersion: v0.8.1
|
||||||
description: Dendrite Matrix Homeserver
|
description: Dendrite Matrix Homeserver
|
||||||
name: dendrite
|
name: dendrite
|
||||||
version: 4.1.0
|
version: 4.2.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- dendrite
|
- dendrite
|
||||||
@@ -22,7 +22,7 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 11.1.15
|
version: 11.1.15
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
@@ -34,58 +34,68 @@ dependencies:
|
|||||||
# Client API
|
# Client API
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
alias: clientapi
|
alias: clientapi
|
||||||
condition: dendrite.polylithEnabled
|
condition: dendrite.polylithEnabled
|
||||||
# Media API
|
# Media API
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
alias: mediaapi
|
alias: mediaapi
|
||||||
condition: dendrite.polylithEnabled
|
condition: dendrite.polylithEnabled
|
||||||
# Sync API
|
# Sync API
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
alias: syncapi
|
alias: syncapi
|
||||||
condition: dendrite.polylithEnabled
|
condition: dendrite.polylithEnabled
|
||||||
# Room Server
|
# Room Server
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
alias: roomserver
|
alias: roomserver
|
||||||
condition: dendrite.polylithEnabled
|
condition: dendrite.polylithEnabled
|
||||||
# Federation API
|
# Federation API
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
alias: federationapi
|
alias: federationapi
|
||||||
condition: dendrite.polylithEnabled
|
condition: dendrite.polylithEnabled
|
||||||
# Key Server
|
# Key Server
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
alias: keyserver
|
alias: keyserver
|
||||||
condition: dendrite.polylithEnabled
|
condition: dendrite.polylithEnabled
|
||||||
# User API
|
# User API
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
alias: userapi
|
alias: userapi
|
||||||
condition: dendrite.polylithEnabled
|
condition: dendrite.polylithEnabled
|
||||||
# App Service API
|
# App Service API
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
alias: appserviceapi
|
alias: appserviceapi
|
||||||
condition: dendrite.polylithEnabled
|
condition: dendrite.polylithEnabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Update to Dendrite 0.8.1
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Added healthchecks
|
description: Upgraded `common` chart dependency to version 4.4.0 for alias 'clientapi'
|
||||||
- kind: removed
|
- kind: changed
|
||||||
description: Removed unused database from config & initdb script
|
description: Upgraded `common` chart dependency to version 4.4.0 for alias 'mediaapi'
|
||||||
- kind: removed
|
- kind: changed
|
||||||
description: Removed EDU Server
|
description: Upgraded `common` chart dependency to version 4.4.0 for alias 'syncapi'
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `common` chart dependency to version 4.4.0 for alias 'roomserver'
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `common` chart dependency to version 4.4.0 for alias 'federationapi'
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `common` chart dependency to version 4.4.0 for alias 'keyserver'
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `common` chart dependency to version 4.4.0 for alias 'userapi'
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `common` chart dependency to version 4.4.0 for alias 'appserviceapi'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# dendrite
|
# dendrite
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Dendrite Matrix Homeserver
|
Dendrite Matrix Homeserver
|
||||||
|
|
||||||
@@ -20,15 +20,15 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 11.1.15 |
|
| https://charts.bitnami.com/bitnami | postgresql | 11.1.15 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
| https://library-charts.k8s-at-home.com | keyserver(common) | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | keyserver(common) | 4.4.0 |
|
||||||
| https://library-charts.k8s-at-home.com | clientapi(common) | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | clientapi(common) | 4.4.0 |
|
||||||
| https://library-charts.k8s-at-home.com | mediaapi(common) | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | mediaapi(common) | 4.4.0 |
|
||||||
| https://library-charts.k8s-at-home.com | syncapi(common) | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | syncapi(common) | 4.4.0 |
|
||||||
| https://library-charts.k8s-at-home.com | roomserver(common) | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | roomserver(common) | 4.4.0 |
|
||||||
| https://library-charts.k8s-at-home.com | federationapi(common) | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | federationapi(common) | 4.4.0 |
|
||||||
| https://library-charts.k8s-at-home.com | userapi(common) | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | userapi(common) | 4.4.0 |
|
||||||
| https://library-charts.k8s-at-home.com | appserviceapi(common) | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | appserviceapi(common) | 4.4.0 |
|
||||||
| https://nats-io.github.io/k8s/helm/charts/ | nats | 0.15.1 |
|
| https://nats-io.github.io/k8s/helm/charts/ | nats | 0.15.1 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -183,15 +183,23 @@ For more information see:
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.1.0
|
### Version 4.2.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* Added healthchecks
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Update to Dendrite 0.8.1
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
* Upgraded `common` chart dependency to version 4.4.0 for alias 'clientapi'
|
||||||
|
* Upgraded `common` chart dependency to version 4.4.0 for alias 'mediaapi'
|
||||||
|
* Upgraded `common` chart dependency to version 4.4.0 for alias 'syncapi'
|
||||||
|
* Upgraded `common` chart dependency to version 4.4.0 for alias 'roomserver'
|
||||||
|
* Upgraded `common` chart dependency to version 4.4.0 for alias 'federationapi'
|
||||||
|
* Upgraded `common` chart dependency to version 4.4.0 for alias 'keyserver'
|
||||||
|
* Upgraded `common` chart dependency to version 4.4.0 for alias 'userapi'
|
||||||
|
* Upgraded `common` chart dependency to version 4.4.0 for alias 'appserviceapi'
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,15 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: A KaH-common powered chart template. This can be useful for small projects that don't have their own chart.
|
description: A KaH-common powered chart template. This can be useful for small projects that don't have their own chart.
|
||||||
name: kah-common-chart
|
name: kah-common-chart
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: bjw-s
|
- name: bjw-s
|
||||||
email: me@bjw-s.dev
|
email: me@bjw-s.dev
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Initial version
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
description: LanCache Monolithic - a caching proxy server for game download content
|
description: LanCache Monolithic - a caching proxy server for game download content
|
||||||
name: lancache
|
name: lancache
|
||||||
version: 0.4.0
|
version: 0.5.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- lancache
|
- lancache
|
||||||
@@ -18,8 +19,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Added probes for LanCache DNS container.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# lancache
|
# lancache
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
LanCache Monolithic - a caching proxy server for game download content
|
LanCache Monolithic - a caching proxy server for game download content
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -104,15 +104,15 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 0.4.0
|
### Version 0.5.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* Added probes for LanCache DNS container.
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
N/A
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 3.2.0
|
appVersion: 3.2.0
|
||||||
description: openhab helm package
|
description: openhab helm package
|
||||||
name: openhab
|
name: openhab
|
||||||
version: 1.3.0
|
version: 1.4.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- openhab
|
- openhab
|
||||||
@@ -16,8 +17,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# openhab
|
# openhab
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
openhab helm package
|
openhab helm package
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -87,7 +87,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.3.0
|
### Version 1.4.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -95,7 +95,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.0.138
|
appVersion: 0.0.138
|
||||||
description: scrypted helm package
|
description: scrypted helm package
|
||||||
name: scrypted
|
name: scrypted
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.2.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- scrypted
|
- scrypted
|
||||||
@@ -17,8 +18,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Initial version
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# scrypted
|
# scrypted
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
scrypted helm package
|
scrypted helm package
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -86,15 +86,15 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 0.1.0
|
### Version 0.2.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* Initial version
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
N/A
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: main
|
appVersion: main
|
||||||
description: Dedicated server for 7 Days to Die
|
description: Dedicated server for 7 Days to Die
|
||||||
name: sdtd
|
name: sdtd
|
||||||
version: 0.1.0
|
version: 0.2.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- 7d2d
|
- 7d2d
|
||||||
@@ -16,8 +17,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Initial version
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# sdtd
|
# sdtd
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Dedicated server for 7 Days to Die
|
Dedicated server for 7 Days to Die
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -87,15 +87,15 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 0.1.0
|
### Version 0.2.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* Initial version
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
N/A
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
description: Dockerized Signal Messenger REST API
|
description: Dockerized Signal Messenger REST API
|
||||||
name: signal-cli-rest-api
|
name: signal-cli-rest-api
|
||||||
appVersion: "0.57"
|
appVersion: "0.57"
|
||||||
@@ -18,8 +19,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Initial version
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# signal-cli-rest-api
|
# signal-cli-rest-api
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Dockerized Signal Messenger REST API
|
Dockerized Signal Messenger REST API
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -87,15 +87,15 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.0.0
|
### Version 1.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* Initial version
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
N/A
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.0.0-beta.14
|
appVersion: 1.0.0-beta.14
|
||||||
description: TeamSpeak & Discord Bot
|
description: TeamSpeak & Discord Bot
|
||||||
name: sinusbot
|
name: sinusbot
|
||||||
version: 0.3.0
|
version: 0.4.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- sinusbot
|
- sinusbot
|
||||||
@@ -16,8 +17,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# sinusbot
|
# sinusbot
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
TeamSpeak & Discord Bot
|
TeamSpeak & Discord Bot
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -90,7 +90,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 0.3.0
|
### Version 0.4.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,23 +1,24 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
description: strongSwan – the OpenSource IPsec-based VPN Solution
|
description: strongSwan – the OpenSource IPsec-based VPN Solution
|
||||||
name: strongswan
|
name: strongswan
|
||||||
version: 0.1.0
|
version: 0.2.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- strongswan
|
- strongswan
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/strongswan
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/strongswan
|
||||||
icon: https://strongswan.org/images/strongswan_neu.png
|
icon: https://strongswan.org/images/strongswan_neu.png
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/reitermarkus/strongswan
|
- https://github.com/reitermarkus/strongswan
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: reitermarkus
|
- name: reitermarkus
|
||||||
email: me@reitermark.us
|
email: me@reitermark.us
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Initial version
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# strongswan
|
# strongswan
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
strongSwan – the OpenSource IPsec-based VPN Solution
|
strongSwan – the OpenSource IPsec-based VPN Solution
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -89,15 +89,15 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 0.1.0
|
### Version 0.2.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* Initial version
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
N/A
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 3.13.6
|
appVersion: 3.13.6
|
||||||
description: TeamSpeak Server
|
description: TeamSpeak Server
|
||||||
name: teamspeak
|
name: teamspeak
|
||||||
version: 0.4.0
|
version: 0.5.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- teamspeak
|
- teamspeak
|
||||||
@@ -16,10 +17,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Merged ports into single service.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
- kind: added
|
|
||||||
description: Added metrics sidecar.
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# teamspeak
|
# teamspeak
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
TeamSpeak Server
|
TeamSpeak Server
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -124,15 +124,15 @@ service:
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 0.4.0
|
### Version 0.5.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* Added metrics sidecar.
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Merged ports into single service.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if not .Values.env.TS3SERVER_SERVERADMIN_PASSWORD }}
|
{{- if not .Values.env.TS3SERVER_SERVERADMIN_PASSWORD }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,24 +1,25 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.0.111
|
appVersion: 1.0.111
|
||||||
description: TorrServer streams torrent to http
|
description: TorrServer streams torrent to http
|
||||||
name: torrserver
|
name: torrserver
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- torrserver
|
- torrserver
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/torrserver
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/torrserver
|
||||||
icon: https://github.com/YouROK/TorrServer/raw/6868979f1fee009204ffe272f89905fcaa03fb72/server/web/pages/template/pages/apple-touch-icon.png
|
icon: https://github.com/YouROK/TorrServer/raw/6868979f1fee009204ffe272f89905fcaa03fb72/server/web/pages/template/pages/apple-touch-icon.png
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/MGlants/docker-torrserver
|
- https://github.com/MGlants/docker-torrserver
|
||||||
- https://github.com/YouROK/TorrServer
|
- https://github.com/YouROK/TorrServer
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: MGlants
|
- name: MGlants
|
||||||
email: mark@glants.xyz
|
email: mark@glants.xyz
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Initial version
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# torrserver
|
# torrserver
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
TorrServer streams torrent to http
|
TorrServer streams torrent to http
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -90,15 +90,15 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.0.0
|
### Version 1.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* Initial version
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
N/A
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!
|
description: The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!
|
||||||
name: warrior
|
name: warrior
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- warrior
|
- warrior
|
||||||
@@ -18,8 +19,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Initial chart version.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# warrior
|
# warrior
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!
|
The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -85,15 +85,15 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.0.0
|
### Version 1.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* Initial chart version.
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
N/A
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v0.106.3
|
appVersion: v0.106.3
|
||||||
description: DNS proxy as ad-blocker for local network
|
description: DNS proxy as ad-blocker for local network
|
||||||
name: adguard-home
|
name: adguard-home
|
||||||
version: 5.2.0
|
version: 5.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- adguard-home
|
- adguard-home
|
||||||
@@ -18,8 +19,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# adguard-home
|
# adguard-home
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
DNS proxy as ad-blocker for local network
|
DNS proxy as ad-blocker for local network
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 5.2.0
|
### Version 5.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -97,7 +97,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 10.6.2
|
appVersion: 10.6.2
|
||||||
description: Airsonic is a Free and Open Source community driven media server
|
description: Airsonic is a Free and Open Source community driven media server
|
||||||
name: airsonic
|
name: airsonic
|
||||||
version: 6.2.0
|
version: 6.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- airsonic
|
- airsonic
|
||||||
@@ -19,8 +20,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# airsonic
|
# airsonic
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Airsonic is a Free and Open Source community driven media server
|
Airsonic is a Free and Open Source community driven media server
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -93,7 +93,7 @@ by not constantly monitoring media folders.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 6.2.0
|
### Version 6.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -101,7 +101,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.4.3
|
appVersion: 0.4.3
|
||||||
description: Bot for Prometheus Alertmanager
|
description: Bot for Prometheus Alertmanager
|
||||||
name: alertmanager-bot
|
name: alertmanager-bot
|
||||||
version: 6.2.0
|
version: 6.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- alertmanager
|
- alertmanager
|
||||||
@@ -20,8 +21,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# alertmanager-bot
|
# alertmanager-bot
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Bot for Prometheus Alertmanager
|
Bot for Prometheus Alertmanager
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -90,7 +90,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 6.2.0
|
### Version 6.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.0.3
|
appVersion: 1.0.3
|
||||||
description: Webhook for Prometheus Alertmanager to listen for notifications and pushes them to Discord channel
|
description: Webhook for Prometheus Alertmanager to listen for notifications and pushes them to Discord channel
|
||||||
name: alertmanager-discord
|
name: alertmanager-discord
|
||||||
version: 1.1.0
|
version: 1.2.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- alertmanager
|
- alertmanager
|
||||||
@@ -19,8 +20,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# alertmanager-discord
|
# alertmanager-discord
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Webhook for Prometheus Alertmanager to listen for notifications and pushes them to Discord channel
|
Webhook for Prometheus Alertmanager to listen for notifications and pushes them to Discord channel
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -88,7 +88,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.1.0
|
### Version 1.2.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -96,7 +96,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.0.5
|
appVersion: 1.0.5
|
||||||
description: Expose all events from an Amcrest device to an MQTT broker
|
description: Expose all events from an Amcrest device to an MQTT broker
|
||||||
name: amcrest2mqtt
|
name: amcrest2mqtt
|
||||||
version: 2.2.0
|
version: 2.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- amcrest2mqtt
|
- amcrest2mqtt
|
||||||
@@ -16,8 +17,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# amcrest2mqtt
|
# amcrest2mqtt
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Expose all events from an Amcrest device to an MQTT broker
|
Expose all events from an Amcrest device to an MQTT broker
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -93,7 +93,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 2.2.0
|
### Version 2.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -101,7 +101,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.8.4
|
appVersion: 0.8.4
|
||||||
description: "Anonaddy: Anonymous email forwarding"
|
description: "Anonaddy: Anonymous email forwarding"
|
||||||
name: anonaddy
|
name: anonaddy
|
||||||
version: 3.0.0
|
version: 3.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- anonaddy
|
- anonaddy
|
||||||
@@ -16,7 +17,7 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.4.4
|
version: 10.4.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
@@ -26,6 +27,6 @@ dependencies:
|
|||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `redis` chart dependency to version `16.8.2`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# anonaddy
|
# anonaddy
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Anonaddy: Anonymous email forwarding
|
Anonaddy: Anonymous email forwarding
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.4.4 |
|
| https://charts.bitnami.com/bitnami | mariadb | 10.4.4 |
|
||||||
| https://charts.bitnami.com/bitnami | redis | 16.8.2 |
|
| https://charts.bitnami.com/bitnami | redis | 16.8.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -93,7 +93,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 3.0.0
|
### Version 3.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -101,7 +101,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `redis` chart dependency to version `16.8.2`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v1.4.1-2
|
appVersion: v1.4.1-2
|
||||||
description: Index and stream music using apache-musicindex and m3u playlists
|
description: Index and stream music using apache-musicindex and m3u playlists
|
||||||
name: apache-musicindex
|
name: apache-musicindex
|
||||||
version: 2.2.0
|
version: 2.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- apache-musicindex
|
- apache-musicindex
|
||||||
@@ -19,8 +20,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# apache-musicindex
|
# apache-musicindex
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Index and stream music using apache-musicindex and m3u playlists
|
Index and stream music using apache-musicindex and m3u playlists
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -92,7 +92,7 @@ playlist.m3u.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 2.2.0
|
### Version 2.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 4.0.8
|
appVersion: 4.0.8
|
||||||
description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT.
|
description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT.
|
||||||
name: appdaemon
|
name: appdaemon
|
||||||
version: 8.2.0
|
version: 8.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- appdaemon
|
- appdaemon
|
||||||
@@ -20,8 +21,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# appdaemon
|
# appdaemon
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT.
|
AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT.
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 8.2.0
|
### Version 8.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: aria server for downloading web content
|
description: aria server for downloading web content
|
||||||
name: aria2
|
name: aria2
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- aria2
|
- aria2
|
||||||
@@ -16,8 +17,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# aria2
|
# aria2
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
aria server for downloading web content
|
aria server for downloading web content
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -92,7 +92,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.2.0
|
### Version 1.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.6.69"
|
appVersion: "2.0.3"
|
||||||
description: Self-hosted audiobook server for managing and playing your audiobooks
|
description: Self-hosted audiobook server for managing and playing your audiobooks
|
||||||
name: audiobookshelf
|
name: audiobookshelf
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
kubeVersion: ">= 1.16.0-0"
|
kubeVersion: ">= 1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- audiobookshelf
|
- audiobookshelf
|
||||||
@@ -18,8 +19,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Initial version
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# audiobookshelf
|
# audiobookshelf
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Self-hosted audiobook server for managing and playing your audiobooks
|
Self-hosted audiobook server for managing and playing your audiobooks
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>= 1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ N/A
|
|||||||
| env | object | See below | environment variables. See more environment variables in the [audiobookshelf documentation](https://hub.docker.com/r/advplyr/audiobookshelf) |
|
| env | object | See below | environment variables. See more environment variables in the [audiobookshelf documentation](https://hub.docker.com/r/advplyr/audiobookshelf) |
|
||||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
| image.repository | string | `"advplyr/audiobookshelf"` | image repository |
|
| image.repository | string | `"ghcr.io/advplyr/audiobookshelf"` | image repository |
|
||||||
| image.tag | string | chart.appVersion | image tag |
|
| image.tag | string | chart.appVersion | image tag |
|
||||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||||
| persistence | string | See values.yaml | Configure persistence settings for the chart under this key. |
|
| persistence | string | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||||
@@ -86,15 +86,15 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.0.0
|
### Version 1.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* Initial version
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
N/A
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: advplyr/audiobookshelf
|
repository: ghcr.io/advplyr/audiobookshelf
|
||||||
# -- image tag
|
# -- image tag
|
||||||
# @default -- chart.appVersion
|
# @default -- chart.appVersion
|
||||||
tag:
|
tag:
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.8.0
|
appVersion: 0.8.0
|
||||||
description: Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars.
|
description: Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars.
|
||||||
name: baikal
|
name: baikal
|
||||||
version: 4.1.0
|
version: 4.2.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- baikal
|
- baikal
|
||||||
@@ -21,12 +22,12 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.4.4
|
version: 10.4.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# baikal
|
# baikal
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars.
|
Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars.
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.4.4 |
|
| https://charts.bitnami.com/bitnami | mariadb | 10.4.4 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.1.0
|
### Version 4.2.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -97,7 +97,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v1.0.3
|
appVersion: v1.0.3
|
||||||
description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
|
description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
|
||||||
name: bazarr
|
name: bazarr
|
||||||
version: 10.4.0
|
version: 10.5.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- bazarr
|
- bazarr
|
||||||
@@ -22,8 +23,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Updated to use the latest docker image.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# bazarr
|
# bazarr
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
|
Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -87,7 +87,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 10.4.0
|
### Version 10.5.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -95,7 +95,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Updated to use the latest docker image.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.5.0
|
appVersion: 1.5.0
|
||||||
description: beets helm package
|
description: beets helm package
|
||||||
name: beets
|
name: beets
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- beets
|
- beets
|
||||||
@@ -17,8 +18,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# beets
|
# beets
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
beets helm package
|
beets helm package
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.2.0
|
### Version 1.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -97,7 +97,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v0.18
|
appVersion: v0.18
|
||||||
description: DNS proxy as ad-blocker for local network
|
description: DNS proxy as ad-blocker for local network
|
||||||
name: blocky
|
name: blocky
|
||||||
version: 10.1.1
|
version: 10.2.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- blocky
|
- blocky
|
||||||
@@ -18,8 +19,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `appversion` to version `0.18` and made it use Chart.appversion by default for ease of maintenance.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# blocky
|
# blocky
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
DNS proxy as ad-blocker for local network
|
DNS proxy as ad-blocker for local network
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -97,7 +97,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 10.1.1
|
### Version 10.2.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `appversion` to version `0.18` and made it use Chart.appversion by default for ease of maintenance.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
{{- include "common.values.setup" . -}}
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v2009.1.0
|
appVersion: v2009.1.0
|
||||||
description: Booksonic is a platform for accessing the audibooks you own wherever you are
|
description: Booksonic is a platform for accessing the audibooks you own wherever you are
|
||||||
name: booksonic-air
|
name: booksonic-air
|
||||||
version: 6.2.0
|
version: 6.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- booksonic
|
- booksonic
|
||||||
@@ -18,8 +19,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# booksonic-air
|
# booksonic-air
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Booksonic is a platform for accessing the audibooks you own wherever you are
|
Booksonic is a platform for accessing the audibooks you own wherever you are
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -90,7 +90,7 @@ by not constantly monitoring media folders.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 6.2.0
|
### Version 6.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v21.12
|
appVersion: v21.12
|
||||||
description: A simple, self-hosted, easy-to-use platform for organising and storing information.
|
description: A simple, self-hosted, easy-to-use platform for organising and storing information.
|
||||||
name: bookstack
|
name: bookstack
|
||||||
version: 4.1.0
|
version: 4.2.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- bookstack
|
- bookstack
|
||||||
@@ -23,12 +23,12 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.4.4
|
version: 10.4.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# bookstack
|
# bookstack
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A simple, self-hosted, easy-to-use platform for organising and storing information.
|
A simple, self-hosted, easy-to-use platform for organising and storing information.
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.4.4 |
|
| https://charts.bitnami.com/bitnami | mariadb | 10.4.4 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.1.0
|
### Version 4.2.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -97,7 +97,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.6.12
|
appVersion: 0.6.12
|
||||||
description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
|
description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
|
||||||
name: calibre-web
|
name: calibre-web
|
||||||
version: 8.2.0
|
version: 8.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- calibre
|
- calibre
|
||||||
@@ -18,8 +19,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# calibre-web
|
# calibre-web
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
|
Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 8.2.0
|
### Version 8.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -97,7 +97,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: version-v5.21.0
|
appVersion: version-v5.21.0
|
||||||
description: Calibre is a powerful and easy to use e-book manager.
|
description: Calibre is a powerful and easy to use e-book manager.
|
||||||
name: calibre
|
name: calibre
|
||||||
version: 5.2.0
|
version: 5.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- calibre
|
- calibre
|
||||||
@@ -18,8 +18,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# calibre
|
# calibre
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Calibre is a powerful and easy to use e-book manager.
|
Calibre is a powerful and easy to use e-book manager.
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 5.2.0
|
### Version 5.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -102,7 +102,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: comcast
|
name: comcast
|
||||||
version: 6.2.0
|
version: 6.3.0
|
||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
description: periodic comcast data usage checks and save the results to InfluxDB
|
description: periodic comcast data usage checks and save the results to InfluxDB
|
||||||
keywords:
|
keywords:
|
||||||
@@ -18,8 +19,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# comcast
|
# comcast
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
periodic comcast data usage checks and save the results to InfluxDB
|
periodic comcast data usage checks and save the results to InfluxDB
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ periodic comcast data usage checks and save the results to InfluxDB
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@ helm install comcast k8s-at-home/comcast -f values.yaml
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 6.2.0
|
### Version 6.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
{{- include "common.values.setup" . -}}
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: V.2.2.0
|
appVersion: V.2.2.0
|
||||||
description: Track your cryptocurrency holdings/portfolio
|
description: Track your cryptocurrency holdings/portfolio
|
||||||
name: cryptofolio
|
name: cryptofolio
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- cryptofolio
|
- cryptofolio
|
||||||
@@ -16,8 +17,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# cryptofolio
|
# cryptofolio
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Track your cryptocurrency holdings/portfolio
|
Track your cryptocurrency holdings/portfolio
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.2.0
|
### Version 1.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.12.06
|
appVersion: 2.12.06
|
||||||
description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort.
|
description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort.
|
||||||
name: deconz
|
name: deconz
|
||||||
version: 6.3.0
|
version: 6.4.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- deconz
|
- deconz
|
||||||
@@ -20,12 +21,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Changed repository from `marthoc/deconz` to `deconzcommunity/deconz`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
- kind: changed
|
|
||||||
description: Bumped application version to `2.12.06` from https://phoscon.de/en/changelog/.
|
|
||||||
- kind: changed
|
|
||||||
description: Changed config mounthPath to `/opt/deCONZ` as required by new image.
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# deconz
|
# deconz
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort.
|
deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort.
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -96,7 +96,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 6.3.0
|
### Version 6.4.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -104,9 +104,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Changed repository from `marthoc/deconz` to `deconzcommunity/deconz`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
* Bumped application version to `2.12.06` from https://phoscon.de/en/changelog/.
|
|
||||||
* Changed config mounthPath to `/opt/deCONZ` as required by new image.
|
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
@@ -122,3 +120,6 @@ A historical overview of changes can be found on [ArtifactHUB](https://artifacth
|
|||||||
- Open an [issue](https://github.com/k8s-at-home/charts/issues/new/choose)
|
- Open an [issue](https://github.com/k8s-at-home/charts/issues/new/choose)
|
||||||
- Ask a [question](https://github.com/k8s-at-home/organization/discussions)
|
- Ask a [question](https://github.com/k8s-at-home/organization/discussions)
|
||||||
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
||||||
|
|
||||||
|
----------------------------------------------
|
||||||
|
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: cpu-2021.09.1
|
appVersion: cpu-2021.09.1
|
||||||
description: An AI API engine that serves pre-built models and custom models on multiple edge devices locally or on your private cloud
|
description: An AI API engine that serves pre-built models and custom models on multiple edge devices locally or on your private cloud
|
||||||
name: deepstack
|
name: deepstack
|
||||||
version: 1.3.0
|
version: 1.4.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- deepstack
|
- deepstack
|
||||||
@@ -19,8 +20,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# deepstack
|
# deepstack
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
An AI API engine that serves pre-built models and custom models on multiple edge devices locally or on your private cloud
|
An AI API engine that serves pre-built models and custom models on multiple edge devices locally or on your private cloud
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -96,7 +96,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.3.0
|
### Version 1.4.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v2.0.3-2201906121747
|
appVersion: v2.0.3-2201906121747
|
||||||
description: Deluge is a torrent download client
|
description: Deluge is a torrent download client
|
||||||
name: deluge
|
name: deluge
|
||||||
version: 5.2.0
|
version: 5.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- deluge
|
- deluge
|
||||||
@@ -18,8 +19,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# deluge
|
# deluge
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Deluge is a torrent download client
|
Deluge is a torrent download client
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -92,7 +92,7 @@ The default login details (change ASAP) are:
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 5.2.0
|
### Version 5.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.4.3
|
appVersion: 1.4.3
|
||||||
description: Create live TV channel streams from media on your Plex servers.
|
description: Create live TV channel streams from media on your Plex servers.
|
||||||
name: dizquetv
|
name: dizquetv
|
||||||
version: 4.2.0
|
version: 4.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- dizqueTV
|
- dizqueTV
|
||||||
@@ -18,8 +19,8 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# dizquetv
|
# dizquetv
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Create live TV channel streams from media on your Plex servers.
|
Create live TV channel streams from media on your Plex servers.
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.2.0
|
### Version 4.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -97,7 +97,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.2.0
|
appVersion: 1.2.0
|
||||||
description: Cert-Manager Webhook for DNSMadeEasy
|
description: Cert-Manager Webhook for DNSMadeEasy
|
||||||
name: dnsmadeeasy-webhook
|
name: dnsmadeeasy-webhook
|
||||||
version: 4.5.0
|
version: 4.6.0
|
||||||
keywords:
|
keywords:
|
||||||
- cert-manager
|
- cert-manager
|
||||||
- dnsmadeeasy
|
- dnsmadeeasy
|
||||||
@@ -18,12 +19,12 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.4.0
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
repository: https://charts.jetstack.io
|
repository: https://charts.jetstack.io
|
||||||
version: v1.7.2
|
version: v1.7.2
|
||||||
condition: cert-manager.enabled
|
condition: cert-manager.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `cert-manager` chart dependency to version `v1.7.2`.
|
description: Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# dnsmadeeasy-webhook
|
# dnsmadeeasy-webhook
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Cert-Manager Webhook for DNSMadeEasy
|
Cert-Manager Webhook for DNSMadeEasy
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Cert-Manager Webhook for DNSMadeEasy
|
|||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.jetstack.io | cert-manager | v1.7.2 |
|
| https://charts.jetstack.io | cert-manager | v1.7.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.4.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -87,7 +87,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.5.0
|
### Version 4.6.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -95,7 +95,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `cert-manager` chart dependency to version `v1.7.2`.
|
* Upgraded `common` chart dependency to version 4.4.0
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user