Compare commits
63 Commits
bookstack-
...
bookstack-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdc36dafa9 | ||
|
|
6473218dd5 | ||
|
|
f1d6009768 | ||
|
|
3b07afaaf0 | ||
|
|
3b04d62f28 | ||
|
|
226ccc84f0 | ||
|
|
5d1e7d6ddc | ||
|
|
b9b96e5892 | ||
|
|
34bcb259ea | ||
|
|
cfca06cb46 | ||
|
|
4c11a2f073 | ||
|
|
d21551b9d7 | ||
|
|
1cf71ea5a7 | ||
|
|
2220ef13c7 | ||
|
|
9616b91166 | ||
|
|
83b431aab9 | ||
|
|
6cf95a59f0 | ||
|
|
fc9ecd6d02 | ||
|
|
fe2b0a8eb1 | ||
|
|
5ea3df64a9 | ||
|
|
4709b114bd | ||
|
|
d576bb458b | ||
|
|
6566c4047c | ||
|
|
1e9b109f36 | ||
|
|
b6e68e7ea6 | ||
|
|
60f4945c27 | ||
|
|
5e85a73e42 | ||
|
|
55a03e7897 | ||
|
|
e80147c11f | ||
|
|
a77147b7d0 | ||
|
|
6558012215 | ||
|
|
8276fa44bf | ||
|
|
8d9993c4de | ||
|
|
bc5265c6fd | ||
|
|
b145bd21c5 | ||
|
|
4e7525476c | ||
|
|
0fc0088d9b | ||
|
|
1fdcfebbcb | ||
|
|
0f8ad35215 | ||
|
|
5481f77bf7 | ||
|
|
f77bb36710 | ||
|
|
8de01b8ffc | ||
|
|
454d818866 | ||
|
|
c0ae019bca | ||
|
|
849709775d | ||
|
|
a5b459cdfc | ||
|
|
25e2c34582 | ||
|
|
a66ace3641 | ||
|
|
1e5f1ad50a | ||
|
|
bb633c1ea2 | ||
|
|
229af21b63 | ||
|
|
b1bac1cbab | ||
|
|
adf135e69e | ||
|
|
8f10a87533 | ||
|
|
79d923d989 | ||
|
|
75a72e87dc | ||
|
|
afdece0e9a | ||
|
|
619d9e49e9 | ||
|
|
09ab372625 | ||
|
|
233bac5c47 | ||
|
|
b972760a6f | ||
|
|
24d289bcaa | ||
|
|
0c1161508e |
@@ -292,6 +292,15 @@
|
|||||||
"contributions": [
|
"contributions": [
|
||||||
"code"
|
"code"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "chris-sanders",
|
||||||
|
"name": "Chris Sanders",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/813115?v=4",
|
||||||
|
"profile": "https://github.com/chris-sanders",
|
||||||
|
"contributions": [
|
||||||
|
"code"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"contributorsPerLine": 7,
|
"contributorsPerLine": 7,
|
||||||
|
|||||||
5
.github/ct-install.yaml
vendored
5
.github/ct-install.yaml
vendored
@@ -6,14 +6,15 @@ chart-dirs:
|
|||||||
- charts/stable
|
- charts/stable
|
||||||
excluded-charts:
|
excluded-charts:
|
||||||
- charts/stable/alertmanager-bot
|
- charts/stable/alertmanager-bot
|
||||||
|
- charts/stable/amcrest2mqtt
|
||||||
|
- charts/stable/foundryvtt
|
||||||
- charts/stable/multus
|
- charts/stable/multus
|
||||||
|
- charts/stable/pod-gateway
|
||||||
- charts/stable/promcord
|
- charts/stable/promcord
|
||||||
- charts/stable/reg
|
- charts/stable/reg
|
||||||
- charts/stable/ser2sock
|
- charts/stable/ser2sock
|
||||||
- charts/stable/zalando-postgres-cluster
|
- charts/stable/zalando-postgres-cluster
|
||||||
- charts/stable/zigbee2mqtt
|
- charts/stable/zigbee2mqtt
|
||||||
- charts/stable/foundryvtt
|
|
||||||
- charts/stable/pod-gateway
|
|
||||||
chart-repos:
|
chart-repos:
|
||||||
- bitnami=https://charts.bitnami.com/bitnami
|
- bitnami=https://charts.bitnami.com/bitnami
|
||||||
- k8s-at-home-libraries=https://library-charts.k8s-at-home.com
|
- k8s-at-home-libraries=https://library-charts.k8s-at-home.com
|
||||||
|
|||||||
24
.github/labels.json
vendored
24
.github/labels.json
vendored
@@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"labels": {
|
|
||||||
"kind:incorrect-title": {
|
|
||||||
"name": "kind:incorrect-title",
|
|
||||||
"colour": "#ffb700",
|
|
||||||
"description": "Incorrect title"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"pr": {
|
|
||||||
"kind:incorrect-title": {
|
|
||||||
"requires": 2,
|
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"type": "creatorMatches",
|
|
||||||
"pattern": "^(?!renovate).+"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "titleMatches",
|
|
||||||
"pattern": "^(?!\\[[a-z]+\\]\\s[A-Z].+).+"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
93
.github/workflows/charts-lint-test.yaml
vendored
93
.github/workflows/charts-lint-test.yaml
vendored
@@ -92,22 +92,15 @@ jobs:
|
|||||||
name: Lint charts
|
name: Lint charts
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: getsentry/action-github-app-token@v1
|
|
||||||
id: get-app-token
|
|
||||||
with:
|
|
||||||
app_id: ${{ secrets.K8S_AT_HOME_APP_ID }}
|
|
||||||
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@v1
|
uses: azure/setup-helm@v1
|
||||||
with:
|
with:
|
||||||
version: v3.5.3
|
version: v3.6.3
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
@@ -120,52 +113,15 @@ jobs:
|
|||||||
id: lint
|
id: lint
|
||||||
run: ct lint --config .github/ct-lint.yaml
|
run: ct lint --config .github/ct-lint.yaml
|
||||||
|
|
||||||
# CI Passed
|
|
||||||
- name: "add label: ok"
|
|
||||||
uses: actions-ecosystem/action-add-labels@v1
|
|
||||||
if: ${{ success() }}
|
|
||||||
with:
|
|
||||||
github_token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
labels: "lint:ok"
|
|
||||||
|
|
||||||
- name: "remove label: failed"
|
|
||||||
uses: actions-ecosystem/action-remove-labels@v1
|
|
||||||
if: ${{ success() }}
|
|
||||||
with:
|
|
||||||
github_token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
labels: "lint:failed"
|
|
||||||
|
|
||||||
# CI Failed
|
|
||||||
- name: "add label: failed"
|
|
||||||
uses: actions-ecosystem/action-add-labels@v1
|
|
||||||
if: ${{ failure() }}
|
|
||||||
with:
|
|
||||||
github_token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
labels: "lint:failed"
|
|
||||||
|
|
||||||
- name: "remove label: ok"
|
|
||||||
uses: actions-ecosystem/action-remove-labels@v1
|
|
||||||
if: ${{ failure() }}
|
|
||||||
with:
|
|
||||||
github_token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
labels: "lint:ok"
|
|
||||||
|
|
||||||
unittest:
|
unittest:
|
||||||
needs:
|
needs:
|
||||||
- lint
|
- lint
|
||||||
name: Run unit tests
|
name: Run unit tests
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: getsentry/action-github-app-token@v1
|
|
||||||
id: get-app-token
|
|
||||||
with:
|
|
||||||
app_id: ${{ secrets.K8S_AT_HOME_APP_ID }}
|
|
||||||
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Dev tools
|
- name: Install Dev tools
|
||||||
@@ -174,7 +130,7 @@ jobs:
|
|||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@v1
|
uses: azure/setup-helm@v1
|
||||||
with:
|
with:
|
||||||
version: v3.5.3
|
version: v3.6.3
|
||||||
|
|
||||||
- name: Install Ruby
|
- name: Install Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
@@ -204,22 +160,15 @@ jobs:
|
|||||||
max-parallel: 15
|
max-parallel: 15
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: getsentry/action-github-app-token@v1
|
|
||||||
id: get-app-token
|
|
||||||
with:
|
|
||||||
app_id: ${{ secrets.K8S_AT_HOME_APP_ID }}
|
|
||||||
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@v1
|
uses: azure/setup-helm@v1
|
||||||
with:
|
with:
|
||||||
version: v3.5.3
|
version: v3.6.3
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
@@ -249,42 +198,6 @@ jobs:
|
|||||||
name: Install successful
|
name: Install successful
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: getsentry/action-github-app-token@v1
|
|
||||||
id: get-app-token
|
|
||||||
with:
|
|
||||||
app_id: ${{ secrets.K8S_AT_HOME_APP_ID }}
|
|
||||||
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
|
||||||
|
|
||||||
- name: Check install matrix status
|
- name: Check install matrix status
|
||||||
if: ${{ needs.changes-install.outputs.detected == 'true' && needs.install.result != 'success' }}
|
if: ${{ needs.changes-install.outputs.detected == 'true' && needs.install.result != 'success' }}
|
||||||
run: exit 1
|
run: exit 1
|
||||||
|
|
||||||
# CI Passed
|
|
||||||
- name: "add label: ok"
|
|
||||||
uses: actions-ecosystem/action-add-labels@v1
|
|
||||||
if: ${{ success() }}
|
|
||||||
with:
|
|
||||||
github_token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
labels: "install:ok"
|
|
||||||
|
|
||||||
- name: "remove label: failed"
|
|
||||||
uses: actions-ecosystem/action-remove-labels@v1
|
|
||||||
if: ${{ success() }}
|
|
||||||
with:
|
|
||||||
github_token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
labels: "install:failed"
|
|
||||||
|
|
||||||
# CI Failed
|
|
||||||
- name: "add label: failed"
|
|
||||||
uses: actions-ecosystem/action-add-labels@v1
|
|
||||||
if: ${{ failure() }}
|
|
||||||
with:
|
|
||||||
github_token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
labels: "install:failed"
|
|
||||||
|
|
||||||
- name: "remove label: ok"
|
|
||||||
uses: actions-ecosystem/action-remove-labels@v1
|
|
||||||
if: ${{ failure() }}
|
|
||||||
with:
|
|
||||||
github_token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
labels: "install:ok"
|
|
||||||
|
|||||||
4
.github/workflows/charts-release.yaml
vendored
4
.github/workflows/charts-release.yaml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
if: steps.filter.outputs.addedOrModified == 'true'
|
if: steps.filter.outputs.addedOrModified == 'true'
|
||||||
uses: azure/setup-helm@v1
|
uses: azure/setup-helm@v1
|
||||||
with:
|
with:
|
||||||
version: v3.5.3
|
version: v3.6.3
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
if: steps.filter.outputs.addedOrModified == 'true'
|
if: steps.filter.outputs.addedOrModified == 'true'
|
||||||
@@ -117,7 +117,7 @@ jobs:
|
|||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@v1
|
uses: azure/setup-helm@v1
|
||||||
with:
|
with:
|
||||||
version: v3.5.4
|
version: v3.6.3
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@v1.2.1
|
uses: helm/chart-releaser-action@v1.2.1
|
||||||
|
|||||||
53
.github/workflows/metadata-label-issues-prs.yaml
vendored
53
.github/workflows/metadata-label-issues-prs.yaml
vendored
@@ -8,7 +8,7 @@ on:
|
|||||||
- edited
|
- edited
|
||||||
- closed
|
- closed
|
||||||
- reopened
|
- reopened
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
- edited
|
- edited
|
||||||
@@ -17,11 +17,6 @@ on:
|
|||||||
- ready_for_review
|
- ready_for_review
|
||||||
- synchronize
|
- synchronize
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
issues: write
|
|
||||||
pull-requests: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
label:
|
label:
|
||||||
name: Label issues and pull requests
|
name: Label issues and pull requests
|
||||||
@@ -33,10 +28,44 @@ 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: Videndum/label-mastermind@2.1.1
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.get-app-token.outputs.token }}
|
GITHUB_TOKEN: ${{ steps.get-app-token.outputs.token }}
|
||||||
|
configJSON: |
|
||||||
- uses: IvanFon/super-labeler-action@v1
|
{
|
||||||
with:
|
"releaseMastermind": {
|
||||||
github-token: ${{ steps.get-app-token.outputs.token }}
|
"labels": {
|
||||||
|
"kind:incorrect-title": {
|
||||||
|
"name": "kind:incorrect-title",
|
||||||
|
"colour": "#ffb700",
|
||||||
|
"description": "Incorrect title"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runners": [
|
||||||
|
{
|
||||||
|
"root": ".",
|
||||||
|
"versioning": {
|
||||||
|
"source": "milestones",
|
||||||
|
"type": "other"
|
||||||
|
},
|
||||||
|
"pr": {
|
||||||
|
"labels": {
|
||||||
|
"kind:incorrect-title": {
|
||||||
|
"requires": 2,
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "creatorMatches",
|
||||||
|
"pattern": "^(?!renovate).+"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "titleMatches",
|
||||||
|
"pattern": "^(?!\\[[a-z0-9\\-]+\\]\\s[A-Z0-9].+).+"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
126
.github/workflows/metadata-label-pr-ci-status.yaml
vendored
Normal file
126
.github/workflows/metadata-label-pr-ci-status.yaml
vendored
Normal file
@@ -0,0 +1,126 @@
|
|||||||
|
---
|
||||||
|
name: "Metadata: Label pull requests CI status"
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows:
|
||||||
|
- "Pre-commit consistency check"
|
||||||
|
- "Charts: Lint and test"
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
label-precommit:
|
||||||
|
name: Label pre-commit status
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
if: "${{ github.event.workflow.name == 'Pre-commit consistency check' }}"
|
||||||
|
steps:
|
||||||
|
- uses: getsentry/action-github-app-token@v1
|
||||||
|
id: get-app-token
|
||||||
|
with:
|
||||||
|
app_id: ${{ secrets.K8S_AT_HOME_APP_ID }}
|
||||||
|
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
|
- name: "Get information about the origin 'CI' run"
|
||||||
|
uses: potiuk/get-workflow-origin@v1_3
|
||||||
|
id: source-run-info
|
||||||
|
with:
|
||||||
|
token: ${{ steps.get-app-token.outputs.token }}
|
||||||
|
sourceRunId: ${{ github.event.workflow_run.id }}
|
||||||
|
|
||||||
|
- name: Label precommit success
|
||||||
|
uses: andymckay/labeler@1.0.3
|
||||||
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
|
with:
|
||||||
|
repo-token: ${{ steps.get-app-token.outputs.token }}
|
||||||
|
issue-number: ${{ steps.source-run-info.outputs.pullRequestNumber }}
|
||||||
|
add-labels: "precommit:ok"
|
||||||
|
remove-labels: "precommit:failed"
|
||||||
|
|
||||||
|
- name: Label precommit failure
|
||||||
|
uses: andymckay/labeler@1.0.3
|
||||||
|
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
||||||
|
with:
|
||||||
|
repo-token: ${{ steps.get-app-token.outputs.token }}
|
||||||
|
issue-number: ${{ steps.source-run-info.outputs.pullRequestNumber }}
|
||||||
|
add-labels: "precommit:failed"
|
||||||
|
remove-labels: "precommit:ok"
|
||||||
|
|
||||||
|
label-lint-install:
|
||||||
|
name: Label lint and install status
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
if: "${{ github.event.workflow.name == 'Charts: Lint and test' }}"
|
||||||
|
steps:
|
||||||
|
- uses: getsentry/action-github-app-token@v1
|
||||||
|
id: get-app-token
|
||||||
|
with:
|
||||||
|
app_id: ${{ secrets.K8S_AT_HOME_APP_ID }}
|
||||||
|
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
|
- name: "Get information about the origin 'CI' run"
|
||||||
|
uses: potiuk/get-workflow-origin@v1_3
|
||||||
|
id: source-run-info
|
||||||
|
with:
|
||||||
|
token: ${{ steps.get-app-token.outputs.token }}
|
||||||
|
sourceRunId: ${{ github.event.workflow_run.id }}
|
||||||
|
|
||||||
|
- name: "Get workflow job status"
|
||||||
|
uses: actions/github-script@v4
|
||||||
|
id: get-workflow-jobs
|
||||||
|
with:
|
||||||
|
github-token: ${{ steps.get-app-token.outputs.token }}
|
||||||
|
script: |
|
||||||
|
let result = new Object
|
||||||
|
|
||||||
|
const wfJobs = await github.actions.listJobsForWorkflowRun({
|
||||||
|
owner: context.repo.owner,
|
||||||
|
repo: context.repo.repo,
|
||||||
|
run_id: context.payload.workflow_run.id,
|
||||||
|
})
|
||||||
|
|
||||||
|
for (const job of wfJobs.data.jobs) {
|
||||||
|
if (job.name === 'Lint charts') {
|
||||||
|
result['lint'] = job.conclusion
|
||||||
|
} else if (job.name === 'Install successful') {
|
||||||
|
result['install'] = job.conclusion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
console.log(result)
|
||||||
|
return result
|
||||||
|
|
||||||
|
- name: Label lint success
|
||||||
|
uses: andymckay/labeler@1.0.3
|
||||||
|
if: ${{ fromJSON(steps.get-workflow-jobs.outputs.result).lint == 'success' }}
|
||||||
|
with:
|
||||||
|
repo-token: ${{ steps.get-app-token.outputs.token }}
|
||||||
|
issue-number: ${{ steps.source-run-info.outputs.pullRequestNumber }}
|
||||||
|
add-labels: "lint:ok"
|
||||||
|
remove-labels: "lint:failed"
|
||||||
|
|
||||||
|
- name: Label lint failure
|
||||||
|
uses: andymckay/labeler@1.0.3
|
||||||
|
if: ${{ fromJSON(steps.get-workflow-jobs.outputs.result).lint == 'failure' }}
|
||||||
|
with:
|
||||||
|
repo-token: ${{ steps.get-app-token.outputs.token }}
|
||||||
|
issue-number: ${{ steps.source-run-info.outputs.pullRequestNumber }}
|
||||||
|
add-labels: "lint:failed"
|
||||||
|
remove-labels: "lint:ok"
|
||||||
|
|
||||||
|
- name: Label install success
|
||||||
|
uses: andymckay/labeler@1.0.3
|
||||||
|
if: ${{ fromJSON(steps.get-workflow-jobs.outputs.result).install == 'success' }}
|
||||||
|
with:
|
||||||
|
repo-token: ${{ steps.get-app-token.outputs.token }}
|
||||||
|
issue-number: ${{ steps.source-run-info.outputs.pullRequestNumber }}
|
||||||
|
add-labels: "install:ok"
|
||||||
|
remove-labels: "install:failed"
|
||||||
|
|
||||||
|
- name: Label install failure
|
||||||
|
uses: andymckay/labeler@1.0.3
|
||||||
|
if: ${{ fromJSON(steps.get-workflow-jobs.outputs.result).install == 'failure' }}
|
||||||
|
with:
|
||||||
|
repo-token: ${{ steps.get-app-token.outputs.token }}
|
||||||
|
issue-number: ${{ steps.source-run-info.outputs.pullRequestNumber }}
|
||||||
|
add-labels: "install:failed"
|
||||||
|
remove-labels: "install:ok"
|
||||||
37
.github/workflows/pre-commit-check.yaml
vendored
37
.github/workflows/pre-commit-check.yaml
vendored
@@ -13,16 +13,9 @@ jobs:
|
|||||||
name: Run pre-commit checks
|
name: Run pre-commit checks
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: getsentry/action-github-app-token@v1
|
|
||||||
id: get-app-token
|
|
||||||
with:
|
|
||||||
app_id: ${{ secrets.K8S_AT_HOME_APP_ID }}
|
|
||||||
private_key: ${{ secrets.K8S_AT_HOME_APP_PRIVATE_KEY }}
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: dorny/paths-filter@v2
|
- uses: dorny/paths-filter@v2
|
||||||
@@ -46,33 +39,3 @@ jobs:
|
|||||||
if: steps.filter.outputs.addedOrModified != 'true'
|
if: steps.filter.outputs.addedOrModified != 'true'
|
||||||
with:
|
with:
|
||||||
extra_args: --all-files
|
extra_args: --all-files
|
||||||
|
|
||||||
# CI Passed
|
|
||||||
- name: "add label: ok"
|
|
||||||
uses: actions-ecosystem/action-add-labels@v1
|
|
||||||
if: ${{ success() }}
|
|
||||||
with:
|
|
||||||
github_token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
labels: "precommit:ok"
|
|
||||||
|
|
||||||
- name: "remove label: failed"
|
|
||||||
uses: actions-ecosystem/action-remove-labels@v1
|
|
||||||
if: ${{ success() }}
|
|
||||||
with:
|
|
||||||
github_token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
labels: "precommit:failed"
|
|
||||||
|
|
||||||
# CI Failed
|
|
||||||
- name: "add label: failed"
|
|
||||||
uses: actions-ecosystem/action-add-labels@v1
|
|
||||||
if: ${{ failure() }}
|
|
||||||
with:
|
|
||||||
github_token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
labels: "precommit:failed"
|
|
||||||
|
|
||||||
- name: "remove label: ok"
|
|
||||||
uses: actions-ecosystem/action-remove-labels@v1
|
|
||||||
if: ${{ failure() }}
|
|
||||||
with:
|
|
||||||
github_token: ${{ steps.get-app-token.outputs.token }}
|
|
||||||
labels: "precommit:ok"
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Helm charts
|
# Helm charts
|
||||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||||
[](#contributors-)
|
[](#contributors-)
|
||||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||||
|
|
||||||
[](https://docs.k8s-at-home.com/)
|
[](https://docs.k8s-at-home.com/)
|
||||||
@@ -88,6 +88,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|||||||
<td align="center"><a href="https://github.com/zamnuts"><img src="https://avatars.githubusercontent.com/u/4969305?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Andrew Zammit</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=zamnuts" title="Code">💻</a></td>
|
<td align="center"><a href="https://github.com/zamnuts"><img src="https://avatars.githubusercontent.com/u/4969305?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Andrew Zammit</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=zamnuts" title="Code">💻</a></td>
|
||||||
<td align="center"><a href="https://boxingoctop.us"><img src="https://avatars.githubusercontent.com/u/3494484?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ryan Draga</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=TuxOtaku" title="Code">💻</a></td>
|
<td align="center"><a href="https://boxingoctop.us"><img src="https://avatars.githubusercontent.com/u/3494484?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ryan Draga</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=TuxOtaku" title="Code">💻</a></td>
|
||||||
<td align="center"><a href="https://github.com/jkroepke"><img src="https://avatars.githubusercontent.com/u/1560587?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jan-Otto Kröpke</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=jkroepke" title="Code">💻</a></td>
|
<td align="center"><a href="https://github.com/jkroepke"><img src="https://avatars.githubusercontent.com/u/1560587?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jan-Otto Kröpke</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=jkroepke" title="Code">💻</a></td>
|
||||||
|
<td align="center"><a href="https://github.com/chris-sanders"><img src="https://avatars.githubusercontent.com/u/813115?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chris Sanders</b></sub></a><br /><a href="https://github.com/k8s-at-home/charts/commits?author=chris-sanders" title="Code">💻</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
| [adguard-home](stable/adguard-home) | DNS proxy as ad-blocker for local network |
|
| [adguard-home](stable/adguard-home) | DNS proxy as ad-blocker for local network |
|
||||||
| [airsonic](stable/airsonic) | Airsonic is a Free and Open Source community driven media server |
|
| [airsonic](stable/airsonic) | Airsonic is a Free and Open Source community driven media server |
|
||||||
| [alertmanager-bot](stable/alertmanager-bot) | Bot for Prometheus Alertmanager |
|
| [alertmanager-bot](stable/alertmanager-bot) | Bot for Prometheus Alertmanager |
|
||||||
|
| [amcrest2mqtt](stable/amcrest2mqtt) | Expose all events from an Amcrest device to an MQTT broker |
|
||||||
| [apache-musicindex](stable/apache-musicindex) | Index and stream music using apache-musicindex and m3u playlists |
|
| [apache-musicindex](stable/apache-musicindex) | Index and stream music using apache-musicindex and m3u playlists |
|
||||||
| [appdaemon](stable/appdaemon) | AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT. |
|
| [appdaemon](stable/appdaemon) | AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT. |
|
||||||
| [baikal](stable/baikal) | Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars. |
|
| [baikal](stable/baikal) | Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars. |
|
||||||
@@ -28,6 +29,7 @@
|
|||||||
| [focalboard](stable/focalboard) | Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. |
|
| [focalboard](stable/focalboard) | Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. |
|
||||||
| [foundryvtt](stable/foundryvtt) | An easy-to-deploy Dockerized Foundry Virtual Tabletop server |
|
| [foundryvtt](stable/foundryvtt) | An easy-to-deploy Dockerized Foundry Virtual Tabletop server |
|
||||||
| [freshrss](stable/freshrss) | FreshRSS is a self-hosted RSS feed aggregator |
|
| [freshrss](stable/freshrss) | FreshRSS is a self-hosted RSS feed aggregator |
|
||||||
|
| [frigate](stable/frigate) | NVR With Realtime Object Detection for IP Cameras |
|
||||||
| [gaps](stable/gaps) | Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. |
|
| [gaps](stable/gaps) | Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. |
|
||||||
| [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 |
|
||||||
|
|||||||
26
charts/stable/amcrest2mqtt/.helmignore
Normal file
26
charts/stable/amcrest2mqtt/.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
|
||||||
19
charts/stable/amcrest2mqtt/Chart.yaml
Normal file
19
charts/stable/amcrest2mqtt/Chart.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
appVersion: 1.0.5
|
||||||
|
description: Expose all events from an Amcrest device to an MQTT broker
|
||||||
|
name: amcrest2mqtt
|
||||||
|
version: 1.0.0
|
||||||
|
kubeVersion: ">=1.16.0-0"
|
||||||
|
keywords:
|
||||||
|
- amcrest2mqtt
|
||||||
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/amcrest2mqtt
|
||||||
|
icon: https://raw.githubusercontent.com/k8s-at-home/organization/main/logo/k8s-at-home-400.png
|
||||||
|
sources:
|
||||||
|
- https://github.com/dchesterton/amcrest2mqtt
|
||||||
|
maintainers:
|
||||||
|
- name: bjw-s
|
||||||
|
email: me@bjw-s.dev
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.k8s-at-home.com
|
||||||
|
version: 3.3.0
|
||||||
116
charts/stable/amcrest2mqtt/README.md
Normal file
116
charts/stable/amcrest2mqtt/README.md
Normal file
@@ -0,0 +1,116 @@
|
|||||||
|
# amcrest2mqtt
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
Expose all events from an Amcrest device to an MQTT broker
|
||||||
|
|
||||||
|
**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/dchesterton/amcrest2mqtt>
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Kubernetes: `>=1.16.0-0`
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
| Repository | Name | Version |
|
||||||
|
|------------|------|---------|
|
||||||
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
|
## TL;DR
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
||||||
|
helm repo update
|
||||||
|
helm install amcrest2mqtt k8s-at-home/amcrest2mqtt
|
||||||
|
```
|
||||||
|
|
||||||
|
## Installing the Chart
|
||||||
|
|
||||||
|
To install the chart with the release name `amcrest2mqtt`
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install amcrest2mqtt k8s-at-home/amcrest2mqtt
|
||||||
|
```
|
||||||
|
|
||||||
|
## Uninstalling the Chart
|
||||||
|
|
||||||
|
To uninstall the `amcrest2mqtt` deployment
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm uninstall amcrest2mqtt
|
||||||
|
```
|
||||||
|
|
||||||
|
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 amcrest2mqtt \
|
||||||
|
--set env.TZ="America/New York" \
|
||||||
|
k8s-at-home/amcrest2mqtt
|
||||||
|
```
|
||||||
|
|
||||||
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install amcrest2mqtt k8s-at-home/amcrest2mqtt -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 [amcrest2mqtt repo](https://github.com/dchesterton/amcrest2mqtt). |
|
||||||
|
| env.AMCREST_HOST | string | `nil` | Host name used to connect to the Amcrest device |
|
||||||
|
| env.AMCREST_PASSWORD | string | `nil` | Password used to connect to the Amcrest device |
|
||||||
|
| env.AMCREST_PORT | int | `80` | Port used to connect to the Amcrest device |
|
||||||
|
| env.AMCREST_USERNAME | string | `nil` | User name used to connect to the Amcrest device |
|
||||||
|
| env.HOME_ASSISTANT | string | `"false"` | Enable Home Assistant autodiscovery |
|
||||||
|
| env.HOME_ASSISTANT_PREFIX | string | `"homeassistant"` | Home Assistant autodiscovery prefix |
|
||||||
|
| env.MQTT_HOST | int | `1883` | Host name used to connect to the MQTT broker |
|
||||||
|
| env.MQTT_PASSWORD | string | `nil` | Password used to connect to the MQTT broker |
|
||||||
|
| env.MQTT_PORT | string | `nil` | Port used to connect to the MQTT broker |
|
||||||
|
| env.MQTT_USERNAME | string | `nil` | User name used to connect to the MQTT broker |
|
||||||
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
|
| image.repository | string | `"dchesterton/amcrest2mqtt"` | image repository |
|
||||||
|
| image.tag | string | `"1.0.5"` | image tag |
|
||||||
|
|
||||||
|
## 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).
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
### [1.0.0]
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- Initial version
|
||||||
|
|
||||||
|
[1.0.0]: #100
|
||||||
|
|
||||||
|
## 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 v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||||
146
charts/stable/amcrest2mqtt/README.md.gotmpl
Normal file
146
charts/stable/amcrest2mqtt/README.md.gotmpl
Normal file
@@ -0,0 +1,146 @@
|
|||||||
|
{{- define "custom.repository.organization" -}}
|
||||||
|
k8s-at-home
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.repository.url" -}}
|
||||||
|
https://github.com/k8s-at-home/charts
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.helm.url" -}}
|
||||||
|
https://k8s-at-home.com/charts/
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.helm.path" -}}
|
||||||
|
{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.notes" -}}
|
||||||
|
**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)**
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.requirements" -}}
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
{{ template "chart.kubeVersionLine" . }}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.dependencies" -}}
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
{{ template "chart.requirementsTable" . }}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.install.tldr" -}}
|
||||||
|
## TL;DR
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm repo add {{ template "custom.repository.organization" . }} {{ template "custom.helm.url" . }}
|
||||||
|
helm repo update
|
||||||
|
helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }}
|
||||||
|
```
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.install" -}}
|
||||||
|
## Installing the Chart
|
||||||
|
|
||||||
|
To install the chart with the release name `{{ template "chart.name" . }}`
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }}
|
||||||
|
```
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.uninstall" -}}
|
||||||
|
## Uninstalling the Chart
|
||||||
|
|
||||||
|
To uninstall the `{{ template "chart.name" . }}` deployment
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm uninstall {{ template "chart.name" . }}
|
||||||
|
```
|
||||||
|
|
||||||
|
The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.configuration.header" -}}
|
||||||
|
## Configuration
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.configuration.readValues" -}}
|
||||||
|
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).
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.configuration.example.set" -}}
|
||||||
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install {{ template "chart.name" . }} \
|
||||||
|
--set env.TZ="America/New York" \
|
||||||
|
{{ template "custom.helm.path" . }}
|
||||||
|
```
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.configuration.example.file" -}}
|
||||||
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} -f values.yaml
|
||||||
|
```
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.valuesSection" -}}
|
||||||
|
## 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)
|
||||||
|
|
||||||
|
{{ template "chart.valuesTable" . }}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.support" -}}
|
||||||
|
## 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
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{ template "chart.header" . }}
|
||||||
|
|
||||||
|
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
|
||||||
|
|
||||||
|
{{ template "chart.description" . }}
|
||||||
|
|
||||||
|
{{ template "custom.notes" . }}
|
||||||
|
|
||||||
|
{{ template "chart.sourcesSection" . }}
|
||||||
|
|
||||||
|
{{ template "custom.requirements" . }}
|
||||||
|
|
||||||
|
{{ template "custom.dependencies" . }}
|
||||||
|
|
||||||
|
{{ template "custom.install.tldr" . }}
|
||||||
|
|
||||||
|
{{ template "custom.install" . }}
|
||||||
|
|
||||||
|
{{ template "custom.uninstall" . }}
|
||||||
|
|
||||||
|
{{ template "custom.configuration.header" . }}
|
||||||
|
|
||||||
|
{{ template "custom.configuration.readValues" . }}
|
||||||
|
|
||||||
|
{{ template "custom.configuration.example.set" . }}
|
||||||
|
|
||||||
|
{{ template "custom.configuration.example.file" . }}
|
||||||
|
|
||||||
|
{{ template "custom.custom.configuration" . }}
|
||||||
|
|
||||||
|
{{ template "custom.valuesSection" . }}
|
||||||
|
|
||||||
|
{{ template "custom.changelog" . }}
|
||||||
|
|
||||||
|
{{ template "custom.support" . }}
|
||||||
|
|
||||||
|
{{ template "helm-docs.versionFooter" . }}
|
||||||
|
{{ "" }}
|
||||||
19
charts/stable/amcrest2mqtt/README_CHANGELOG.md.gotmpl
Normal file
19
charts/stable/amcrest2mqtt/README_CHANGELOG.md.gotmpl
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{{- define "custom.changelog.header" -}}
|
||||||
|
## Changelog
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.changelog" -}}
|
||||||
|
{{ template "custom.changelog.header" . }}
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
### [1.0.0]
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- Initial version
|
||||||
|
|
||||||
|
[1.0.0]: #100
|
||||||
|
{{- end -}}
|
||||||
9
charts/stable/amcrest2mqtt/README_CONFIG.md.gotmpl
Normal file
9
charts/stable/amcrest2mqtt/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/amcrest2mqtt/templates/NOTES.txt
Normal file
1
charts/stable/amcrest2mqtt/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{- include "common.notes.defaultNotes" . -}}
|
||||||
25
charts/stable/amcrest2mqtt/templates/common.yaml
Normal file
25
charts/stable/amcrest2mqtt/templates/common.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{{/* Make sure all variables are set properly */}}
|
||||||
|
{{- include "common.values.setup" . }}
|
||||||
|
|
||||||
|
{{/* Append the hardcoded settings */}}
|
||||||
|
{{- define "amcrest2mqtt.hardcodedValues" -}}
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
{{- end -}}
|
||||||
|
{{- $_ := mergeOverwrite .Values (include "amcrest2mqtt.hardcodedValues" . | fromYaml) -}}
|
||||||
|
|
||||||
|
{{/* Render the templates */}}
|
||||||
|
{{ include "common.all" . }}
|
||||||
40
charts/stable/amcrest2mqtt/values.yaml
Normal file
40
charts/stable/amcrest2mqtt/values.yaml
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
#
|
||||||
|
# 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: dchesterton/amcrest2mqtt
|
||||||
|
# -- image tag
|
||||||
|
tag: 1.0.5
|
||||||
|
# -- image pull policy
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
# -- environment variables. See more environment variables in the [amcrest2mqtt repo](https://github.com/dchesterton/amcrest2mqtt).
|
||||||
|
# @default -- See below
|
||||||
|
env:
|
||||||
|
# -- Set the container timezone
|
||||||
|
TZ: UTC
|
||||||
|
# -- Host name used to connect to the Amcrest device
|
||||||
|
AMCREST_HOST:
|
||||||
|
# -- Port used to connect to the Amcrest device
|
||||||
|
AMCREST_PORT: 80
|
||||||
|
# -- User name used to connect to the Amcrest device
|
||||||
|
AMCREST_USERNAME:
|
||||||
|
# -- Password used to connect to the Amcrest device
|
||||||
|
AMCREST_PASSWORD:
|
||||||
|
# -- Host name used to connect to the MQTT broker
|
||||||
|
MQTT_HOST: 1883
|
||||||
|
# -- Port used to connect to the MQTT broker
|
||||||
|
MQTT_PORT:
|
||||||
|
# -- User name used to connect to the MQTT broker
|
||||||
|
MQTT_USERNAME:
|
||||||
|
# -- Password used to connect to the MQTT broker
|
||||||
|
MQTT_PASSWORD:
|
||||||
|
# -- Enable Home Assistant autodiscovery
|
||||||
|
HOME_ASSISTANT: "false"
|
||||||
|
# -- Home Assistant autodiscovery prefix
|
||||||
|
HOME_ASSISTANT_PREFIX: "homeassistant"
|
||||||
@@ -2,7 +2,7 @@ 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: 2.1.0
|
version: 2.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- baikal
|
- baikal
|
||||||
@@ -23,6 +23,6 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.3.16
|
version: 9.3.19
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
|
|||||||
@@ -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 | 9.3.16 |
|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.19 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v0.14
|
appVersion: v0.14
|
||||||
description: DNS proxy as ad-blocker for local network
|
description: DNS proxy as ad-blocker for local network
|
||||||
name: blocky
|
name: blocky
|
||||||
version: 7.1.0
|
version: 7.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- blocky
|
- blocky
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# blocky
|
# blocky
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
DNS proxy as ad-blocker for local network
|
DNS proxy as ad-blocker for local network
|
||||||
|
|
||||||
@@ -76,6 +76,7 @@ N/A
|
|||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| config | string | see URL to default config | Full list of options https://github.com/0xERR0R/blocky/blob/master/docs/config.yml |
|
| config | string | see URL to default config | Full list of options https://github.com/0xERR0R/blocky/blob/master/docs/config.yml |
|
||||||
|
| controller.replicas | int | `1` | (int) Number of pods to load balance between |
|
||||||
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
|
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
|
||||||
| env | object | See below | environment variables. See [image docs](https://0xerr0r.github.io/blocky/installation/#run-with-docker) for more details. |
|
| env | object | See below | environment variables. See [image docs](https://0xerr0r.github.io/blocky/installation/#run-with-docker) for more details. |
|
||||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
@@ -84,7 +85,6 @@ N/A
|
|||||||
| image.tag | string | `"v0.14"` | image tag |
|
| image.tag | string | `"v0.14"` | image tag |
|
||||||
| 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. |
|
||||||
| prometheus.serviceMonitor | object | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. See also the notes under `additionalContainers`. |
|
| prometheus.serviceMonitor | object | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. See also the notes under `additionalContainers`. |
|
||||||
| replicas | int | `1` | (int) Number of pods to load balance between |
|
|
||||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ image:
|
|||||||
controller:
|
controller:
|
||||||
# -- Set the controller upgrade strategy
|
# -- Set the controller upgrade strategy
|
||||||
strategy: RollingUpdate
|
strategy: RollingUpdate
|
||||||
|
# -- (int) Number of pods to load balance between
|
||||||
|
replicas: 1
|
||||||
|
|
||||||
# -- environment variables. See [image docs](https://0xerr0r.github.io/blocky/installation/#run-with-docker) for more details.
|
# -- environment variables. See [image docs](https://0xerr0r.github.io/blocky/installation/#run-with-docker) for more details.
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
@@ -23,9 +25,6 @@ env:
|
|||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
TZ: UTC
|
||||||
|
|
||||||
# -- (int) Number of pods to load balance between
|
|
||||||
replicas: 1
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
service:
|
service:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v21.05.1
|
appVersion: v21.05.1
|
||||||
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: 2.3.0
|
version: 2.3.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- bookstack
|
- bookstack
|
||||||
@@ -25,6 +25,6 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.3.16
|
version: 9.3.19
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
|
|||||||
@@ -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 | 9.3.16 |
|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.19 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -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: 3.4.0
|
version: 3.4.1
|
||||||
keywords:
|
keywords:
|
||||||
- cert-manager
|
- cert-manager
|
||||||
- dnsmadeeasy
|
- dnsmadeeasy
|
||||||
@@ -21,5 +21,5 @@ dependencies:
|
|||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
repository: https://charts.jetstack.io
|
repository: https://charts.jetstack.io
|
||||||
version: v1.4.0
|
version: v1.4.2
|
||||||
condition: cert-manager.enabled
|
condition: cert-manager.enabled
|
||||||
|
|||||||
@@ -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.4.0 |
|
| https://charts.jetstack.io | cert-manager | v1.4.2 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -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: 4.3.0
|
version: 4.3.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- dsmr-reader
|
- dsmr-reader
|
||||||
@@ -20,6 +20,6 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
|
|||||||
@@ -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.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
26
charts/stable/frigate/.helmignore
Normal file
26
charts/stable/frigate/.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
|
||||||
24
charts/stable/frigate/Chart.yaml
Normal file
24
charts/stable/frigate/Chart.yaml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
appVersion: v0.8.0
|
||||||
|
description: NVR With Realtime Object Detection for IP Cameras
|
||||||
|
name: frigate
|
||||||
|
version: 5.0.0
|
||||||
|
kubeVersion: ">=1.16.0-0"
|
||||||
|
keywords:
|
||||||
|
- frigate
|
||||||
|
- nvr
|
||||||
|
- tensorflow
|
||||||
|
- coral
|
||||||
|
- ml
|
||||||
|
- machine-learning
|
||||||
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/frigate
|
||||||
|
icon: https://github.com/blakeblackshear/frigate/blob/master/docs/static/img/frigate.png
|
||||||
|
sources:
|
||||||
|
- https://github.com/blakeblackshear/frigate
|
||||||
|
maintainers:
|
||||||
|
- name: billimek
|
||||||
|
email: jeff@billimek.com
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.k8s-at-home.com
|
||||||
|
version: 3.3.0
|
||||||
117
charts/stable/frigate/README.md
Normal file
117
charts/stable/frigate/README.md
Normal file
@@ -0,0 +1,117 @@
|
|||||||
|
# frigate
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
NVR With Realtime Object Detection for IP Cameras
|
||||||
|
|
||||||
|
**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/blakeblackshear/frigate>
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Kubernetes: `>=1.16.0-0`
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
| Repository | Name | Version |
|
||||||
|
|------------|------|---------|
|
||||||
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
|
## TL;DR
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
||||||
|
helm repo update
|
||||||
|
helm install frigate k8s-at-home/frigate
|
||||||
|
```
|
||||||
|
|
||||||
|
## Installing the Chart
|
||||||
|
|
||||||
|
To install the chart with the release name `frigate`
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install frigate k8s-at-home/frigate
|
||||||
|
```
|
||||||
|
|
||||||
|
## Uninstalling the Chart
|
||||||
|
|
||||||
|
To uninstall the `frigate` deployment
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm uninstall frigate
|
||||||
|
```
|
||||||
|
|
||||||
|
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 frigate \
|
||||||
|
--set env.TZ="America/New York" \
|
||||||
|
k8s-at-home/frigate
|
||||||
|
```
|
||||||
|
|
||||||
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install frigate k8s-at-home/frigate -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 |
|
||||||
|
|-----|------|---------|-------------|
|
||||||
|
| affinity | object | `{}` | Affinity constraint rules to place the Pod on a specific node. [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) |
|
||||||
|
| config | string | see URL to default config | See [docs](https://blakeblackshear.github.io/frigate/) for more details. |
|
||||||
|
| env | object | See below | environment variables. See [docs](https://blakeblackshear.github.io/frigate/) for more details. |
|
||||||
|
| env.FRIGATE_RTSP_PASSWORD | string | empty | Set a RTSP password |
|
||||||
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
|
| image.repository | string | `"blakeblackshear/frigate"` | image repository |
|
||||||
|
| image.tag | string | `"0.8.4-amd64"` | image tag |
|
||||||
|
| 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.cache | object | See values.yaml | Configure a temporary cache. See [docs](https://blakeblackshear.github.io/frigate/) for more details.. |
|
||||||
|
| persistence.usb | object | See values.yaml | Configure a hostPathMount to mount a USB device in the container. |
|
||||||
|
| resources | object | `{}` | Configure the resource requests and/or limits for the Pod |
|
||||||
|
| securityContext.privileged | bool | `false` | (bool) Privileged securityContext may be required if USB devices are accessed directly through the host machine |
|
||||||
|
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||||
|
|
||||||
|
## 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).
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
### [5.0.0]
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- **BREAKING**: Upgraded the common library dependency to version 3.0.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.
|
||||||
|
|
||||||
|
[5.0.0]: #500
|
||||||
|
|
||||||
|
## 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 v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||||
146
charts/stable/frigate/README.md.gotmpl
Normal file
146
charts/stable/frigate/README.md.gotmpl
Normal file
@@ -0,0 +1,146 @@
|
|||||||
|
{{- define "custom.repository.organization" -}}
|
||||||
|
k8s-at-home
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.repository.url" -}}
|
||||||
|
https://github.com/k8s-at-home/charts
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.helm.url" -}}
|
||||||
|
https://k8s-at-home.com/charts/
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.helm.path" -}}
|
||||||
|
{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.notes" -}}
|
||||||
|
**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)**
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.requirements" -}}
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
{{ template "chart.kubeVersionLine" . }}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.dependencies" -}}
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
{{ template "chart.requirementsTable" . }}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.install.tldr" -}}
|
||||||
|
## TL;DR
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm repo add {{ template "custom.repository.organization" . }} {{ template "custom.helm.url" . }}
|
||||||
|
helm repo update
|
||||||
|
helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }}
|
||||||
|
```
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.install" -}}
|
||||||
|
## Installing the Chart
|
||||||
|
|
||||||
|
To install the chart with the release name `{{ template "chart.name" . }}`
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }}
|
||||||
|
```
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.uninstall" -}}
|
||||||
|
## Uninstalling the Chart
|
||||||
|
|
||||||
|
To uninstall the `{{ template "chart.name" . }}` deployment
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm uninstall {{ template "chart.name" . }}
|
||||||
|
```
|
||||||
|
|
||||||
|
The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.configuration.header" -}}
|
||||||
|
## Configuration
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.configuration.readValues" -}}
|
||||||
|
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).
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.configuration.example.set" -}}
|
||||||
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install {{ template "chart.name" . }} \
|
||||||
|
--set env.TZ="America/New York" \
|
||||||
|
{{ template "custom.helm.path" . }}
|
||||||
|
```
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.configuration.example.file" -}}
|
||||||
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} -f values.yaml
|
||||||
|
```
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.valuesSection" -}}
|
||||||
|
## 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)
|
||||||
|
|
||||||
|
{{ template "chart.valuesTable" . }}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.support" -}}
|
||||||
|
## 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
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{ template "chart.header" . }}
|
||||||
|
|
||||||
|
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
|
||||||
|
|
||||||
|
{{ template "chart.description" . }}
|
||||||
|
|
||||||
|
{{ template "custom.notes" . }}
|
||||||
|
|
||||||
|
{{ template "chart.sourcesSection" . }}
|
||||||
|
|
||||||
|
{{ template "custom.requirements" . }}
|
||||||
|
|
||||||
|
{{ template "custom.dependencies" . }}
|
||||||
|
|
||||||
|
{{ template "custom.install.tldr" . }}
|
||||||
|
|
||||||
|
{{ template "custom.install" . }}
|
||||||
|
|
||||||
|
{{ template "custom.uninstall" . }}
|
||||||
|
|
||||||
|
{{ template "custom.configuration.header" . }}
|
||||||
|
|
||||||
|
{{ template "custom.configuration.readValues" . }}
|
||||||
|
|
||||||
|
{{ template "custom.configuration.example.set" . }}
|
||||||
|
|
||||||
|
{{ template "custom.configuration.example.file" . }}
|
||||||
|
|
||||||
|
{{ template "custom.custom.configuration" . }}
|
||||||
|
|
||||||
|
{{ template "custom.valuesSection" . }}
|
||||||
|
|
||||||
|
{{ template "custom.changelog" . }}
|
||||||
|
|
||||||
|
{{ template "custom.support" . }}
|
||||||
|
|
||||||
|
{{ template "helm-docs.versionFooter" . }}
|
||||||
|
{{ "" }}
|
||||||
20
charts/stable/frigate/README_CHANGELOG.md.gotmpl
Normal file
20
charts/stable/frigate/README_CHANGELOG.md.gotmpl
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{{- define "custom.changelog.header" -}}
|
||||||
|
## Changelog
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- define "custom.changelog" -}}
|
||||||
|
{{ template "custom.changelog.header" . }}
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
### [5.0.0]
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- **BREAKING**: Upgraded the common library dependency to version 3.0.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.
|
||||||
|
|
||||||
|
[5.0.0]: #500
|
||||||
|
{{- end -}}
|
||||||
9
charts/stable/frigate/README_CONFIG.md.gotmpl
Normal file
9
charts/stable/frigate/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/frigate/templates/NOTES.txt
Normal file
1
charts/stable/frigate/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{- include "common.notes.defaultNotes" . -}}
|
||||||
19
charts/stable/frigate/templates/common.yaml
Normal file
19
charts/stable/frigate/templates/common.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{{/* Make sure all variables are set properly */}}
|
||||||
|
{{- include "common.values.setup" . }}
|
||||||
|
|
||||||
|
{{/* Append the hardcoded settings */}}
|
||||||
|
{{- define "frigate.configValues" -}}
|
||||||
|
persistence:
|
||||||
|
frigate-config:
|
||||||
|
enabled: "true"
|
||||||
|
mountPath: "/config/config.yml"
|
||||||
|
subPath: "config.yml"
|
||||||
|
type: "custom"
|
||||||
|
volumeSpec:
|
||||||
|
configMap:
|
||||||
|
name: {{ printf "%v-config" (include "common.names.fullname" .) }}
|
||||||
|
{{- end -}}
|
||||||
|
{{- $_ := mergeOverwrite .Values (include "frigate.configValues" . | fromYaml) -}}
|
||||||
|
|
||||||
|
{{/* Render the templates */}}
|
||||||
|
{{ include "common.all" . }}
|
||||||
9
charts/stable/frigate/templates/configmap.yaml
Normal file
9
charts/stable/frigate/templates/configmap.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: {{ include "common.names.fullname" . }}-config
|
||||||
|
labels:
|
||||||
|
{{- include "common.labels" . | nindent 4 }}
|
||||||
|
data:
|
||||||
|
config.yml: |
|
||||||
|
{{- tpl .Values.config $ | nindent 4 }}
|
||||||
106
charts/stable/frigate/values.yaml
Normal file
106
charts/stable/frigate/values.yaml
Normal file
@@ -0,0 +1,106 @@
|
|||||||
|
#
|
||||||
|
# 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: blakeblackshear/frigate
|
||||||
|
# -- image tag
|
||||||
|
tag: 0.8.4-amd64
|
||||||
|
# -- image pull policy
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
# -- environment variables. See [docs](https://blakeblackshear.github.io/frigate/) for more details.
|
||||||
|
# @default -- See below
|
||||||
|
env:
|
||||||
|
# -- Set the container timezone
|
||||||
|
TZ: UTC
|
||||||
|
# -- Set a RTSP password
|
||||||
|
# @default -- empty
|
||||||
|
FRIGATE_RTSP_PASSWORD: ""
|
||||||
|
|
||||||
|
# -- Configures service settings for the chart.
|
||||||
|
# @default -- See values.yaml
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
|
port: 5000
|
||||||
|
rtmp:
|
||||||
|
enabled: false
|
||||||
|
port: 1935
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 1935
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
# -- Enable and configure ingress settings for the chart under this key.
|
||||||
|
# @default -- See values.yaml
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
# -- (bool) Privileged securityContext may be required if USB devices are accessed directly through the host machine
|
||||||
|
privileged: false
|
||||||
|
|
||||||
|
# -- Configure persistence settings for the chart under this key.
|
||||||
|
# @default -- See values.yaml
|
||||||
|
persistence:
|
||||||
|
data:
|
||||||
|
enabled: false
|
||||||
|
mountPath: /data
|
||||||
|
media:
|
||||||
|
enabled: false
|
||||||
|
mountPath: /media
|
||||||
|
# -- Configure a hostPathMount to mount a USB device in the container.
|
||||||
|
# @default -- See values.yaml
|
||||||
|
usb:
|
||||||
|
enabled: false
|
||||||
|
type: hostPath
|
||||||
|
hostPath: /dev/bus/usb
|
||||||
|
# -- Configure a temporary cache. See [docs](https://blakeblackshear.github.io/frigate/) for more details..
|
||||||
|
# @default -- See values.yaml
|
||||||
|
cache:
|
||||||
|
enabled: true
|
||||||
|
type: emptyDir
|
||||||
|
medium: Memory
|
||||||
|
sizeLimit: 1Gi
|
||||||
|
mountPath: /dev/shm
|
||||||
|
|
||||||
|
# -- Affinity constraint rules to place the Pod on a specific node.
|
||||||
|
# [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)
|
||||||
|
affinity: {}
|
||||||
|
# nodeAffinity:
|
||||||
|
# requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
# nodeSelectorTerms:
|
||||||
|
# - matchExpressions:
|
||||||
|
# - key: app
|
||||||
|
# operator: In
|
||||||
|
# values:
|
||||||
|
# - coral-tpu
|
||||||
|
|
||||||
|
# -- Configure the resource requests and/or limits for the Pod
|
||||||
|
resources: {}
|
||||||
|
# requests:
|
||||||
|
# # Hardware acceleration using an Intel iGPU w/ QuickSync and
|
||||||
|
# # using intel-gpu-plugin (https://github.com/intel/intel-device-plugins-for-kubernetes)
|
||||||
|
# gpu.intel.com/i915: 1
|
||||||
|
# cpu: 200m
|
||||||
|
# memory: 256Mi
|
||||||
|
# limits:
|
||||||
|
# # Hardware acceleration using an Intel iGPU w/ QuickSync and
|
||||||
|
# # using intel-gpu-plugin (https://github.com/intel/intel-device-plugins-for-kubernetes)
|
||||||
|
# gpu.intel.com/i915: 1
|
||||||
|
# memory: 4096Mi
|
||||||
|
|
||||||
|
# -- See [docs](https://blakeblackshear.github.io/frigate/) for more details.
|
||||||
|
# @default -- see URL to default config
|
||||||
|
config: |
|
||||||
|
mqtt:
|
||||||
|
host: test.mosquitto.org
|
||||||
|
topic_prefix: frigate
|
||||||
|
detectors:
|
||||||
|
cpu1:
|
||||||
|
type: cpu
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Gollum is a simple wiki system built on top of Git
|
description: Gollum is a simple wiki system built on top of Git
|
||||||
name: gollum
|
name: gollum
|
||||||
version: 2.1.0
|
version: 2.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- gollum
|
- gollum
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# gollum
|
# gollum
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Gollum is a simple wiki system built on top of Git
|
Gollum is a simple wiki system built on top of Git
|
||||||
|
|
||||||
@@ -94,6 +94,11 @@ All notable changes to this application Helm chart will be documented in this fi
|
|||||||
|
|
||||||
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).
|
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.1.1]
|
||||||
|
|
||||||
|
- Fixed init script order to clear before cloning not after
|
||||||
|
- Switched cron script to be sh not bash, fixing failing crons
|
||||||
|
|
||||||
### [2.0.0]
|
### [2.0.0]
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|||||||
@@ -9,6 +9,11 @@ All notable changes to this application Helm chart will be documented in this fi
|
|||||||
|
|
||||||
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).
|
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.1.1]
|
||||||
|
|
||||||
|
- Fixed init script order to clear before cloning not after
|
||||||
|
- Switched cron script to be sh not bash, fixing failing crons
|
||||||
|
|
||||||
### [2.0.0]
|
### [2.0.0]
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|||||||
@@ -15,6 +15,15 @@ args:
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
|
- name: clear-wiki
|
||||||
|
image: alpine
|
||||||
|
command:
|
||||||
|
- sh
|
||||||
|
- -c
|
||||||
|
- rm -fr /wiki/*; rm -fr /wiki/.*; ls -la /wiki/;
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: /wiki
|
||||||
|
name: wiki
|
||||||
- name: git-init
|
- name: git-init
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
args:
|
args:
|
||||||
@@ -26,15 +35,6 @@ initContainers:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /wiki
|
- mountPath: /wiki
|
||||||
name: wiki
|
name: wiki
|
||||||
- name: clear-wiki
|
|
||||||
image: alpine
|
|
||||||
command:
|
|
||||||
- sh
|
|
||||||
- -c
|
|
||||||
- rm -fr /wiki/*; rm -fr /wiki/.*; ls -la /wiki/;
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /wiki
|
|
||||||
name: wiki
|
|
||||||
|
|
||||||
additionalContainers:
|
additionalContainers:
|
||||||
- name: cron
|
- name: cron
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: {{ include "common.names.fullname" . }}
|
name: {{ include "common.names.fullname" . }}
|
||||||
data:
|
data:
|
||||||
git-sync: |
|
git-sync: |
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
cd /wiki && {{ .Values.gollum.syncCommand }}
|
cd /wiki && {{ .Values.gollum.syncCommand }}
|
||||||
config.rb: |
|
config.rb: |
|
||||||
{{- .Values.gollum.config | nindent 4 }}
|
{{- .Values.gollum.config | nindent 4 }}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2021.6.3
|
appVersion: 2021.6.3
|
||||||
description: Home Assistant
|
description: Home Assistant
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 9.3.0
|
version: 9.3.1
|
||||||
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: 3.3.0
|
version: 3.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.3.16
|
version: 9.3.19
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
- name: influxdb
|
- name: influxdb
|
||||||
|
|||||||
@@ -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 | 9.3.16 |
|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.19 |
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -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: 1.1.0
|
version: 1.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- icinga2
|
- icinga2
|
||||||
@@ -20,6 +20,6 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.3.16
|
version: 9.3.19
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
|
|||||||
@@ -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 | 9.3.16 |
|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.19 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -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: 3.3.0
|
version: 3.3.1
|
||||||
keywords:
|
keywords:
|
||||||
- joplin
|
- joplin
|
||||||
- notes
|
- notes
|
||||||
@@ -20,6 +20,6 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
|
|||||||
@@ -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.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -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: 3.1.0
|
version: 3.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- kanboard
|
- kanboard
|
||||||
@@ -19,6 +19,6 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
|
|||||||
@@ -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.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.0.32
|
appVersion: 2.0.32
|
||||||
description: Miniflux is a minimalist and opinionated feed reader.
|
description: Miniflux is a minimalist and opinionated feed reader.
|
||||||
name: miniflux
|
name: miniflux
|
||||||
version: 3.1.0
|
version: 3.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- miniflux
|
- miniflux
|
||||||
@@ -20,6 +20,6 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
|
|||||||
@@ -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.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 3.1.1-apache
|
appVersion: 3.1.1-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: 5.1.0
|
version: 5.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- crm
|
- crm
|
||||||
@@ -19,6 +19,6 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.3.16
|
version: 9.3.19
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
|
|||||||
@@ -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 | 9.3.16 |
|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.19 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -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: 2.3.0
|
version: 2.3.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- openemr
|
- openemr
|
||||||
@@ -23,6 +23,6 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.3.16
|
version: 9.3.19
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
|
|||||||
@@ -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 | 9.3.16 |
|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.19 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -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: 1.2.0
|
version: 1.2.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- openkm
|
- openkm
|
||||||
@@ -21,10 +21,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.3.16
|
version: 9.3.19
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
|
|||||||
@@ -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 | 9.3.16 |
|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.19 |
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -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: 3.3.0
|
version: 3.3.1
|
||||||
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,10 +12,10 @@ maintainers:
|
|||||||
email: ryan@ryanholt.net
|
email: ryan@ryanholt.net
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.3.16
|
version: 9.3.19
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
|
|||||||
@@ -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 | 9.3.16 |
|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.19 |
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
|
|||||||
@@ -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: 2.3.0
|
version: 2.3.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- shlink
|
- shlink
|
||||||
@@ -19,10 +19,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.3.16
|
version: 9.3.19
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
|
|||||||
@@ -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 | 9.3.16 |
|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.19 |
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -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: 4.1.0
|
version: 4.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- statping
|
- statping
|
||||||
@@ -22,6 +22,6 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
|
|||||||
@@ -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.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v1.9
|
appVersion: v1.9
|
||||||
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: 4.1.0
|
version: 4.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- teedy
|
- teedy
|
||||||
@@ -21,6 +21,6 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
|
|||||||
@@ -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.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: v1.23.4
|
appVersion: v1.23.4
|
||||||
description: A self-hosted data logger for your Tesla 🚘
|
description: A self-hosted data logger for your Tesla 🚘
|
||||||
name: teslamate
|
name: teslamate
|
||||||
version: 5.1.0
|
version: 5.1.1
|
||||||
keywords:
|
keywords:
|
||||||
- teslamate
|
- teslamate
|
||||||
- tesla
|
- tesla
|
||||||
@@ -16,7 +16,7 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# teslamate
|
# teslamate
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A self-hosted data logger for your Tesla 🚘
|
A self-hosted data logger for your Tesla 🚘
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ A self-hosted data logger for your Tesla 🚘
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -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: 5.1.0
|
version: 5.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- traccar
|
- traccar
|
||||||
@@ -20,6 +20,6 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.3.16
|
version: 9.3.19
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
|
|||||||
@@ -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 | 9.3.16 |
|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.19 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -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: 3.2.0
|
version: 3.2.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- tt-rss
|
- tt-rss
|
||||||
@@ -18,6 +18,6 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
|
|||||||
@@ -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.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.20.0
|
appVersion: 1.20.0
|
||||||
description: Vaultwarden is a Bitwarden compatable server in Rust
|
description: Vaultwarden is a Bitwarden compatable server in Rust
|
||||||
name: vaultwarden
|
name: vaultwarden
|
||||||
version: 2.3.0
|
version: 2.3.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- Vaultwarden
|
- Vaultwarden
|
||||||
@@ -19,10 +19,10 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 3.3.0
|
version: 3.3.0
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.3.16
|
version: 9.3.19
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
|
|||||||
@@ -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 | 9.3.16 |
|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.19 |
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|||||||
@@ -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: 3.1.0
|
version: 3.1.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- wallabag
|
- wallabag
|
||||||
@@ -23,10 +23,10 @@ dependencies:
|
|||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 10.5.2
|
version: 10.5.3
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
version: 9.3.16
|
version: 9.3.19
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mariadb.enabled
|
condition: mariadb.enabled
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# wallabag
|
# wallabag
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A self hostable application for saving web pages, freely.
|
A self hostable application for saving web pages, freely.
|
||||||
|
|
||||||
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 9.3.16 |
|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.19 |
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.5.2 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.5.3 |
|
||||||
| https://charts.bitnami.com/bitnami | redis | 14.6.6 |
|
| https://charts.bitnami.com/bitnami | redis | 14.6.6 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
| https://library-charts.k8s-at-home.com | common | 3.3.0 |
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
description: ${CHARTNAME} helm package
|
description: ${CHARTNAME} helm package
|
||||||
name: ${CHARTNAME}
|
name: ${CHARTNAME}
|
||||||
version: 1.3.0
|
version: 1.0.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- ${CHARTNAME}
|
- ${CHARTNAME}
|
||||||
|
|||||||
Reference in New Issue
Block a user