Compare commits
27 Commits
influxdb-e
...
bookstack-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5243f370f5 | ||
|
|
703559d660 | ||
|
|
d19e6c1a89 | ||
|
|
cf35450ca5 | ||
|
|
e92fd316b0 | ||
|
|
ae81ca4b5a | ||
|
|
fb6c58165b | ||
|
|
49077c43e0 | ||
|
|
e6a8fc7caa | ||
|
|
78e8e2d29a | ||
|
|
a83aba1e2a | ||
|
|
997b3c13db | ||
|
|
92105a4ae2 | ||
|
|
593cd38508 | ||
|
|
e33bde7446 | ||
|
|
dd22935f93 | ||
|
|
6ae2682e0b | ||
|
|
319fc288c7 | ||
|
|
d784e69c85 | ||
|
|
26c33aa8f1 | ||
|
|
655caff53b | ||
|
|
bc3811ac01 | ||
|
|
eaec12cc82 | ||
|
|
7bb050d177 | ||
|
|
f7a4cddaee | ||
|
|
6b276162e6 | ||
|
|
9a8fe0e854 |
18
.github/renovate.json5
vendored
18
.github/renovate.json5
vendored
@@ -5,7 +5,6 @@
|
|||||||
"assigneesFromCodeOwners": true,
|
"assigneesFromCodeOwners": true,
|
||||||
"reviewersFromCodeOwners": true,
|
"reviewersFromCodeOwners": true,
|
||||||
"suppressNotifications": ["prIgnoreNotification"],
|
"suppressNotifications": ["prIgnoreNotification"],
|
||||||
"rebaseWhen": "conflicted",
|
|
||||||
"prConcurrentLimit": 5,
|
"prConcurrentLimit": 5,
|
||||||
"helm-values": {
|
"helm-values": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
@@ -26,10 +25,20 @@
|
|||||||
"matchPackageNames": ["potiuk/get-workflow-origin"],
|
"matchPackageNames": ["potiuk/get-workflow-origin"],
|
||||||
"versioning": "regex:^v(?<major>\\d+)_(?<minor>\\d+)(_(?<patch>\\d+))?$"
|
"versioning": "regex:^v(?<major>\\d+)_(?<minor>\\d+)(_(?<patch>\\d+))?$"
|
||||||
},
|
},
|
||||||
|
///
|
||||||
|
/// Automatically update minor/patch Github Actions
|
||||||
|
///
|
||||||
|
{
|
||||||
|
"matchManagers": ["github-actions"],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "branch",
|
||||||
|
"matchUpdateTypes": ["minor", "patch"]
|
||||||
|
},
|
||||||
//
|
//
|
||||||
// Common library dep
|
// Common library dep
|
||||||
//
|
//
|
||||||
{
|
{
|
||||||
|
"matchDatasources": ["helm"],
|
||||||
"commitMessagePrefix": "[{{{parentDir}}}]",
|
"commitMessagePrefix": "[{{{parentDir}}}]",
|
||||||
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
||||||
"updateTypes": ["major"],
|
"updateTypes": ["major"],
|
||||||
@@ -39,6 +48,7 @@
|
|||||||
"groupName": ["common library major"]
|
"groupName": ["common library major"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"matchDatasources": ["helm"],
|
||||||
"updateTypes": ["minor"],
|
"updateTypes": ["minor"],
|
||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["type/minor"],
|
"labels": ["type/minor"],
|
||||||
@@ -46,6 +56,7 @@
|
|||||||
"groupName": ["common library minor"]
|
"groupName": ["common library minor"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"matchDatasources": ["helm"],
|
||||||
"updateTypes": ["patch"],
|
"updateTypes": ["patch"],
|
||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["type/patch"],
|
"labels": ["type/patch"],
|
||||||
@@ -53,9 +64,10 @@
|
|||||||
"groupName": ["common library patch"]
|
"groupName": ["common library patch"]
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
// Other library deps
|
// Other external chart deps
|
||||||
//
|
//
|
||||||
{
|
{
|
||||||
|
"matchDatasources": ["helm"],
|
||||||
"commitMessagePrefix": "[{{{parentDir}}}]",
|
"commitMessagePrefix": "[{{{parentDir}}}]",
|
||||||
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
||||||
"updateTypes": ["major"],
|
"updateTypes": ["major"],
|
||||||
@@ -67,6 +79,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"matchDatasources": ["helm"],
|
||||||
"updateTypes": ["minor"],
|
"updateTypes": ["minor"],
|
||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["type/minor"],
|
"labels": ["type/minor"],
|
||||||
@@ -77,6 +90,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"matchDatasources": ["helm"],
|
||||||
"updateTypes": ["patch"],
|
"updateTypes": ["patch"],
|
||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["type/patch"],
|
"labels": ["type/patch"],
|
||||||
|
|||||||
19
.github/scripts/renovate-releasenotes.sh
vendored
19
.github/scripts/renovate-releasenotes.sh
vendored
@@ -19,7 +19,7 @@ if [ $# -ge 1 ] && [ -n "$1" ]; then
|
|||||||
printf >&2 "File %s does not exist.\n" "${chart_file}"
|
printf >&2 "File %s does not exist.\n" "${chart_file}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
cd $root
|
cd "${root}"
|
||||||
|
|
||||||
if [ -z "$DEFAULT_BRANCH" ]; then
|
if [ -z "$DEFAULT_BRANCH" ]; then
|
||||||
DEFAULT_BRANCH=$(git remote show origin | awk '/HEAD branch/ {print $NF}')
|
DEFAULT_BRANCH=$(git remote show origin | awk '/HEAD branch/ {print $NF}')
|
||||||
@@ -28,23 +28,24 @@ if [ $# -ge 1 ] && [ -n "$1" ]; then
|
|||||||
printf "Updating changelog annotation for chart %s\n" "$root"
|
printf "Updating changelog annotation for chart %s\n" "$root"
|
||||||
|
|
||||||
# Loop over all dependencies in current chart version
|
# Loop over all dependencies in current chart version
|
||||||
NEW_DEPENDENCIES=$(cat Chart.yaml | yq e '.dependencies[].name' -P - | LC_ALL=C sort)
|
NEW_DEPENDENCIES=()
|
||||||
OLD_DEPENDENCIES=$(git show origin/$DEFAULT_BRANCH:./Chart.yaml | yq e '.dependencies[].name' -P - | LC_ALL=C sort)
|
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)
|
tmpfile=$(mktemp)
|
||||||
trap 'rm -f "$tmpfile"' EXIT
|
trap 'rm -f "$tmpfile"' EXIT
|
||||||
|
|
||||||
for DEP_NAME in ${NEW_DEPENDENCIES[@]}
|
for DEP_NAME in "${NEW_DEPENDENCIES[@]}"
|
||||||
do
|
do
|
||||||
NEW_VERSION=$(cat Chart.yaml | yq e ".dependencies[] | select(.name == \"$DEP_NAME\") | .version" -P -)
|
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 -)
|
OLD_VERSION=$(git show "origin/$DEFAULT_BRANCH:./Chart.yaml" | yq e ".dependencies[] | select(.name == \"$DEP_NAME\") | .version" -P -)
|
||||||
if [ "${NEW_VERSION}" != "${OLD_VERSION}" ]; then
|
if [ "${NEW_VERSION}" != "${OLD_VERSION}" ]; then
|
||||||
printf "%s\n" "- kind: changed" >> $tmpfile
|
printf "%s\n" "- kind: changed" >> "${tmpfile}"
|
||||||
printf " description: Upgraded \`%s\` chart dependency to version \`%s\`.\n" "${DEP_NAME}" "${NEW_VERSION}" >> $tmpfile
|
printf " description: Upgraded \`%s\` chart dependency to version \`%s\`.\n" "${DEP_NAME}" "${NEW_VERSION}" >> "${tmpfile}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
yq eval-all --inplace 'select(fileIndex == 0).annotations."artifacthub.io/changes" = (select(fileIndex == 1) | to_yaml) | select(fileIndex==0)' Chart.yaml $tmpfile
|
yq eval-all --inplace 'select(fileIndex == 0).annotations."artifacthub.io/changes" = (select(fileIndex == 1) | to_yaml) | select(fileIndex==0)' Chart.yaml "${tmpfile}"
|
||||||
else
|
else
|
||||||
printf >&2 "%s\n" "No chart folder has been specified."
|
printf >&2 "%s\n" "No chart folder has been specified."
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
11
.github/workflows/charts-changelog.yaml
vendored
11
.github/workflows/charts-changelog.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@@ -44,7 +44,9 @@ jobs:
|
|||||||
commitHash: ${{ steps.save-commit-hash.outputs.commit_hash }}
|
commitHash: ${{ steps.save-commit-hash.outputs.commit_hash }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Kubernetes tools
|
- name: Install Kubernetes tools
|
||||||
if: inputs.isRenovatePR == 'true'
|
if: inputs.isRenovatePR == 'true'
|
||||||
@@ -52,12 +54,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
setup-tools: |
|
setup-tools: |
|
||||||
yq
|
yq
|
||||||
yq: "4.16.2"
|
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:
|
||||||
|
DEFAULT_BRANCH: "${{ github.event.repository.default_branch }}"
|
||||||
run: |
|
run: |
|
||||||
export DEFAULT_BRANCH=$(git remote show origin | awk '/HEAD branch/ {print $NF}')
|
|
||||||
CHARTS=(${{ inputs.modifiedCharts }})
|
CHARTS=(${{ inputs.modifiedCharts }})
|
||||||
for i in "${CHARTS[@]}"
|
for i in "${CHARTS[@]}"
|
||||||
do
|
do
|
||||||
|
|||||||
10
.github/workflows/charts-lint.yaml
vendored
10
.github/workflows/charts-lint.yaml
vendored
@@ -6,6 +6,9 @@ on:
|
|||||||
checkoutCommit:
|
checkoutCommit:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
chartChangesDetected:
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
@@ -13,7 +16,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ inputs.checkoutCommit }}
|
ref: ${{ inputs.checkoutCommit }}
|
||||||
@@ -25,15 +28,16 @@ jobs:
|
|||||||
helmv3
|
helmv3
|
||||||
helm: "3.8.0"
|
helm: "3.8.0"
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
|
||||||
- name: Set up chart-testing
|
- name: Set up chart-testing
|
||||||
uses: helm/chart-testing-action@v2.1.0
|
uses: helm/chart-testing-action@v2.2.1
|
||||||
|
|
||||||
- name: Collect changes
|
- name: Collect changes
|
||||||
id: list-changed
|
id: list-changed
|
||||||
|
if: inputs.chartChangesDetected == 'true'
|
||||||
run: |
|
run: |
|
||||||
EXCLUDED=$(yq eval -o=json '.excluded-charts // []' .github/ct-lint.yaml)
|
EXCLUDED=$(yq eval -o=json '.excluded-charts // []' .github/ct-lint.yaml)
|
||||||
CHARTS=$(ct list-changed --config .github/ct-lint.yaml)
|
CHARTS=$(ct list-changed --config .github/ct-lint.yaml)
|
||||||
|
|||||||
8
.github/workflows/charts-release.yaml
vendored
8
.github/workflows/charts-release.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
ref: ${{ steps.save-commit-hash.outputs.commit_hash }}
|
ref: ${{ steps.save-commit-hash.outputs.commit_hash }}
|
||||||
@@ -90,7 +90,7 @@ jobs:
|
|||||||
git config user.email "k8s-at-home[bot]@users.noreply.github.com"
|
git config user.email "k8s-at-home[bot]@users.noreply.github.com"
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@v1.2.1
|
uses: helm/chart-releaser-action@v1.3.0
|
||||||
with:
|
with:
|
||||||
charts_dir: charts/*
|
charts_dir: charts/*
|
||||||
charts_repo_url: https://k8s-at-home.com/charts/
|
charts_repo_url: https://k8s-at-home.com/charts/
|
||||||
@@ -112,7 +112,7 @@ jobs:
|
|||||||
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
ref: master
|
ref: master
|
||||||
|
|||||||
16
.github/workflows/charts-test.yaml
vendored
16
.github/workflows/charts-test.yaml
vendored
@@ -6,6 +6,9 @@ on:
|
|||||||
checkoutCommit:
|
checkoutCommit:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
chartChangesDetected:
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
@@ -13,7 +16,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ inputs.checkoutCommit }}
|
ref: ${{ inputs.checkoutCommit }}
|
||||||
@@ -53,16 +56,17 @@ jobs:
|
|||||||
detected: ${{ steps.list-changed.outputs.detected }}
|
detected: ${{ steps.list-changed.outputs.detected }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ inputs.checkoutCommit }}
|
ref: ${{ inputs.checkoutCommit }}
|
||||||
|
|
||||||
- name: Set up chart-testing
|
- name: Set up chart-testing
|
||||||
uses: helm/chart-testing-action@v2.1.0
|
uses: helm/chart-testing-action@v2.2.1
|
||||||
|
|
||||||
- name: Run chart-testing (list-changed)
|
- name: Run chart-testing (list-changed)
|
||||||
id: list-changed
|
id: list-changed
|
||||||
|
if: inputs.chartChangesDetected == 'true'
|
||||||
run: |
|
run: |
|
||||||
EXCLUDED=$(yq eval -o=json '.excluded-charts // []' .github/ct-install.yaml)
|
EXCLUDED=$(yq eval -o=json '.excluded-charts // []' .github/ct-install.yaml)
|
||||||
CHARTS=$(ct list-changed --config .github/ct-install.yaml)
|
CHARTS=$(ct list-changed --config .github/ct-install.yaml)
|
||||||
@@ -85,7 +89,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ inputs.checkoutCommit }}
|
ref: ${{ inputs.checkoutCommit }}
|
||||||
@@ -97,12 +101,12 @@ jobs:
|
|||||||
helmv3
|
helmv3
|
||||||
helm: "3.6.3"
|
helm: "3.6.3"
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
|
||||||
- name: Set up chart-testing
|
- name: Set up chart-testing
|
||||||
uses: helm/chart-testing-action@v2.1.0
|
uses: helm/chart-testing-action@v2.2.1
|
||||||
|
|
||||||
- name: Create k3d cluster
|
- name: Create k3d cluster
|
||||||
uses: nolar/setup-k3d-k3s@v1
|
uses: nolar/setup-k3d-k3s@v1
|
||||||
|
|||||||
@@ -21,12 +21,12 @@ jobs:
|
|||||||
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
|
|
||||||
- name: Download workflow artifact
|
- name: Download workflow artifact
|
||||||
uses: dawidd6/action-download-artifact@v2.11.0
|
uses: dawidd6/action-download-artifact@v2.17.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ steps.generate-token.outputs.token }}
|
github_token: ${{ steps.generate-token.outputs.token }}
|
||||||
workflow: pr-validate.yaml
|
workflow: pr-validate.yaml
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Read the pr_number file
|
- name: Read the pr_number file
|
||||||
id: pr_num_reader
|
id: pr_num_reader
|
||||||
uses: juliangruber/read-file-action@v1.0.0
|
uses: juliangruber/read-file-action@v1.1.4
|
||||||
with:
|
with:
|
||||||
path: ./pr_metadata/pr_number.txt
|
path: ./pr_metadata/pr_number.txt
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
app_id: ${{ secrets.K8S_AT_HOME_APP_ID }}
|
app_id: ${{ secrets.K8S_AT_HOME_APP_ID }}
|
||||||
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
ref: master
|
ref: master
|
||||||
|
|||||||
6
.github/workflows/pr-metadata.yaml
vendored
6
.github/workflows/pr-metadata.yaml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Get branch name
|
- name: Get branch name
|
||||||
id: branch-name
|
id: branch-name
|
||||||
uses: tj-actions/branch-names@v5.1
|
uses: tj-actions/branch-names@v5.2
|
||||||
|
|
||||||
- name: Save PR data to file
|
- name: Save PR data to file
|
||||||
env:
|
env:
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
echo $PR_NUMBER > pr_number.txt
|
echo $PR_NUMBER > pr_number.txt
|
||||||
|
|
||||||
- name: Store pr data in artifact
|
- name: Store pr data in artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: pr_metadata
|
name: pr_metadata
|
||||||
path: ./pr_number.txt
|
path: ./pr_number.txt
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
addedOrModifiedCharts: ${{ steps.collect-changes.outputs.addedOrModifiedCharts }}
|
addedOrModifiedCharts: ${{ steps.collect-changes.outputs.addedOrModifiedCharts }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Collect changes
|
- name: Collect changes
|
||||||
id: collect-changes
|
id: collect-changes
|
||||||
|
|||||||
2
.github/workflows/pr-validate.yaml
vendored
2
.github/workflows/pr-validate.yaml
vendored
@@ -36,6 +36,7 @@ jobs:
|
|||||||
- charts-changelog
|
- charts-changelog
|
||||||
with:
|
with:
|
||||||
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}
|
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}
|
||||||
|
chartChangesDetected: ${{ needs.pr-metadata.outputs.addedOrModified }}
|
||||||
|
|
||||||
charts-test:
|
charts-test:
|
||||||
uses: k8s-at-home/charts/.github/workflows/charts-test.yaml@master
|
uses: k8s-at-home/charts/.github/workflows/charts-test.yaml@master
|
||||||
@@ -45,3 +46,4 @@ jobs:
|
|||||||
- charts-lint
|
- charts-lint
|
||||||
with:
|
with:
|
||||||
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}
|
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}
|
||||||
|
chartChangesDetected: ${{ needs.pr-metadata.outputs.addedOrModified }}
|
||||||
|
|||||||
2
.github/workflows/pre-commit-check.yaml
vendored
2
.github/workflows/pre-commit-check.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Run against changes
|
- name: Run against changes
|
||||||
uses: pre-commit/action@v2.0.3
|
uses: pre-commit/action@v2.0.3
|
||||||
|
|||||||
2
.github/workflows/schedule-sync-labels.yaml
vendored
2
.github/workflows/schedule-sync-labels.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/stale.yaml
vendored
2
.github/workflows/stale.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Check for stale issues and PRs
|
- name: Check for stale issues and PRs
|
||||||
uses: actions/stale@v4
|
uses: actions/stale@v5
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ steps.generate-token.outputs.token }}
|
repo-token: ${{ steps.generate-token.outputs.token }}
|
||||||
days-before-issue-stale: 60
|
days-before-issue-stale: 60
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -6,7 +6,7 @@ group :test do
|
|||||||
gem 'm'
|
gem 'm'
|
||||||
gem 'minitest', "5.15.0"
|
gem 'minitest', "5.15.0"
|
||||||
gem 'minitest-implicit-subject'
|
gem 'minitest-implicit-subject'
|
||||||
gem 'minitest-reporters', "1.4.3"
|
gem 'minitest-reporters', "1.5.0"
|
||||||
gem 'pry', "0.14.1"
|
gem 'pry', "0.14.1"
|
||||||
gem 'ruby-jq'
|
gem 'ruby-jq'
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -47,6 +47,7 @@
|
|||||||
| [ghost](stable/ghost) | Ghost is a blogging and publishing software |
|
| [ghost](stable/ghost) | Ghost is a blogging and publishing software |
|
||||||
| [gollum](stable/gollum) | Gollum is a simple wiki system built on top of Git |
|
| [gollum](stable/gollum) | Gollum is a simple wiki system built on top of Git |
|
||||||
| [gonic](stable/gonic) | Music streaming server / subsonic server API implementation |
|
| [gonic](stable/gonic) | Music streaming server / subsonic server API implementation |
|
||||||
|
| [gotify](stable/gotify) | A simple server for sending and receiving messages |
|
||||||
| [grocy](stable/grocy) | ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home |
|
| [grocy](stable/grocy) | ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home |
|
||||||
| [haste-server](stable/haste-server) | Simple text sharing |
|
| [haste-server](stable/haste-server) | Simple text sharing |
|
||||||
| [healthchecks](stable/healthchecks) | Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. |
|
| [healthchecks](stable/healthchecks) | Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. |
|
||||||
@@ -65,6 +66,7 @@
|
|||||||
| [joplin-server](stable/joplin-server) | This server allows you to sync any Joplin client |
|
| [joplin-server](stable/joplin-server) | This server allows you to sync any Joplin client |
|
||||||
| [kanboard](stable/kanboard) | Kanboard is a free and open source Kanban project management software. |
|
| [kanboard](stable/kanboard) | Kanboard is a free and open source Kanban project management software. |
|
||||||
| [komga](stable/komga) | A comics/mangas server to serve/stream pages via API |
|
| [komga](stable/komga) | A comics/mangas server to serve/stream pages via API |
|
||||||
|
| [kube-ops-view](stable/kube-ops-view) | kube-ops-view helm package |
|
||||||
| [lazylibrarian](stable/lazylibrarian) | A Helm chart for deploying LazyLibrarian |
|
| [lazylibrarian](stable/lazylibrarian) | A Helm chart for deploying LazyLibrarian |
|
||||||
| [leaf2mqtt](stable/leaf2mqtt) | Nissan Leaf connected services to MQTT adapter |
|
| [leaf2mqtt](stable/leaf2mqtt) | Nissan Leaf connected services to MQTT adapter |
|
||||||
| [librespeed](stable/librespeed) | Librespeed is a HTML5 webpage to test upload and download speeds |
|
| [librespeed](stable/librespeed) | Librespeed is a HTML5 webpage to test upload and download speeds |
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v0.6.3
|
appVersion: v0.6.3
|
||||||
description: Dendrite Matrix Homeserver
|
description: Dendrite Matrix Homeserver
|
||||||
name: dendrite
|
name: dendrite
|
||||||
version: 3.0.2
|
version: 3.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- dendrite
|
- dendrite
|
||||||
@@ -24,11 +24,11 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: nats
|
- name: nats
|
||||||
version: 0.12.1
|
version: 0.15.0
|
||||||
repository: https://nats-io.github.io/k8s/helm/charts/
|
repository: https://nats-io.github.io/k8s/helm/charts/
|
||||||
condition: nats.enabled
|
condition: nats.enabled
|
||||||
# Client API
|
# Client API
|
||||||
@@ -87,5 +87,7 @@ dependencies:
|
|||||||
condition: dendrite.polylithEnabled
|
condition: dendrite.polylithEnabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
- kind: changed
|
||||||
description: Fixed image tag not being followed in polylith deployments
|
description: Upgraded `nats` chart dependency to version `0.15.0`.
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# dendrite
|
# dendrite
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Dendrite Matrix Homeserver
|
Dendrite Matrix Homeserver
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
| https://library-charts.k8s-at-home.com | federationapi(common) | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | federationapi(common) | 4.3.0 |
|
||||||
| https://library-charts.k8s-at-home.com | clientapi(common) | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | clientapi(common) | 4.3.0 |
|
||||||
@@ -30,7 +30,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
| https://library-charts.k8s-at-home.com | keyserver(common) | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | keyserver(common) | 4.3.0 |
|
||||||
| https://library-charts.k8s-at-home.com | userapi(common) | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | userapi(common) | 4.3.0 |
|
||||||
| https://library-charts.k8s-at-home.com | appserviceapi(common) | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | appserviceapi(common) | 4.3.0 |
|
||||||
| https://nats-io.github.io/k8s/helm/charts/ | nats | 0.12.1 |
|
| https://nats-io.github.io/k8s/helm/charts/ | nats | 0.15.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -179,7 +179,7 @@ For more information see:
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 3.0.2
|
### Version 3.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -187,11 +187,12 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
N/A
|
* Upgraded `nats` chart dependency to version `0.15.0`.
|
||||||
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
* Fixed image tag not being followed in polylith deployments
|
N/A
|
||||||
|
|
||||||
### Older versions
|
### Older versions
|
||||||
|
|
||||||
|
|||||||
@@ -2,26 +2,32 @@ 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: 2.0.0
|
version: 2.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- anonaddy
|
- anonaddy
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/anonaddy
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/anonaddy
|
||||||
icon: https://avatars.githubusercontent.com/u/51450862?s=200&v=4?sanitize=true
|
icon: https://avatars.githubusercontent.com/u/51450862?s=200&v=4?sanitize=true
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/anonaddy/docker
|
- https://github.com/anonaddy/docker
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: simoncaron
|
- name: simoncaron
|
||||||
email: simon.caron@pm.me
|
email: simon.caron@pm.me
|
||||||
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.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
version: 10.4.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
- name: redis
|
- name: redis
|
||||||
version: 15.6.10
|
version: 15.7.6
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
|
annotations:
|
||||||
|
artifacthub.io/changes: |
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `redis` chart dependency to version `15.7.6`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# anonaddy
|
# anonaddy
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Anonaddy: Anonymous email forwarding
|
Anonaddy: Anonymous email forwarding
|
||||||
|
|
||||||
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| https://charts.bitnami.com/bitnami | mariadb | 10.4.4 |
|
||||||
| https://charts.bitnami.com/bitnami | redis | 15.6.10 |
|
| https://charts.bitnami.com/bitnami | redis | 15.7.6 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -93,34 +93,24 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common#changelog).
|
### Version 2.1.0
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
||||||
|
|
||||||
### [2.0.0]
|
|
||||||
|
|
||||||
#### Changed
|
|
||||||
|
|
||||||
- **BREAKING**: Updated `mariadb` chart to version `10.2.0`. Check out the [chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb#to-1000) to see which values have changed.
|
|
||||||
- Updated the `redis` chart to version 15.6.10.
|
|
||||||
- Updated the common library dependency to version 4.3.0.
|
|
||||||
|
|
||||||
### [1.0.0]
|
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
- Initial version
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
- N/A
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
* Upgraded `redis` chart dependency to version `15.7.6`.
|
||||||
|
|
||||||
#### Removed
|
#### Fixed
|
||||||
|
|
||||||
- N/A
|
N/A
|
||||||
|
|
||||||
[2.0.0]: #200
|
### Older versions
|
||||||
[1.0.0]: #100
|
|
||||||
|
A historical overview of changes can be found on [ArtifactHUB](https://artifacthub.io/packages/helm/k8s-at-home/anonaddy?modal=changelog)
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
@@ -130,4 +120,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
|
||||||
|
|||||||
@@ -2,27 +2,31 @@ 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.0.0
|
version: 4.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- baikal
|
- baikal
|
||||||
- caldav
|
- caldav
|
||||||
- carddav
|
- carddav
|
||||||
- contacts
|
- contacts
|
||||||
- calendar
|
- calendar
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/baikal
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/baikal
|
||||||
icon: https://avatars.githubusercontent.com/u/28524376?s=400&v=4
|
icon: https://avatars.githubusercontent.com/u/28524376?s=400&v=4
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/sabre-io/Baikal
|
- https://github.com/sabre-io/Baikal
|
||||||
- https://github.com/ckulka/baikal-docker
|
- https://github.com/ckulka/baikal-docker
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: billimek
|
- name: billimek
|
||||||
email: jeff@billimek.com
|
email: jeff@billimek.com
|
||||||
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.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
version: 10.4.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
|
annotations:
|
||||||
|
artifacthub.io/changes: |
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| 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.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -89,40 +89,23 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common#changelog).
|
### Version 4.1.0
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
||||||
|
|
||||||
### [4.0.0]
|
|
||||||
|
|
||||||
#### Changed
|
|
||||||
|
|
||||||
- **BREAKING**: Updated `mariadb` chart to version `10.2.0`. Check out the [chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb#to-1000) to see which values have changed.
|
|
||||||
- Updated the common library dependency to version 4.3.0.
|
|
||||||
|
|
||||||
### [3.0.0]
|
|
||||||
|
|
||||||
#### Changed
|
|
||||||
|
|
||||||
- Upgraded the common library dependency to version 4.0.0. This introduced (potentially) breaking changes to `initContainers` and `additionalContainers`. Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-4.0.0/charts/stable/common/) for the up-to-date values.
|
|
||||||
|
|
||||||
### [2.0.0]
|
|
||||||
|
|
||||||
#### Changed
|
|
||||||
|
|
||||||
- **BREAKING**: Upgraded the common library dependency to version 3.2.0. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
|
|
||||||
Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-3.2.0/charts/stable/common/) for the up-to-date values.
|
|
||||||
|
|
||||||
### [1.0.0]
|
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
- Initial version
|
N/A
|
||||||
|
|
||||||
[4.0.0]: #400
|
#### Changed
|
||||||
[3.0.0]: #300
|
|
||||||
[2.0.0]: #200
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
[1.0.0]: #100
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
N/A
|
||||||
|
|
||||||
|
### Older versions
|
||||||
|
|
||||||
|
A historical overview of changes can be found on [ArtifactHUB](https://artifacthub.io/packages/helm/k8s-at-home/baikal?modal=changelog)
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
@@ -132,4 +115,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
|
||||||
|
|||||||
@@ -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.0.0
|
version: 4.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- bookstack
|
- bookstack
|
||||||
@@ -25,6 +25,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
version: 10.4.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
|
annotations:
|
||||||
|
artifacthub.io/changes: |
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| 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.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -89,50 +89,23 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common#changelog).
|
### Version 4.1.0
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
||||||
|
|
||||||
### [4.0.0]
|
|
||||||
|
|
||||||
#### Changed
|
|
||||||
|
|
||||||
- **BREAKING**: Updated `mariadb` chart to version `10.2.0`. Check out the [chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb#to-1000) to see which values have changed.
|
|
||||||
- Updated the common library dependency to version 4.3.0.
|
|
||||||
- Changed image tag to `version-v21.12`.
|
|
||||||
|
|
||||||
### [3.0.0]
|
|
||||||
|
|
||||||
#### Changed
|
|
||||||
|
|
||||||
- Upgraded the common library dependency to version 4.0.0. This introduced (potentially) breaking changes to `initContainers` and `additionalContainers`. Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-4.0.0/charts/stable/common/) for the up-to-date values.
|
|
||||||
|
|
||||||
### [2.0.0]
|
|
||||||
|
|
||||||
#### Changed
|
|
||||||
|
|
||||||
- **BREAKING**: Upgraded the common library dependency to version 3.0.1. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
|
|
||||||
Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-3.0.0/charts/stable/common/) for the up-to-date values.
|
|
||||||
- Changed image tag to `version-v21.05.1`.
|
|
||||||
|
|
||||||
### [1.0.0]
|
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
- Initial version
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
- N/A
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
|
||||||
#### Removed
|
#### Fixed
|
||||||
|
|
||||||
- N/A
|
N/A
|
||||||
|
|
||||||
[4.0.0]: #400
|
### Older versions
|
||||||
[3.0.0]: #300
|
|
||||||
[2.0.0]: #200
|
A historical overview of changes can be found on [ArtifactHUB](https://artifacthub.io/packages/helm/k8s-at-home/bookstack?modal=changelog)
|
||||||
[1.0.0]: #100
|
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
@@ -142,4 +115,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ 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.4.1
|
version: 4.5.0
|
||||||
keywords:
|
keywords:
|
||||||
- cert-manager
|
- cert-manager
|
||||||
- dnsmadeeasy
|
- dnsmadeeasy
|
||||||
@@ -21,9 +21,9 @@ dependencies:
|
|||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
repository: https://charts.jetstack.io
|
repository: https://charts.jetstack.io
|
||||||
version: v1.6.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.6.2`.
|
description: Upgraded `cert-manager` chart dependency to version `v1.7.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# dnsmadeeasy-webhook
|
# dnsmadeeasy-webhook
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Cert-Manager Webhook for DNSMadeEasy
|
Cert-Manager Webhook for DNSMadeEasy
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ Cert-Manager Webhook for DNSMadeEasy
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.jetstack.io | cert-manager | v1.6.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.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -87,7 +87,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.4.1
|
### Version 4.5.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -95,7 +95,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `cert-manager` chart dependency to version `v1.6.2`.
|
* Upgraded `cert-manager` chart dependency to version `v1.7.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: "2021.06.01"
|
appVersion: "2021.06.01"
|
||||||
description: DSMR-protocol reader, telegram data storage and energy consumption visualizer.
|
description: DSMR-protocol reader, telegram data storage and energy consumption visualizer.
|
||||||
name: dsmr-reader
|
name: dsmr-reader
|
||||||
version: 5.4.0
|
version: 5.5.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- dsmr-reader
|
- dsmr-reader
|
||||||
@@ -20,12 +20,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
- kind: changed
|
|
||||||
description: Upgraded `postgresql` chart dependency to version `10.14.4`.
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# dsmr-reader
|
# dsmr-reader
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
DSMR-protocol reader, telegram data storage and energy consumption visualizer.
|
DSMR-protocol reader, telegram data storage and energy consumption visualizer.
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -91,7 +91,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 5.4.0
|
### Version 5.5.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -99,8 +99,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
* Upgraded `postgresql` chart dependency to version `10.14.4`.
|
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 4.37.0
|
appVersion: 4.37.0
|
||||||
description: Ghost is a blogging and publishing software
|
description: Ghost is a blogging and publishing software
|
||||||
name: ghost
|
name: ghost
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
kubeVersion: ">=1.19.0-0"
|
kubeVersion: ">=1.19.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- ghost
|
- ghost
|
||||||
@@ -20,10 +20,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
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: Upgrade `appversion` from 4.27.2 to 4.37.0.
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# ghost
|
# ghost
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Ghost is a blogging and publishing software
|
Ghost is a blogging and publishing software
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.19.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| 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.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -100,7 +100,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 1.2.0
|
### Version 1.3.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -108,7 +108,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgrade `appversion` from 4.27.2 to 4.37.0.
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
26
charts/stable/gotify/.helmignore
Normal file
26
charts/stable/gotify/.helmignore
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# Patterns to ignore when building packages.
|
||||||
|
# This supports shell glob matching, relative path matching, and
|
||||||
|
# negation (prefixed with !). Only one pattern per line.
|
||||||
|
.DS_Store
|
||||||
|
# Common VCS dirs
|
||||||
|
.git/
|
||||||
|
.gitignore
|
||||||
|
.bzr/
|
||||||
|
.bzrignore
|
||||||
|
.hg/
|
||||||
|
.hgignore
|
||||||
|
.svn/
|
||||||
|
# Common backup files
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
*~
|
||||||
|
# Various IDEs
|
||||||
|
.project
|
||||||
|
.idea/
|
||||||
|
*.tmproj
|
||||||
|
.vscode/
|
||||||
|
# OWNERS file for Kubernetes
|
||||||
|
OWNERS
|
||||||
|
# helm-docs templates
|
||||||
|
*.gotmpl
|
||||||
22
charts/stable/gotify/Chart.yaml
Normal file
22
charts/stable/gotify/Chart.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
appVersion: "2.1.4"
|
||||||
|
description: A simple server for sending and receiving messages
|
||||||
|
name: gotify
|
||||||
|
version: 1.0.0
|
||||||
|
keywords:
|
||||||
|
- gotify
|
||||||
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/gotify/
|
||||||
|
icon: https://avatars.githubusercontent.com/u/36410427?s=200&v=4
|
||||||
|
maintainers:
|
||||||
|
- name: jonas
|
||||||
|
email: barregargamel@gmail.com
|
||||||
|
sources:
|
||||||
|
- https://github.com/gotify/server
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.k8s-at-home.com
|
||||||
|
version: 4.3.0
|
||||||
|
annotations:
|
||||||
|
artifacthub.io/changes: |
|
||||||
|
- kind: added
|
||||||
|
description: Initial version
|
||||||
135
charts/stable/gotify/README.md
Normal file
135
charts/stable/gotify/README.md
Normal file
@@ -0,0 +1,135 @@
|
|||||||
|
# gotify
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
A simple server for sending and receiving messages
|
||||||
|
|
||||||
|
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
|
||||||
|
|
||||||
|
## Source Code
|
||||||
|
|
||||||
|
* <https://github.com/gotify/server>
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
| Repository | Name | Version |
|
||||||
|
|------------|------|---------|
|
||||||
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
|
## TL;DR
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
||||||
|
helm repo update
|
||||||
|
helm install gotify k8s-at-home/gotify
|
||||||
|
```
|
||||||
|
|
||||||
|
## Installing the Chart
|
||||||
|
|
||||||
|
To install the chart with the release name `gotify`
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install gotify k8s-at-home/gotify
|
||||||
|
```
|
||||||
|
|
||||||
|
## Uninstalling the Chart
|
||||||
|
|
||||||
|
To uninstall the `gotify` deployment
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm uninstall gotify
|
||||||
|
```
|
||||||
|
|
||||||
|
The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||||
|
Other values may be used from the [values.yaml](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||||
|
|
||||||
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install gotify \
|
||||||
|
--set env.TZ="America/New York" \
|
||||||
|
k8s-at-home/gotify
|
||||||
|
```
|
||||||
|
|
||||||
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install gotify k8s-at-home/gotify -f values.yaml
|
||||||
|
```
|
||||||
|
|
||||||
|
## Custom configuration
|
||||||
|
|
||||||
|
N/A
|
||||||
|
|
||||||
|
## Values
|
||||||
|
|
||||||
|
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)
|
||||||
|
|
||||||
|
| Key | Type | Default | Description |
|
||||||
|
|-----|------|---------|-------------|
|
||||||
|
| env | object | See below | environment variables. |
|
||||||
|
| env.GOTIFY_DATABASE_CONNECTION | string | `"data/gotify.db"` | Database connection string (se: https://gotify.net/docs/config#database) |
|
||||||
|
| env.GOTIFY_DATABASE_DIALECT | string | `"sqlite3"` | Database type (se https://gotify.net/docs/config#database) |
|
||||||
|
| env.GOTIFY_DEFAULTUSER_NAME | string | `"admin"` | Default user created on database creation |
|
||||||
|
| env.GOTIFY_DEFAULTUSER_PASS | string | `"admin"` | Password set for default user on database creation |
|
||||||
|
| env.GOTIFY_PASSSTRENGTH | int | `10` | The bcrypt password strength (higher = better but also slower) |
|
||||||
|
| env.GOTIFY_PLUGINSDIR | string | `"data/plugins"` | The directory where plugin resides (leave empty to disable plugins) |
|
||||||
|
| env.GOTIFY_REGISTRATION | bool | `false` | Enable user registration |
|
||||||
|
| env.GOTIFY_SERVER_KEEPALIVEPERIODSECONDS | int | `0` | Server keep alive period |
|
||||||
|
| env.GOTIFY_SERVER_LISTENADDR | string | `nil` | Address server is listening on |
|
||||||
|
| env.GOTIFY_SERVER_PORT | int | `80` | Set the port gotify container is listening on |
|
||||||
|
| env.GOTIFY_SERVER_SSL_CERTFILE | string | `nil` | SSL Certificate file |
|
||||||
|
| env.GOTIFY_SERVER_SSL_CERTKEY | string | `nil` | SSL certificate key file |
|
||||||
|
| env.GOTIFY_SERVER_SSL_ENABLED | bool | `false` | SSL Enabled |
|
||||||
|
| env.GOTIFY_SERVER_SSL_LETSENCRYPT_ACCEPTTOS | bool | `false` | Accept the tos from letsencrypt |
|
||||||
|
| env.GOTIFY_SERVER_SSL_LETSENCRYPT_CACHE | string | `"certs"` | Directory to use as letsencrypt cache |
|
||||||
|
| env.GOTIFY_SERVER_SSL_LETSENCRYPT_ENABLED | bool | `false` | Enable letsencrypt integration |
|
||||||
|
| env.GOTIFY_SERVER_SSL_LISTENADDR | string | `nil` | Server ssl listening address |
|
||||||
|
| env.GOTIFY_SERVER_SSL_PORT | int | `443` | SSL Server port |
|
||||||
|
| env.GOTIFY_SERVER_SSL_REDIRECTTOHTTPS | bool | `true` | Redirect http to https |
|
||||||
|
| env.GOTIFY_SERVER_STREAM_PINGPERIODSECONDS | int | `45` | The hosts for which letsencrypt should request certificates GOTIFY_SERVER_SSL_LETSENCRYPT_HOSTS: - mydomain.tld\n- myotherdomain.tld -- Response headers are added to every response (default: none) GOTIFY_SERVER_RESPONSEHEADERS: "X-Custom-Header: \"custom value\"" -- Sets cors headers GOTIFY_SERVER_CORS_ALLOWORIGINS: "- \".+.example.com\"\n- \"otherdomain.com\"" GOTIFY_SERVER_CORS_ALLOWMETHODS: "- \"GET\"\n- \"POST\"" GOTIFY_SERVER_CORS_ALLOWHEADERS: "- \"Authorization\"\n- \"content-type\"" GOTIFY_SERVER_STREAM_ALLOWEDORIGINS: "- \".+.example.com\"\n- \"otherdomain.com\"" -- The interval in which websocket pings will be sent |
|
||||||
|
| env.GOTIFY_UPLOADEDIMAGESDIR | string | `"data/images"` | The directory for storing uploaded images |
|
||||||
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
|
| image.repository | string | `"gotify/server"` | image repository |
|
||||||
|
| image.tag | string | chart.appVersion | image tag |
|
||||||
|
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||||
|
| persistence.data.enabled | bool | `false` | |
|
||||||
|
| persistence.data.mountPath | string | `"/app/data"` | |
|
||||||
|
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
### Version 1.0.0
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
* Initial version
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
N/A
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
N/A
|
||||||
|
|
||||||
|
### Older versions
|
||||||
|
|
||||||
|
A historical overview of changes can be found on [ArtifactHUB](https://artifacthub.io/packages/helm/k8s-at-home/gotify?modal=changelog)
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
|
||||||
|
- Open an [issue](https://github.com/k8s-at-home/charts/issues/new/choose)
|
||||||
|
- Ask a [question](https://github.com/k8s-at-home/organization/discussions)
|
||||||
|
- 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)
|
||||||
9
charts/stable/gotify/README_CONFIG.md.gotmpl
Normal file
9
charts/stable/gotify/README_CONFIG.md.gotmpl
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{{- define "custom.custom.configuration.header" -}}
|
||||||
|
## Custom configuration
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.custom.configuration" -}}
|
||||||
|
{{ template "custom.custom.configuration.header" . }}
|
||||||
|
|
||||||
|
N/A
|
||||||
|
{{- end -}}
|
||||||
1
charts/stable/gotify/templates/NOTES.txt
Normal file
1
charts/stable/gotify/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{- include "common.notes.defaultNotes" . -}}
|
||||||
1
charts/stable/gotify/templates/common.yaml
Normal file
1
charts/stable/gotify/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{ include "common.all" . }}
|
||||||
91
charts/stable/gotify/values.yaml
Normal file
91
charts/stable/gotify/values.yaml
Normal file
@@ -0,0 +1,91 @@
|
|||||||
|
#
|
||||||
|
# IMPORTANT NOTE
|
||||||
|
#
|
||||||
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
||||||
|
# https://github.com/k8s-at-home/library-charts/tree/master/charts/stable/common/values.yaml
|
||||||
|
#
|
||||||
|
|
||||||
|
image:
|
||||||
|
# -- image repository
|
||||||
|
repository: gotify/server
|
||||||
|
# -- image tag
|
||||||
|
# @default -- chart.appVersion
|
||||||
|
tag:
|
||||||
|
# -- image pull policy
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
# -- environment variables.
|
||||||
|
# @default -- See below
|
||||||
|
env:
|
||||||
|
# -- Set the container timezone
|
||||||
|
TZ: UTC
|
||||||
|
# -- Set the port gotify container is listening on
|
||||||
|
GOTIFY_SERVER_PORT: 80
|
||||||
|
# -- Server keep alive period
|
||||||
|
GOTIFY_SERVER_KEEPALIVEPERIODSECONDS: 0
|
||||||
|
# -- Address server is listening on
|
||||||
|
GOTIFY_SERVER_LISTENADDR:
|
||||||
|
# -- SSL Enabled
|
||||||
|
GOTIFY_SERVER_SSL_ENABLED: false
|
||||||
|
# -- Redirect http to https
|
||||||
|
GOTIFY_SERVER_SSL_REDIRECTTOHTTPS: true
|
||||||
|
# -- Server ssl listening address
|
||||||
|
GOTIFY_SERVER_SSL_LISTENADDR:
|
||||||
|
# -- SSL Server port
|
||||||
|
GOTIFY_SERVER_SSL_PORT: 443
|
||||||
|
# -- SSL Certificate file
|
||||||
|
GOTIFY_SERVER_SSL_CERTFILE:
|
||||||
|
# -- SSL certificate key file
|
||||||
|
GOTIFY_SERVER_SSL_CERTKEY:
|
||||||
|
# -- Enable letsencrypt integration
|
||||||
|
GOTIFY_SERVER_SSL_LETSENCRYPT_ENABLED: false
|
||||||
|
# -- Accept the tos from letsencrypt
|
||||||
|
GOTIFY_SERVER_SSL_LETSENCRYPT_ACCEPTTOS: false
|
||||||
|
# -- Directory to use as letsencrypt cache
|
||||||
|
GOTIFY_SERVER_SSL_LETSENCRYPT_CACHE: certs
|
||||||
|
# -- The hosts for which letsencrypt should request certificates
|
||||||
|
# GOTIFY_SERVER_SSL_LETSENCRYPT_HOSTS: - mydomain.tld\n- myotherdomain.tld
|
||||||
|
# -- Response headers are added to every response (default: none)
|
||||||
|
# GOTIFY_SERVER_RESPONSEHEADERS: "X-Custom-Header: \"custom value\""
|
||||||
|
# -- Sets cors headers
|
||||||
|
# GOTIFY_SERVER_CORS_ALLOWORIGINS: "- \".+.example.com\"\n- \"otherdomain.com\""
|
||||||
|
# GOTIFY_SERVER_CORS_ALLOWMETHODS: "- \"GET\"\n- \"POST\""
|
||||||
|
# GOTIFY_SERVER_CORS_ALLOWHEADERS: "- \"Authorization\"\n- \"content-type\""
|
||||||
|
# GOTIFY_SERVER_STREAM_ALLOWEDORIGINS: "- \".+.example.com\"\n- \"otherdomain.com\""
|
||||||
|
# -- The interval in which websocket pings will be sent
|
||||||
|
GOTIFY_SERVER_STREAM_PINGPERIODSECONDS: 45
|
||||||
|
# -- Database type (se https://gotify.net/docs/config#database)
|
||||||
|
GOTIFY_DATABASE_DIALECT: sqlite3
|
||||||
|
# -- Database connection string (se: https://gotify.net/docs/config#database)
|
||||||
|
GOTIFY_DATABASE_CONNECTION: data/gotify.db
|
||||||
|
# -- Default user created on database creation
|
||||||
|
GOTIFY_DEFAULTUSER_NAME: admin
|
||||||
|
# -- Password set for default user on database creation
|
||||||
|
GOTIFY_DEFAULTUSER_PASS: admin
|
||||||
|
# -- The bcrypt password strength (higher = better but also slower)
|
||||||
|
GOTIFY_PASSSTRENGTH: 10
|
||||||
|
# -- The directory for storing uploaded images
|
||||||
|
GOTIFY_UPLOADEDIMAGESDIR: data/images
|
||||||
|
# -- The directory where plugin resides (leave empty to disable plugins)
|
||||||
|
GOTIFY_PLUGINSDIR: data/plugins
|
||||||
|
# -- Enable user registration
|
||||||
|
GOTIFY_REGISTRATION: false
|
||||||
|
|
||||||
|
# -- Configures service settings for the chart.
|
||||||
|
# @default -- See values.yaml
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
|
port: 80
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
# -- Enable and configure ingress settings for the chart under this key.
|
||||||
|
# @default -- See values.yaml
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
data:
|
||||||
|
enabled: false
|
||||||
|
mountPath: /app/data
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2022.3.2
|
appVersion: 2022.3.2
|
||||||
description: Home Assistant
|
description: Home Assistant
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 12.1.0
|
version: 12.2.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- home-assistant
|
- home-assistant
|
||||||
@@ -22,11 +22,11 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
version: 10.4.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
- name: influxdb
|
- name: influxdb
|
||||||
@@ -36,6 +36,6 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Easier maintainability by having to change appversion in one place.
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `appVersion` to version `2022.3.2`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# home-assistant
|
# home-assistant
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Home Assistant
|
Home Assistant
|
||||||
|
|
||||||
@@ -21,8 +21,8 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | influxdb | 1.1.9 |
|
| https://charts.bitnami.com/bitnami | influxdb | 1.1.9 |
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| https://charts.bitnami.com/bitnami | mariadb | 10.4.4 |
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -175,7 +175,7 @@ endpoint in your Home-Assistant configuration. See the [official documentation](
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 12.1.0
|
### Version 12.2.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -183,8 +183,8 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Easier maintainability by having to change appversion in one place.
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
* Upgraded `appVersion` to version `2022.3.2`.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
|
description: A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
|
||||||
name: icinga2
|
name: icinga2
|
||||||
version: 3.0.0
|
version: 3.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- icinga2
|
- icinga2
|
||||||
@@ -20,12 +20,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
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 `common` chart dependency to version `4.3.0`.
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
- kind: changed
|
|
||||||
description: Upgraded `mariadb` chart dependency to version `10.2.0`.
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# icinga2
|
# icinga2
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
|
A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| 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.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -93,7 +93,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 3.0.0
|
### Version 3.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -101,8 +101,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
* Upgraded `mariadb` chart dependency to version `10.2.0`.
|
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.1.2
|
appVersion: 2.1.2
|
||||||
description: This server allows you to sync any Joplin client
|
description: This server allows you to sync any Joplin client
|
||||||
name: joplin-server
|
name: joplin-server
|
||||||
version: 4.5.0
|
version: 4.6.0
|
||||||
keywords:
|
keywords:
|
||||||
- joplin
|
- joplin
|
||||||
- notes
|
- notes
|
||||||
@@ -20,10 +20,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# joplin-server
|
# joplin-server
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
This server allows you to sync any Joplin client
|
This server allows you to sync any Joplin client
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ This server allows you to sync any Joplin client
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -95,7 +95,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.5.0
|
### Version 4.6.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -103,7 +103,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v1.2.20
|
appVersion: v1.2.20
|
||||||
description: Kanboard is a free and open source Kanban project management software.
|
description: Kanboard is a free and open source Kanban project management software.
|
||||||
name: kanboard
|
name: kanboard
|
||||||
version: 4.5.0
|
version: 4.6.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- kanboard
|
- kanboard
|
||||||
@@ -19,10 +19,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# kanboard
|
# kanboard
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Kanboard is a free and open source Kanban project management software.
|
Kanboard is a free and open source Kanban project management software.
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -96,7 +96,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.5.0
|
### Version 4.6.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
26
charts/stable/kube-ops-view/.helmignore
Normal file
26
charts/stable/kube-ops-view/.helmignore
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# Patterns to ignore when building packages.
|
||||||
|
# This supports shell glob matching, relative path matching, and
|
||||||
|
# negation (prefixed with !). Only one pattern per line.
|
||||||
|
.DS_Store
|
||||||
|
# Common VCS dirs
|
||||||
|
.git/
|
||||||
|
.gitignore
|
||||||
|
.bzr/
|
||||||
|
.bzrignore
|
||||||
|
.hg/
|
||||||
|
.hgignore
|
||||||
|
.svn/
|
||||||
|
# Common backup files
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
*~
|
||||||
|
# Various IDEs
|
||||||
|
.project
|
||||||
|
.idea/
|
||||||
|
*.tmproj
|
||||||
|
.vscode/
|
||||||
|
# OWNERS file for Kubernetes
|
||||||
|
OWNERS
|
||||||
|
# helm-docs templates
|
||||||
|
*.gotmpl
|
||||||
23
charts/stable/kube-ops-view/Chart.yaml
Normal file
23
charts/stable/kube-ops-view/Chart.yaml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
appVersion: 20.4.0
|
||||||
|
description: kube-ops-view helm package
|
||||||
|
name: kube-ops-view
|
||||||
|
version: 1.0.0
|
||||||
|
kubeVersion: ">=1.16.0-0"
|
||||||
|
keywords:
|
||||||
|
- kube-ops-view
|
||||||
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/kube-ops-view
|
||||||
|
icon: https://codeberg.org/repo-avatars/677-c51f6426305941cab515fdd98368f0bb
|
||||||
|
sources:
|
||||||
|
- https://codeberg.org/hjacobs/kube-ops-view
|
||||||
|
maintainers:
|
||||||
|
- name: FlipEnergy
|
||||||
|
email: dennis.zhang.nrg@gmail.com
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.k8s-at-home.com
|
||||||
|
version: 4.3.0
|
||||||
|
annotations:
|
||||||
|
artifacthub.io/changes: |
|
||||||
|
- kind: added
|
||||||
|
description: Initial version
|
||||||
118
charts/stable/kube-ops-view/README.md
Normal file
118
charts/stable/kube-ops-view/README.md
Normal file
@@ -0,0 +1,118 @@
|
|||||||
|
# kube-ops-view
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
kube-ops-view helm package
|
||||||
|
|
||||||
|
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
|
||||||
|
|
||||||
|
## Source Code
|
||||||
|
|
||||||
|
* <https://codeberg.org/hjacobs/kube-ops-view>
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Kubernetes: `>=1.16.0-0`
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
| Repository | Name | Version |
|
||||||
|
|------------|------|---------|
|
||||||
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
|
## TL;DR
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
||||||
|
helm repo update
|
||||||
|
helm install kube-ops-view k8s-at-home/kube-ops-view
|
||||||
|
```
|
||||||
|
|
||||||
|
## Installing the Chart
|
||||||
|
|
||||||
|
To install the chart with the release name `kube-ops-view`
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install kube-ops-view k8s-at-home/kube-ops-view
|
||||||
|
```
|
||||||
|
|
||||||
|
## Uninstalling the Chart
|
||||||
|
|
||||||
|
To uninstall the `kube-ops-view` deployment
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm uninstall kube-ops-view
|
||||||
|
```
|
||||||
|
|
||||||
|
The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||||
|
Other values may be used from the [values.yaml](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||||
|
|
||||||
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install kube-ops-view \
|
||||||
|
--set env.TZ="America/New York" \
|
||||||
|
k8s-at-home/kube-ops-view
|
||||||
|
```
|
||||||
|
|
||||||
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install kube-ops-view k8s-at-home/kube-ops-view -f values.yaml
|
||||||
|
```
|
||||||
|
|
||||||
|
## Custom configuration
|
||||||
|
|
||||||
|
N/A
|
||||||
|
|
||||||
|
## Values
|
||||||
|
|
||||||
|
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)
|
||||||
|
|
||||||
|
| Key | Type | Default | Description |
|
||||||
|
|-----|------|---------|-------------|
|
||||||
|
| env | object | See below | environment variables. See more environment variables in the [kube-ops-view documentation](https://codeberg.org/hjacobs/kube-ops-view/#configuration). |
|
||||||
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
|
| image.repository | string | `"hjacobs/kube-ops-view"` | image repository |
|
||||||
|
| image.tag | string | chart.appVersion | image tag |
|
||||||
|
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||||
|
| securityContext.readOnlyRootFilesystem | bool | `true` | |
|
||||||
|
| securityContext.runAsNonRoot | bool | `true` | |
|
||||||
|
| securityContext.runAsUser | int | `1000` | |
|
||||||
|
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||||
|
| serviceAccount.create | bool | `true` | create needed service account |
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
### Version 1.0.0
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
* Initial version
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
N/A
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
N/A
|
||||||
|
|
||||||
|
### Older versions
|
||||||
|
|
||||||
|
A historical overview of changes can be found on [ArtifactHUB](https://artifacthub.io/packages/helm/k8s-at-home/kube-ops-view?modal=changelog)
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
|
||||||
|
- Open an [issue](https://github.com/k8s-at-home/charts/issues/new/choose)
|
||||||
|
- Ask a [question](https://github.com/k8s-at-home/organization/discussions)
|
||||||
|
- 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)
|
||||||
9
charts/stable/kube-ops-view/README_CONFIG.md.gotmpl
Normal file
9
charts/stable/kube-ops-view/README_CONFIG.md.gotmpl
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{{- define "custom.custom.configuration.header" -}}
|
||||||
|
## Custom configuration
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.custom.configuration" -}}
|
||||||
|
{{ template "custom.custom.configuration.header" . }}
|
||||||
|
|
||||||
|
N/A
|
||||||
|
{{- end -}}
|
||||||
1
charts/stable/kube-ops-view/templates/NOTES.txt
Normal file
1
charts/stable/kube-ops-view/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{- include "common.notes.defaultNotes" . -}}
|
||||||
1
charts/stable/kube-ops-view/templates/common.yaml
Normal file
1
charts/stable/kube-ops-view/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{ include "common.all" . }}
|
||||||
28
charts/stable/kube-ops-view/templates/rbac.yaml
Normal file
28
charts/stable/kube-ops-view/templates/rbac.yaml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
kind: ClusterRole
|
||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
metadata:
|
||||||
|
name: {{ include "common.names.serviceAccountName" . }}
|
||||||
|
rules:
|
||||||
|
- apiGroups: [""]
|
||||||
|
resources: ["nodes", "pods"]
|
||||||
|
verbs:
|
||||||
|
- list
|
||||||
|
- apiGroups: ["metrics.k8s.io"]
|
||||||
|
resources: ["nodes", "pods"]
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
---
|
||||||
|
kind: ClusterRoleBinding
|
||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
metadata:
|
||||||
|
name: {{ include "common.names.serviceAccountName" . }}
|
||||||
|
roleRef:
|
||||||
|
apiGroup: rbac.authorization.k8s.io
|
||||||
|
kind: ClusterRole
|
||||||
|
name: {{ include "common.names.serviceAccountName" . }}
|
||||||
|
subjects:
|
||||||
|
- kind: ServiceAccount
|
||||||
|
name: {{ include "common.names.serviceAccountName" . }}
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
44
charts/stable/kube-ops-view/values.yaml
Normal file
44
charts/stable/kube-ops-view/values.yaml
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
#
|
||||||
|
# IMPORTANT NOTE
|
||||||
|
#
|
||||||
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
||||||
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
||||||
|
#
|
||||||
|
|
||||||
|
image:
|
||||||
|
# -- image repository
|
||||||
|
repository: hjacobs/kube-ops-view
|
||||||
|
# -- image tag
|
||||||
|
# @default -- chart.appVersion
|
||||||
|
tag:
|
||||||
|
# -- image pull policy
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
# -- environment variables. See more environment variables in the [kube-ops-view documentation](https://codeberg.org/hjacobs/kube-ops-view/#configuration).
|
||||||
|
# @default -- See below
|
||||||
|
env:
|
||||||
|
# -- Set the container timezone
|
||||||
|
TZ: UTC
|
||||||
|
|
||||||
|
# -- Configures service settings for the chart.
|
||||||
|
# @default -- See values.yaml
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
|
port: 8080
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
readOnlyRootFilesystem: true
|
||||||
|
runAsNonRoot: true
|
||||||
|
runAsUser: 1000
|
||||||
|
|
||||||
|
serviceAccount:
|
||||||
|
# -- create needed service account
|
||||||
|
create: true
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
# -- Enable and configure ingress settings for the chart under this key.
|
||||||
|
# @default -- See values.yaml
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
@@ -2,30 +2,28 @@ apiVersion: v2
|
|||||||
appVersion: v0.5.2
|
appVersion: v0.5.2
|
||||||
description: Maddy Mail Server
|
description: Maddy Mail Server
|
||||||
name: maddy
|
name: maddy
|
||||||
version: 2.0.0
|
version: 2.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- maddy
|
- maddy
|
||||||
- mail
|
- mail
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/maddy
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/maddy
|
||||||
# Project has no icon yet
|
# Project has no icon yet
|
||||||
# icon: https://maddy.org/icon
|
# icon: https://maddy.org/icon
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/foxcpp/maddy
|
- https://github.com/foxcpp/maddy
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: angelnu
|
- name: angelnu
|
||||||
email: git@angelnu.com
|
email: git@angelnu.com
|
||||||
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.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: "**Breaking**: `alias` content moved from `maddy.alias` to `maddy.config_files.alias`"
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
- kid: added
|
|
||||||
description: "additional settings for imap and local_mailboxes under `extra_settings`."
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# maddy
|
# maddy
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Maddy Mail Server
|
Maddy Mail Server
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -117,7 +117,7 @@ about how to do this.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 2.0.0
|
### Version 2.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -125,7 +125,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* **Breaking**: `alias` content moved from `maddy.alias` to `maddy.config_files.alias`
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v0.5.6
|
appVersion: v0.5.6
|
||||||
description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.
|
description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.
|
||||||
name: mealie
|
name: mealie
|
||||||
version: 4.0.0
|
version: 4.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- grocy
|
- grocy
|
||||||
@@ -19,11 +19,9 @@ dependencies:
|
|||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded app version `v0.5.6`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
- kind: changed
|
|
||||||
description: Removed deprecated DB_TYPE environment variable in favour of DB_ENGINE.
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# mealie
|
# mealie
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.
|
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -89,7 +89,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.0.0
|
### Version 4.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -97,8 +97,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded app version `v0.5.6`.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
* Removed deprecated DB_TYPE environment variable in favour of DB_ENGINE.
|
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.0.35
|
appVersion: 2.0.35
|
||||||
description: Miniflux is a minimalist and opinionated feed reader.
|
description: Miniflux is a minimalist and opinionated feed reader.
|
||||||
name: miniflux
|
name: miniflux
|
||||||
version: 4.5.1
|
version: 4.6.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- miniflux
|
- miniflux
|
||||||
@@ -20,10 +20,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded miniflux to version 2.0.35.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# miniflux
|
# miniflux
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Miniflux is a minimalist and opinionated feed reader.
|
Miniflux is a minimalist and opinionated feed reader.
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -93,7 +93,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.5.1
|
### Version 4.6.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -101,7 +101,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded miniflux to version 2.0.35.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 3.7.0-apache
|
appVersion: 3.7.0-apache
|
||||||
description: A Personal Relationship Management tool to help you organize your social life
|
description: A Personal Relationship Management tool to help you organize your social life
|
||||||
name: monica
|
name: monica
|
||||||
version: 7.0.2
|
version: 7.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- crm
|
- crm
|
||||||
@@ -19,10 +19,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
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: Removed the forced env {} so they can be populated elsewhere (envFrom secrets for example)
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# monica
|
# monica
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A Personal Relationship Management tool to help you organize your social life
|
A Personal Relationship Management tool to help you organize your social life
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| 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.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -90,7 +90,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 7.0.2
|
### Version 7.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Removed the forced env {} so they can be populated elsewhere (envFrom secrets for example)
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: 6.1.0
|
appVersion: 6.1.0
|
||||||
description: OpenEMR is the most popular open source electronic health records and medical practice management solution.
|
description: OpenEMR is the most popular open source electronic health records and medical practice management solution.
|
||||||
name: openemr
|
name: openemr
|
||||||
version: 4.0.0
|
version: 4.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- openemr
|
- openemr
|
||||||
@@ -23,12 +23,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
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 `common` chart dependency to version `4.3.0`.
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
- kind: changed
|
|
||||||
description: Upgraded `mariadb` chart dependency to version `10.2.0`.
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# openemr
|
# openemr
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
OpenEMR is the most popular open source electronic health records and medical practice management solution.
|
OpenEMR is the most popular open source electronic health records and medical practice management solution.
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| 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.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -88,7 +88,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.0.0
|
### Version 4.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -96,8 +96,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
* Upgraded `mariadb` chart dependency to version `10.2.0`.
|
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
|
description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
|
||||||
name: openkm
|
name: openkm
|
||||||
version: 3.0.0
|
version: 3.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- openkm
|
- openkm
|
||||||
@@ -21,18 +21,16 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
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 `common` chart dependency to version `4.3.0`.
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `mariadb` chart dependency to version `10.2.0`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
- kind: changed
|
|
||||||
description: Upgraded `postgresql` chart dependency to version `10.14.4`.
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# openkm
|
# openkm
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
|
OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
|
||||||
|
|
||||||
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| https://charts.bitnami.com/bitnami | mariadb | 10.4.4 |
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -91,7 +91,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 3.0.0
|
### Version 3.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -99,9 +99,8 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
* Upgraded `mariadb` chart dependency to version `10.2.0`.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
* Upgraded `postgresql` chart dependency to version `10.14.4`.
|
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.7.1
|
appVersion: 2.7.1
|
||||||
description: A web-based collaborative LaTeX editor
|
description: A web-based collaborative LaTeX editor
|
||||||
name: overleaf
|
name: overleaf
|
||||||
version: 2.3.0
|
version: 2.4.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- overleaf
|
- overleaf
|
||||||
@@ -19,18 +19,16 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: redis
|
- name: redis
|
||||||
version: 15.6.10
|
version: 15.7.6
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
- name: mongodb
|
- name: mongodb
|
||||||
version: 10.30.12
|
version: 10.31.5
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mongodb.enabled
|
condition: mongodb.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `mongodb` chart dependency to version `10.31.5`.
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `mongodb` chart dependency to version `10.30.12`.
|
description: Upgraded `redis` chart dependency to version `15.7.6`.
|
||||||
- kind: changed
|
|
||||||
description: Upgraded `redis` chart dependency to version `15.6.10`.
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# overleaf
|
# overleaf
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A web-based collaborative LaTeX editor
|
A web-based collaborative LaTeX editor
|
||||||
|
|
||||||
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mongodb | 10.30.12 |
|
| https://charts.bitnami.com/bitnami | mongodb | 10.31.5 |
|
||||||
| https://charts.bitnami.com/bitnami | redis | 15.6.10 |
|
| https://charts.bitnami.com/bitnami | redis | 15.7.6 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -93,7 +93,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 2.3.0
|
### Version 2.4.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -101,9 +101,8 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `mongodb` chart dependency to version `10.31.5`.
|
||||||
* Upgraded `mongodb` chart dependency to version `10.30.12`.
|
* Upgraded `redis` chart dependency to version `15.7.6`.
|
||||||
* Upgraded `redis` chart dependency to version `15.6.10`.
|
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.6.0
|
appVersion: 1.6.0
|
||||||
description: Paperless - Index and archive all of your scanned paper documents
|
description: Paperless - Index and archive all of your scanned paper documents
|
||||||
name: paperless
|
name: paperless
|
||||||
version: 8.5.0
|
version: 8.6.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- paperless
|
- paperless
|
||||||
@@ -21,14 +21,16 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: redis
|
- name: redis
|
||||||
version: 15.6.10
|
version: 15.7.6
|
||||||
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: Upgrade to 1.6.0 and set default value for PAPERLESS_PORT to prevent CrashLoopBackoff. See https://github.com/paperless-ngx/paperless-ngx/issues/264.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `redis` chart dependency to version `15.7.6`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# paperless
|
# paperless
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Paperless - Index and archive all of your scanned paper documents
|
Paperless - Index and archive all of your scanned paper documents
|
||||||
|
|
||||||
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://charts.bitnami.com/bitnami | redis | 15.6.10 |
|
| https://charts.bitnami.com/bitnami | redis | 15.7.6 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -96,7 +96,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 8.5.0
|
### Version 8.6.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -104,7 +104,8 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgrade to 1.6.0 and set default value for PAPERLESS_PORT to prevent CrashLoopBackoff. See https://github.com/paperless-ngx/paperless-ngx/issues/264.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
* Upgraded `redis` chart dependency to version `15.7.6`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: "20220121"
|
appVersion: "20220121"
|
||||||
description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
|
description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
|
||||||
name: photoprism
|
name: photoprism
|
||||||
version: 6.4.0
|
version: 6.5.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- photos
|
- photos
|
||||||
@@ -22,12 +22,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
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: Bumped application version to `20220121`.
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
- kind: added
|
|
||||||
description: Added MariaDB database support.
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# photoprism
|
# photoprism
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
|
PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| 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.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -101,15 +101,15 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 6.4.0
|
### Version 6.5.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* Added MariaDB database support.
|
N/A
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Bumped application version to `20220121`.
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v4.3.1
|
appVersion: v4.3.1
|
||||||
description: PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program.
|
description: PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program.
|
||||||
name: powerdns
|
name: powerdns
|
||||||
version: 4.0.0
|
version: 4.1.0
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/powerdns
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/powerdns
|
||||||
sources:
|
sources:
|
||||||
- http://www.github.com/PowerDNS/
|
- http://www.github.com/PowerDNS/
|
||||||
@@ -12,16 +12,16 @@ maintainers:
|
|||||||
email: ryan@ryanholt.net
|
email: ryan@ryanholt.net
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
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.2.0`.
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `postgresql` chart dependency to version `10.14.4`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# powerdns
|
# powerdns
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program.
|
PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program.
|
||||||
|
|
||||||
@@ -16,8 +16,8 @@ PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| https://charts.bitnami.com/bitnami | mariadb | 10.4.4 |
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@@ -119,7 +119,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.0.0
|
### Version 4.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -127,8 +127,8 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `mariadb` chart dependency to version `10.2.0`.
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
* Upgraded `postgresql` chart dependency to version `10.14.4`.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,28 +2,28 @@ apiVersion: v2
|
|||||||
appVersion: 1.3.5
|
appVersion: 1.3.5
|
||||||
description: A minimalist, open source online pastebin running on an Nginx, php-fpm & Alpine Linux stack
|
description: A minimalist, open source online pastebin running on an Nginx, php-fpm & Alpine Linux stack
|
||||||
name: privatebin
|
name: privatebin
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- privatebin
|
- privatebin
|
||||||
- pastebin
|
- pastebin
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/incubator/privatebin
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/incubator/privatebin
|
||||||
icon: https://privatebin.info/theme/img/icon.svg
|
icon: https://privatebin.info/theme/img/icon.svg
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/PrivateBin/PrivateBin
|
- https://github.com/PrivateBin/PrivateBin
|
||||||
- https://github.com/PrivateBin/docker-nginx-fpm-alpine
|
- https://github.com/PrivateBin/docker-nginx-fpm-alpine
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: psych0d0g
|
- name: psych0d0g
|
||||||
email: psych0d0g@users.noreply.github.com
|
email: psych0d0g@users.noreply.github.com
|
||||||
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.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Initial chart version
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# privatebin
|
# privatebin
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A minimalist, open source online pastebin running on an Nginx, php-fpm & Alpine Linux stack
|
A minimalist, open source online pastebin running on an Nginx, php-fpm & Alpine Linux stack
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -91,15 +91,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 `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.0.5.2
|
appVersion: 1.0.5.2
|
||||||
description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
|
description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
|
||||||
name: recipes
|
name: recipes
|
||||||
version: 6.3.0
|
version: 6.4.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- recipes
|
- recipes
|
||||||
@@ -21,5 +21,5 @@ dependencies:
|
|||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: added
|
||||||
description: Upgraded `tandoor` to version `1.0.5.2` and `nginx` sidecar `1.21.6`.
|
description: Support for reverse proxy authentication.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# recipes
|
# recipes
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
|
Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
|
||||||
|
|
||||||
@@ -83,22 +83,23 @@ N/A
|
|||||||
| 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 | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||||
| sidecar.config | object | `{"client_max_body_size":"128M"}` | specify nginx related configs |
|
| sidecar.config.client_max_body_size | string | `"128M"` | define the max body size to allow larger files to be uploaded |
|
||||||
|
| sidecar.config.reverse_proxy_header_username | string | `"x_authentik_username"` | define the name of the variable in the header containing the authenticated user. It is used together with enabling `REVERSE_PROXY_AUTH` |
|
||||||
| sidecar.image.pullPolicy | string | `"IfNotPresent"` | nginx sidecar image pull policy |
|
| sidecar.image.pullPolicy | string | `"IfNotPresent"` | nginx sidecar image pull policy |
|
||||||
| sidecar.image.repository | string | `"nginx"` | nginx sidecar image repository |
|
| sidecar.image.repository | string | `"nginx"` | nginx sidecar image repository |
|
||||||
| sidecar.image.tag | string | `"1.21.6"` | nginx sidecar image tag |
|
| sidecar.image.tag | string | `"1.21.6"` | nginx sidecar image tag |
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 6.3.0
|
### Version 6.4.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
N/A
|
* Support for reverse proxy authentication.
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `tandoor` to version `1.0.5.2` and `nginx` sidecar `1.21.6`.
|
N/A
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ data:
|
|||||||
# pass requests for dynamic content to gunicorn
|
# pass requests for dynamic content to gunicorn
|
||||||
location / {
|
location / {
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
proxy_set_header REMOTE-USER $http_{{ .Values.sidecar.config.reverse_proxy_header_username }};
|
||||||
proxy_pass http://localhost:8080;
|
proxy_pass http://localhost:8080;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,9 +21,11 @@ sidecar:
|
|||||||
tag: 1.21.6
|
tag: 1.21.6
|
||||||
# -- nginx sidecar image pull policy
|
# -- nginx sidecar image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- specify nginx related configs
|
|
||||||
config:
|
config:
|
||||||
|
# -- define the max body size to allow larger files to be uploaded
|
||||||
client_max_body_size: "128M"
|
client_max_body_size: "128M"
|
||||||
|
# -- define the name of the variable in the header containing the authenticated user. It is used together with enabling `REVERSE_PROXY_AUTH`
|
||||||
|
reverse_proxy_header_username: x_authentik_username
|
||||||
|
|
||||||
# -- environment variables. See [project docs](https://raw.githubusercontent.com/vabene1111/recipes/master/.env.template) for more details.
|
# -- environment variables. See [project docs](https://raw.githubusercontent.com/vabene1111/recipes/master/.env.template) for more details.
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
@@ -42,6 +44,7 @@ env:
|
|||||||
FRACTION_PREF_DEFAULT: "0"
|
FRACTION_PREF_DEFAULT: "0"
|
||||||
COMMENT_PREF_DEFAULT: "1"
|
COMMENT_PREF_DEFAULT: "1"
|
||||||
SHOPPING_MIN_AUTOSYNC_INTERVAL: "5"
|
SHOPPING_MIN_AUTOSYNC_INTERVAL: "5"
|
||||||
|
REVERSE_PROXY_AUTH: 0
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
|||||||
@@ -2,28 +2,26 @@ apiVersion: v2
|
|||||||
appVersion: 8.0.7
|
appVersion: 8.0.7
|
||||||
description: seafile helm package
|
description: seafile helm package
|
||||||
name: seafile
|
name: seafile
|
||||||
version: 2.0.1
|
version: 2.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- seafile
|
- seafile
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/seafile
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/seafile
|
||||||
icon: https://manual.seafile.com/media/seafile-transparent-1024.png
|
icon: https://manual.seafile.com/media/seafile-transparent-1024.png
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/haiwen/seafile-docker
|
- https://github.com/haiwen/seafile-docker
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: phybros
|
- name: phybros
|
||||||
email: 1985132+phybros@users.noreply.github.com
|
email: 1985132+phybros@users.noreply.github.com
|
||||||
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.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
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: fixed
|
|
||||||
description: Add warning about naming collision when adding persistance.
|
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Moved chart from from incubator to stable.
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# seafile
|
# seafile
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
seafile helm package
|
seafile helm package
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| 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.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -93,7 +93,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 2.0.1
|
### Version 2.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -101,11 +101,11 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Moved chart from from incubator to stable.
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
* Add warning about naming collision when adding persistance.
|
N/A
|
||||||
|
|
||||||
### Older versions
|
### Older versions
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.7.1
|
appVersion: 2.7.1
|
||||||
description: A self-hosted and PHP-based URL shortener application with CLI and REST interfaces
|
description: A self-hosted and PHP-based URL shortener application with CLI and REST interfaces
|
||||||
name: shlink
|
name: shlink
|
||||||
version: 4.0.0
|
version: 4.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- shlink
|
- shlink
|
||||||
@@ -19,18 +19,16 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
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 `common` chart dependency to version `4.3.0`.
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `mariadb` chart dependency to version `10.2.0`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
- kind: changed
|
|
||||||
description: Upgraded `postgresql` chart dependency to version `10.14.4`.
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# shlink
|
# shlink
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A self-hosted and PHP-based URL shortener application with CLI and REST interfaces
|
A self-hosted and PHP-based URL shortener application with CLI and REST interfaces
|
||||||
|
|
||||||
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| https://charts.bitnami.com/bitnami | mariadb | 10.4.4 |
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -89,7 +89,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.0.0
|
### Version 4.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -97,9 +97,8 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
* Upgraded `mariadb` chart dependency to version `10.2.0`.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
* Upgraded `postgresql` chart dependency to version `10.14.4`.
|
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v0.90.74
|
appVersion: v0.90.74
|
||||||
description: Status page for monitoring your websites and applications
|
description: Status page for monitoring your websites and applications
|
||||||
name: statping
|
name: statping
|
||||||
version: 5.5.0
|
version: 5.6.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- statping
|
- statping
|
||||||
@@ -22,10 +22,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# statping
|
# statping
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Status page for monitoring your websites and applications
|
Status page for monitoring your websites and applications
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -99,7 +99,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 5.5.0
|
### Version 5.6.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -107,7 +107,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v1.9
|
appVersion: v1.10
|
||||||
description: Teedy is an open source, lightweight document management system for individuals and businesses.
|
description: Teedy is an open source, lightweight document management system for individuals and businesses.
|
||||||
name: teedy
|
name: teedy
|
||||||
version: 5.5.0
|
version: 5.6.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- teedy
|
- teedy
|
||||||
@@ -21,10 +21,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# teedy
|
# teedy
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Teedy is an open source, lightweight document management system for individuals and businesses.
|
Teedy is an open source, lightweight document management system for individuals and businesses.
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -92,7 +92,7 @@ N/A
|
|||||||
| 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 | `"sismics/docs"` | image repository |
|
| image.repository | string | `"sismics/docs"` | image repository |
|
||||||
| image.tag | string | `"v1.9"` | 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 | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||||
| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) |
|
| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) |
|
||||||
@@ -100,7 +100,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 5.5.0
|
### Version 5.6.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -108,7 +108,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,8 @@ image:
|
|||||||
# -- image repository
|
# -- image repository
|
||||||
repository: sismics/docs
|
repository: sismics/docs
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: v1.9
|
# @default -- chart.appVersion
|
||||||
|
tag:
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v1.23.4
|
appVersion: v1.23.4
|
||||||
description: "A self-hosted data logger for your Tesla \U0001F698"
|
description: "A self-hosted data logger for your Tesla \U0001F698"
|
||||||
name: teslamate
|
name: teslamate
|
||||||
version: 6.5.0
|
version: 6.6.0
|
||||||
keywords:
|
keywords:
|
||||||
- teslamate
|
- teslamate
|
||||||
- tesla
|
- tesla
|
||||||
@@ -17,7 +17,7 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -26,4 +26,4 @@ maintainers:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# teslamate
|
# teslamate
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A self-hosted data logger for your Tesla 🚘
|
A self-hosted data logger for your Tesla 🚘
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ A self-hosted data logger for your Tesla 🚘
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -92,7 +92,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 6.5.0
|
### Version 6.6.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v4.13
|
appVersion: v4.13
|
||||||
description: Traccar is an open source GPS tracking system.
|
description: Traccar is an open source GPS tracking system.
|
||||||
name: traccar
|
name: traccar
|
||||||
version: 7.0.0
|
version: 7.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- traccar
|
- traccar
|
||||||
@@ -20,12 +20,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
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 `common` chart dependency to version `4.3.0`.
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
- kind: changed
|
|
||||||
description: Upgraded `mariadb` chart dependency to version `10.2.0`.
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# traccar
|
# traccar
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Traccar is an open source GPS tracking system.
|
Traccar is an open source GPS tracking system.
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| 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.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -90,7 +90,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 7.0.0
|
### Version 7.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -98,8 +98,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
* Upgraded `mariadb` chart dependency to version `10.2.0`.
|
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v1.8723.0
|
appVersion: v1.8723.0
|
||||||
description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
|
description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
|
||||||
name: tt-rss
|
name: tt-rss
|
||||||
version: 4.5.0
|
version: 4.6.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- tt-rss
|
- tt-rss
|
||||||
@@ -18,10 +18,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# tt-rss
|
# tt-rss
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
|
Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -97,7 +97,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.5.0
|
### Version 4.6.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v6.5.55
|
appVersion: v6.5.55
|
||||||
description: Ubiquiti Network's Unifi Controller
|
description: Ubiquiti Network's Unifi Controller
|
||||||
name: unifi
|
name: unifi
|
||||||
version: 4.6.1
|
version: 4.7.0
|
||||||
keywords:
|
keywords:
|
||||||
- ubiquiti
|
- ubiquiti
|
||||||
- unifi
|
- unifi
|
||||||
@@ -20,14 +20,11 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: mongodb
|
- name: mongodb
|
||||||
version: 10.30.12
|
version: 10.31.5
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mongodb.enabled
|
condition: mongodb.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `jacobalberty/unifi` image to version `v6.5.55`.
|
description: Upgraded `mongodb` chart dependency to version `10.31.5`.
|
||||||
links:
|
|
||||||
- name: Update to v6.5.55 to address log4j2 CVE
|
|
||||||
url: https://github.com/k8s-at-home/charts/issues/1382
|
|
||||||
artifacthub.io/containsSecurityUpdates: "true"
|
artifacthub.io/containsSecurityUpdates: "true"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# unifi
|
# unifi
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Ubiquiti Network's Unifi Controller
|
Ubiquiti Network's Unifi Controller
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ Ubiquiti Network's Unifi Controller
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mongodb | 10.30.12 |
|
| https://charts.bitnami.com/bitnami | mongodb | 10.31.5 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -145,7 +145,7 @@ service:
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.6.1
|
### Version 4.7.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -153,7 +153,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `jacobalberty/unifi` image to version `v6.5.55`.
|
* Upgraded `mongodb` chart dependency to version `10.31.5`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.24.0
|
appVersion: 1.24.0
|
||||||
description: Vaultwarden is a Bitwarden compatable server in Rust
|
description: Vaultwarden is a Bitwarden compatable server in Rust
|
||||||
name: vaultwarden
|
name: vaultwarden
|
||||||
version: 4.0.1
|
version: 4.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- Vaultwarden
|
- Vaultwarden
|
||||||
@@ -19,14 +19,16 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
version: 10.4.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded app to version `1.24.0` from `1.22.2`.
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# vaultwarden
|
# vaultwarden
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Vaultwarden is a Bitwarden compatable server in Rust
|
Vaultwarden is a Bitwarden compatable server in Rust
|
||||||
|
|
||||||
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
|
| https://charts.bitnami.com/bitnami | mariadb | 10.4.4 |
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -99,7 +99,7 @@ persistence:
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.0.1
|
### Version 4.1.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -107,7 +107,8 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded app to version `1.24.0` from `1.22.2`.
|
* Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.17.0
|
appVersion: 0.17.0
|
||||||
description: The to-do app to organize your life
|
description: The to-do app to organize your life
|
||||||
name: vikunja
|
name: vikunja
|
||||||
version: 5.3.0
|
version: 5.4.0
|
||||||
keywords:
|
keywords:
|
||||||
- vikunja
|
- vikunja
|
||||||
- to-do
|
- to-do
|
||||||
@@ -25,10 +25,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# vikunja
|
# vikunja
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
The to-do app to organize your life
|
The to-do app to organize your life
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ The to-do app to organize your life
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
@@ -96,7 +96,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 5.3.0
|
### Version 5.4.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version `4.3.0`.
|
* Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.4.2
|
appVersion: 2.4.2
|
||||||
description: A self hostable application for saving web pages, freely.
|
description: A self hostable application for saving web pages, freely.
|
||||||
name: wallabag
|
name: wallabag
|
||||||
version: 6.0.0
|
version: 6.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- wallabag
|
- wallabag
|
||||||
@@ -19,24 +19,22 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: redis
|
- name: redis
|
||||||
version: 15.6.10
|
version: 15.7.6
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.14.4
|
version: 10.16.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 10.2.0
|
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 `common` chart dependency to version `4.3.0`.
|
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `mariadb` chart dependency to version `10.2.0`.
|
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `postgresql` chart dependency to version `10.14.4`.
|
description: Upgraded `redis` chart dependency to version `15.7.6`.
|
||||||
- kind: changed
|
|
||||||
description: Upgraded `redis` chart dependency to version `15.6.10`.
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user