Merge branch 'master' into renovate/tccr.io-truecharts-jupyter-r-v2022-09
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
container:
|
||||
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e
|
||||
steps:
|
||||
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
name: Checkout
|
||||
with:
|
||||
fetch-depth: 100
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
repository: truecharts/catalog
|
||||
path: catalog
|
||||
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
commitHash: ${{ steps.save-commit-hash.outputs.commit_hash }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
detected6: ${{ steps.list-changed.outputs.detected6 }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
@@ -107,7 +107,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
@@ -141,7 +141,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
@@ -175,7 +175,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
@@ -209,7 +209,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
@@ -243,7 +243,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
@@ -277,7 +277,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
helm repo update
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
fetch-depth: 0
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
find . -name '*.sh' | xargs chmod +x
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
if: |
|
||||
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
|
||||
with:
|
||||
@@ -181,7 +181,7 @@ jobs:
|
||||
git push
|
||||
|
||||
- name: Checkout Catalog
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
if: |
|
||||
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
|
||||
with:
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
@@ -81,7 +81,7 @@ jobs:
|
||||
detected6: ${{ steps.list-changed.outputs.detected6 }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
@@ -140,7 +140,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
@@ -183,7 +183,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
@@ -227,7 +227,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
@@ -270,7 +270,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
@@ -313,7 +313,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
@@ -356,7 +356,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.checkoutCommit }}
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
fetch-depth: 0
|
||||
@@ -136,7 +136,7 @@ jobs:
|
||||
helm repo update
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
fetch-depth: 0
|
||||
@@ -145,7 +145,7 @@ jobs:
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
|
||||
- name: Checkout website
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 1
|
||||
repository: truecharts/website
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
name: Label commenter
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
ref: master
|
||||
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
echo $PR_NUMBER > pr_number.txt
|
||||
|
||||
- name: Store pr data in artifact
|
||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3
|
||||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
|
||||
with:
|
||||
name: pr_metadata
|
||||
path: ./pr_number.txt
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
addedOrModifiedCharts: ${{ steps.collect-changes.outputs.addedOrModifiedCharts }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
|
||||
- name: Collect changes
|
||||
id: collect-changes
|
||||
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
head-commit-message: ${{ steps.get_head_commit_message.outputs.headCommitMsg }}
|
||||
steps:
|
||||
- name: Get repo
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- name: verbose head git commit message
|
||||
|
||||
@@ -9,7 +9,7 @@ jobs:
|
||||
name: "prune old releases"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/delete-package-versions@a31a43afa6c2d3afdf8b5f1e311b2dc75585932e # tag=v3
|
||||
|
||||
@@ -14,12 +14,12 @@ jobs:
|
||||
container:
|
||||
image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e
|
||||
steps:
|
||||
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
name: Checkout
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
name: Checkout
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
version: 5.0.20
|
||||
version: 5.0.21
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mariadb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.10.2@sha256:c4d67fbda7fbc79b31f51beba2e6e61d3e38d36925cf4d5e2efb963a8e686d67
|
||||
tag: 10.10.2@sha256:08719a665302a3c3244b7df8d91f3f5b8919a5fa8b28a0383526e2634240a161
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-memcached
|
||||
- http://memcached.org/
|
||||
type: application
|
||||
version: 5.0.18
|
||||
version: 5.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/memcached
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.6.17@sha256:114f73ecdcbd57dfb8f19d1c7110c0393a81b8b04235ca5f2f423fbea14ba414
|
||||
tag: 1.6.17@sha256:9107bb1876ee8cfe6d62c07abda9610af6cbde2b44c1b831c2d3e59e27aa8b1b
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://www.mongodb.com
|
||||
type: application
|
||||
version: 4.0.21
|
||||
version: 4.0.22
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mongodb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 6.0.3@sha256:ab610991b83f99847538b2ee068111a06b3e176325a5d90a9f7384f3224c52b4
|
||||
tag: 6.0.3@sha256:1bc1281b8d8c9728a0b629b44a89f5aaf1bb548a92a1404f924022741e75990a
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://github.com/vstavrinov/acestream-service
|
||||
- https://hub.docker.com/r/vstavrinov/acestream-service
|
||||
type: application
|
||||
version: 2.0.12
|
||||
version: 2.0.13
|
||||
|
||||
@@ -2,7 +2,7 @@ env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/acestream
|
||||
tag: latest@sha256:ae00efec10aee6b3b11c31e09ce7eae541b7c8c09ef5bfa041454b229e2a566e
|
||||
tag: latest@sha256:c42e6d58629b851944f464ec68901c12f4bf5dc66349b5c623c66b3e592c851d
|
||||
persistence:
|
||||
acestreamcache:
|
||||
enabled: true
|
||||
|
||||
@@ -27,4 +27,4 @@ sources:
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/blender
|
||||
- https://github.com/linuxserver/docker-blender#readme
|
||||
type: application
|
||||
version: 2.0.11
|
||||
version: 2.0.12
|
||||
|
||||
@@ -5,7 +5,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/blender
|
||||
tag: latest@sha256:a695319c1e44cf4010aeed21f5256c1a7d7c056a489a00b3ee72b656e96d5107
|
||||
tag: latest@sha256:9b4252ae758779a915454e2bbb6b9fd7912abb71e286b9ac9b443509a889f26e
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
@@ -28,4 +28,4 @@ sources:
|
||||
- https://github.com/dbeaver/cloudbeaver
|
||||
- https://hub.docker.com/r/dbeaver/cloudbeaver/
|
||||
type: application
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
|
||||
@@ -2,7 +2,7 @@ env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/cloudbeaver
|
||||
tag: latest@sha256:f603ed2a2c7d08a825a32b63f4ead0aaa20001dfcb0f925061d9e160a75a1df2
|
||||
tag: latest@sha256:a1876eb609708baabe8c38850c42d3f1688f1a0ca94231b3079cd98c42f82eaf
|
||||
persistence:
|
||||
appdata:
|
||||
enabled: true
|
||||
|
||||
@@ -31,4 +31,4 @@ sources:
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/cops
|
||||
- https://github.com/linuxserver/docker-cops#readme
|
||||
type: application
|
||||
version: 2.0.10
|
||||
version: 2.0.11
|
||||
|
||||
@@ -3,7 +3,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/cops
|
||||
tag: latest@sha256:90999a44b37d962525ce9fbc1de1839b37855e214e9dc69ec7a8c804fdcc7ef5
|
||||
tag: latest@sha256:440755b6c2db42429b2932f22243152389a356c285069aac6ef4daa3f8a97256
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
@@ -28,4 +28,4 @@ sources:
|
||||
- https://cryptpad.fr/
|
||||
- https://hub.docker.com/r/promasu/cryptpad/
|
||||
type: application
|
||||
version: 2.0.14
|
||||
version: 2.0.15
|
||||
|
||||
@@ -2,7 +2,7 @@ env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/cryptpad
|
||||
tag: latest@sha256:17d2a1232fb3d87a01de37fa50eebb10b6cec517a47d61d4c104f06b6d9c976e
|
||||
tag: latest@sha256:42511e2598d56e085ea73ee409563cb92b2fff42409c27944d3acef8ffce6c21
|
||||
persistence:
|
||||
blobpath:
|
||||
enabled: true
|
||||
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/
|
||||
- https://hub.docker.com/r/testdasi/simple-dns-doh/
|
||||
type: application
|
||||
version: 2.0.8
|
||||
version: 2.0.9
|
||||
|
||||
@@ -2,7 +2,7 @@ env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/dns-doh-companion
|
||||
tag: latest@sha256:63a4d792c864adf149d804ad499a32e0fd3c7801438918534718cf5ebe8da894
|
||||
tag: latest@sha256:cc4d5be2230dccb55ef9348f5a9832cd980016369458a1f27f6ddc9c9c5045b4
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
|
||||
@@ -28,4 +28,4 @@ sources:
|
||||
- https://github.com/farmOS/farmOS
|
||||
- https://hub.docker.com/r/farmos/farmos/
|
||||
type: application
|
||||
version: 2.0.10
|
||||
version: 2.0.11
|
||||
|
||||
@@ -2,7 +2,7 @@ env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/farmos
|
||||
tag: latest@sha256:8ad69f1f57595ef6d7a73915bfdf6cde8a76b84847b7c3b1d68904363233a06d
|
||||
tag: latest@sha256:7bb60f66726603e4c1c94d24085cbf4fc3048a6b2b40ff65ab3f03278e54fac4
|
||||
persistence:
|
||||
sitesdirectory:
|
||||
enabled: true
|
||||
|
||||
@@ -25,4 +25,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/googlephotossync
|
||||
- https://hub.docker.com/r/rix1337/docker-gphotos-sync
|
||||
type: application
|
||||
version: 2.0.10
|
||||
version: 2.0.11
|
||||
|
||||
@@ -2,7 +2,7 @@ env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/googlephotossync
|
||||
tag: latest@sha256:cc3c9de7aa143574eb2ed96b9a18285c1fe81d1c5761dc44825b470ba94b7409
|
||||
tag: latest@sha256:6e7379f026129bdb5b8f071a169874f0b12d5151f03f7e109c3fd764034d619d
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/invidious
|
||||
- https://github.com/iv-org/invidious
|
||||
- https://docs.invidious.io/installation/#docker
|
||||
version: 1.0.8
|
||||
version: 1.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/invidious
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:1b7dd707a92731255e87d1a9e3dac6d243d13d10c5874874e6830235254d4d7e
|
||||
tag: latest@sha256:ad84762c8c5c691e303dcb8477d41df204d693a1dfa1a36224bb5ccfa82e5ca2
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
|
||||
@@ -27,4 +27,4 @@ sources:
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/kdenlive
|
||||
- https://github.com/linuxserver/docker-kdenlive#readme
|
||||
type: application
|
||||
version: 2.0.12
|
||||
version: 2.0.13
|
||||
|
||||
@@ -5,7 +5,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/kdenlive
|
||||
tag: latest@sha256:7363e9dea06d18639f2afe474bf56f2443fbf393d43be3f9805746e647a07fca
|
||||
tag: latest@sha256:f3fb9b26a19a96c101cbd6398457b7de690a40f7a841366fa7cb1315da4d6c5e
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/neko
|
||||
- https://hub.docker.com/r/m1k1o/neko/
|
||||
type: application
|
||||
version: 2.0.15
|
||||
version: 2.0.16
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/neko-firefox
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:bacef249686500ad1d8e0a3871a14b4344d6944b0d3f3567adece2c6e7532b06
|
||||
tag: latest@sha256:d2c70b4b6460ffdb9b3f9c19ed31b30e10633973d6ef413c69277c30cf26faa0
|
||||
|
||||
imageBrave:
|
||||
repository: tccr.io/truecharts/neko-brave
|
||||
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://www.observium.org/
|
||||
- https://hub.docker.com/r/uberchuckie/observium/
|
||||
type: application
|
||||
version: 2.0.7
|
||||
version: 2.0.8
|
||||
|
||||
@@ -2,7 +2,7 @@ env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/observium
|
||||
tag: latest@sha256:24e13318c9470ba8dd8a13ac21da453b28193b67fa4786ed5ee314062d2f322b
|
||||
tag: latest@sha256:1ea62a40e4c8edb2b150627b6be304f23245f0ed90194eb8f5070b5c8b97b4c2
|
||||
persistence:
|
||||
observium:
|
||||
enabled: true
|
||||
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://github.com/drakkan/sftpgo
|
||||
- https://hub.docker.com/r/drakkan/sftpgo
|
||||
type: application
|
||||
version: 2.0.8
|
||||
version: 2.0.9
|
||||
|
||||
@@ -9,7 +9,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/sftpgo
|
||||
tag: latest@sha256:73db7d80929505c715d45ac15dc316ab966783ac3210a9955243db80998bf870
|
||||
tag: latest@sha256:cf98201352134ccb3094c7effb4bb9970cb8d02a2c02e040ed94e61b6b891a9f
|
||||
persistence:
|
||||
backupdirectory:
|
||||
enabled: true
|
||||
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://github.com/vrana/adminer
|
||||
- http://hub.docker.com/_/adminer/
|
||||
type: application
|
||||
version: 3.0.10
|
||||
version: 3.0.11
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/adminer
|
||||
tag: latest@sha256:0d905060276ce8d471e6230f3abd2d4bd5acd7784886c5b7f0c64d923142d521
|
||||
tag: latest@sha256:dfa77623c740921ad29429a1443a6cd6a17f257edcfba3cbdf07039aeb0ad8e2
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
@@ -27,7 +27,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik
|
||||
- https://github.com/goauthentik/authentik
|
||||
- https://goauthentik.io/docs/
|
||||
version: 10.0.28
|
||||
version: 10.0.29
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- authentication
|
||||
|
||||
@@ -10,7 +10,7 @@ geoipImage:
|
||||
|
||||
ldapImage:
|
||||
repository: tccr.io/truecharts/authentik-ldap
|
||||
tag: 2022.12.1@sha256:8d3b0520a9e7ad7a4448df29e93ec080e76ecd21a37febdb9fee1487183116ca
|
||||
tag: 2022.12.2@sha256:97ef5712054f34f22145abceb7de5a7527202db2a5c37145fd9d6b5d6194afb1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
proxyImage:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
appVersion: "1.13.2"
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
version: 11.0.18
|
||||
version: 11.0.19
|
||||
name: babybuddy
|
||||
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
||||
type: application
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/babybuddy
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.13.2@sha256:593bc7c962af2e13b17dfa729857e1d9c96697f0707ba232c52f900a7ff821e6
|
||||
tag: 1.13.2@sha256:9371efaea6cb0ce64a36d033652a489c8d4b2c51cf92fbb60a043fb35b9a70f3
|
||||
|
||||
env:
|
||||
DB_ENGINE: "django.db.backends.postgresql"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: boinc
|
||||
version: 4.0.12
|
||||
version: 4.0.13
|
||||
appVersion: "latest"
|
||||
description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
|
||||
type: application
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/boinc
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:a2450ee0e60a938cdd94e38c3549391e92e1b6ec6d503cb9f0ce403e7b763b39
|
||||
tag: latest@sha256:0281449be774598dda4a5d37bb81ad80e304b0664023f9212acfb0ef0b125d8e
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
@@ -20,7 +20,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air
|
||||
- https://github.com/popeen/Booksonic-Air
|
||||
- https://hub.docker.com/r/linuxserver/booksonic-air
|
||||
version: 8.0.10
|
||||
version: 8.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/booksonic-air
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2201.1.0@sha256:c28594cb11c5923232d9d0023127d9a43151f69efba0d43093cb55e5abe6209a
|
||||
tag: v2201.1.0@sha256:9207ac063eb8bb8ea005ed563b33a6e9ebfc16c81524d867c91de9fc6b11d2a8
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
@@ -20,7 +20,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/budge
|
||||
- https://github.com/linuxserver/budge
|
||||
- https://github.com/linuxserver/docker-BudgE
|
||||
version: 4.0.11
|
||||
version: 4.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/budge
|
||||
tag: v0.0.9@sha256:6c360237d7f48ccd4e4ba39f298dea91fe940b81e4b8a43f21ccaed72a88c10e
|
||||
tag: v0.0.9@sha256:ccb49d02df9525f18c042c24d946952b8500474c991e66380e3298e4f80cb443
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://hub.docker.com/r/linuxserver/calibre-web/
|
||||
- https://github.com/janeczku/calibre-web
|
||||
type: application
|
||||
version: 13.0.11
|
||||
version: 13.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/calibre-web
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.6.19@sha256:c3f129199b32e9e2ccd9837f139919e86eb153479ea15fe312014ec02cd49c24
|
||||
tag: 0.6.19@sha256:793f45196e9be2900248d4d8ff206e9d5758d85b31b010f7d2d2c5a6dcb95922
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
@@ -19,7 +19,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre
|
||||
- https://hub.docker.com/r/linuxserver/calibre/
|
||||
- https://github.com/kovidgoyal/calibre/
|
||||
version: 9.0.13
|
||||
version: 9.0.14
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/calibre
|
||||
tag: 6.10.0@sha256:7b443dbcf988718d2c4a81a7adf378de35ab96ac55889e539f93c6484d91513c
|
||||
tag: 6.10.0@sha256:fdcb6ef6e31d1ffd5762d7ad2db79052281d71eea07d7a865733ec916ee48967
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://ultimaker.com/software/ultimaker-cura
|
||||
- https://hub.docker.com/r/mikeah/cura-novnc
|
||||
type: application
|
||||
version: 3.0.11
|
||||
version: 3.0.12
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/cura-novnc
|
||||
tag: latest@sha256:e8d5a9a2d12f8053d9c43c7002721c5e648fd9af16c69bdc44ab9ca5b347dbb6
|
||||
tag: latest@sha256:b5c106d850dc9677d8efa83d06318fbc62885b8dea1f37bec2b51088b0e0a430
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
@@ -18,7 +18,7 @@ name: cyberchef
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef
|
||||
- https://hub.docker.com/r/mpepping/cyberchef
|
||||
version: 4.0.20
|
||||
version: 4.0.21
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/cyberchef
|
||||
tag: 9.55.0@sha256:632a912cb0246c49e84e365744e6aa582a7bc8117dc74e30548cc4a96b1de88c
|
||||
tag: 9.55.0@sha256:6f174fec7df8b8b51efcba76e4f45be884e506d108e092eb3344a55e2a95fea6
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: dokuwiki
|
||||
version: 5.0.14
|
||||
version: 5.0.15
|
||||
appVersion: "20220731.1"
|
||||
description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
|
||||
type: application
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/dokuwiki
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 20220731.1.0@sha256:fdb3c42c6619ea82d0719a482e85311ac2d90bd934ccf3e10acc59c683c7f88b
|
||||
tag: 20220731.1.0@sha256:8d478212b696aff08cc79a0f026703442472d9c7b24c771559751a74fd5b1677
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: duckdns
|
||||
version: 4.0.9
|
||||
version: 4.0.10
|
||||
appVersion: "latest"
|
||||
description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
|
||||
type: application
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/duckdns
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:8350dbbb9d87658fd1d5cc72e72267d8d64918801bfb1776cafa7e4c2ebfb5b8
|
||||
tag: latest@sha256:0915870cc8056ef619195a81969894b22f75bfdd07fce04253df888c3decf5e7
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
|
||||
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-grafana
|
||||
- https://grafana.com/
|
||||
type: application
|
||||
version: 6.0.21
|
||||
version: 6.0.22
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/grafana
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.3.2@sha256:87a5412b7d771aa0d9909c8ef8d386df8fdef1aedcef6778e5f60374e1ccee13
|
||||
tag: 9.3.2@sha256:f20322ced94e07ab536b9dca1f7fd45c24918eaa4f1543381ce1a1d076248f5b
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
@@ -20,7 +20,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/grocy
|
||||
- https://github.com/grocy/grocy
|
||||
type: application
|
||||
version: 13.0.8
|
||||
version: 13.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- Home-Automation
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/grocy
|
||||
tag: 3.3.2@sha256:aaea08329a982882979cc52c21ff06d31f7dc50c10e1c0982eccfb1eaecc1547
|
||||
tag: 3.3.2@sha256:50c9b7148c51ccb83316e46edbf485b04244145fbc036ae3959af29191f81cee
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: hedgedoc
|
||||
version: 7.0.18
|
||||
version: 7.0.19
|
||||
appVersion: "1.9.6"
|
||||
description: HedgeDoc lets you create real-time collaborative markdown notes.
|
||||
type: application
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/hedgedoc
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.9.6@sha256:180410a76112e7608539aeefb360af9da29826f7ad16f444c27b834345df5188
|
||||
tag: 1.9.6@sha256:54c2204229d0fee9e296bdab582e13b1e2eaf803866e2d1d860e9242714e7a99
|
||||
|
||||
env:
|
||||
NODE_ENV: "production"
|
||||
|
||||
@@ -5,7 +5,7 @@ image:
|
||||
minimalImage:
|
||||
repository: tccr.io/truecharts/jupyter-minimal
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2022-09@sha256:08d2741d6995c6c78332292f76409cfa47f31a5a02c24c5271ebf6c1052deb20
|
||||
tag: v2022-09@sha256:271f544e91bba00aa31779dae38643e7a707c0e0a29f0b143acb3387d480c6bf
|
||||
rImage:
|
||||
repository: tccr.io/truecharts/jupyter-r
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -13,23 +13,23 @@ rImage:
|
||||
scipyImage:
|
||||
repository: tccr.io/truecharts/jupyter-scipy
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2022-09@sha256:ff4cec114bfdf76e69b4f09d255c55bf7127e1e7e9f57a1cef23ea11f151f0fc
|
||||
tag: v2022-09@sha256:d7a9c521059851c1366a59a5cf3a486b916ffd51ca0586135a357282a8a1a95a
|
||||
tensorflowImage:
|
||||
repository: tccr.io/truecharts/jupyter-tensorflow
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2022-09@sha256:0ed38305cade1f9e328985d42d604ca186a8d01e54b6249a7a63c0cc44ff872c
|
||||
tag: v2022-09@sha256:7b31bbba085371e158c7f2a9ca08040f56db0a722864abecc0bd80aa897457ac
|
||||
datascienceImage:
|
||||
repository: tccr.io/truecharts/jupyter-datascience
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2022-09@sha256:79c7e225a20c12535748e37244e25c2cbf32add9b7d22714c0f463513d158b7f
|
||||
tag: v2022-09@sha256:04347ef3cc3fb9c3c642811942b32a1ab0b8fd7a4e3d57495460ed14e7dc9df2
|
||||
pysparkImage:
|
||||
repository: tccr.io/truecharts/jupyter-pyspark
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2022-09@sha256:c7252503a9a0b75ad72cfc4fc3091d28383c71e1a8707b7f6f74dc1fd2179404
|
||||
tag: v2022-09@sha256:c0d352ee162f0141ceb10365087104bd3dc60e1127c2c74f8140f87c4602427b
|
||||
allsparkImage:
|
||||
repository: tccr.io/truecharts/jupyter-all-spark
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2022-09@sha256:557256ac5d530773f41ee1493cbce77292b3a0cfa40531a1113951fc090cc826
|
||||
tag: v2022-09@sha256:bd4c02c26b595e0f121b98a130d0b5dbe7e0ab9f39466f17fd3af28e4d68cd2b
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://gitlab.com/LazyLibrarian/LazyLibrarian.git
|
||||
- https://lazylibrarian.gitlab.io
|
||||
type: application
|
||||
version: 13.0.12
|
||||
version: 13.0.13
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/lazylibrarian
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:ba05ebe09005329f37583fda1a47b643fdbe8a168189ef0d6c48816bb7c697be
|
||||
tag: latest@sha256:38681e7836915d3624ad63712655df6b62a279a8fe0531b2fa2e21d6aa82c5ad
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies:
|
||||
version: 5.0.22
|
||||
deprecated: false
|
||||
description: A free & open source IMDb front-end.
|
||||
home: https://truecharts.org/charts/incubator/libremdb
|
||||
home: https://truecharts.org/charts/stable/libremdb
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/libremdb.png
|
||||
keywords:
|
||||
- libremdb
|
||||
@@ -23,12 +23,12 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: libremdb
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/libremdb
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/libremdb
|
||||
- https://github.com/zyachel/libremdb
|
||||
- https://quay.io/pussthecatorg/libremdb
|
||||
- https://github.com/PussTheCat-org/docker-libremdb-quay
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/libremdb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:2fdc62a883660dd9f07765e09c5605da59de1622648c60455e59d89ab0b655cd
|
||||
tag: latest@sha256:9612712c025a8325a4f4078549ed60f112b0e9836edf9a5ce816f6adce0cff4e
|
||||
|
||||
env:
|
||||
NEXT_PUBLIC_URL: http://localhost:3000
|
||||
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/techno-tim/littlelink-server
|
||||
- https://github.com/sethcottle/littlelink
|
||||
type: application
|
||||
version: 8.0.13
|
||||
version: 8.0.14
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- social
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/littlelink-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:4659f6d1fad47460750ae236b0a806b5e4a29ec60365f52e2e94ae90ddc45355
|
||||
tag: latest@sha256:d0fdf9b8da77d7fe30942ad937323ca7e01f2a2809ce260875fe8691a3b72914
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -24,7 +24,7 @@ sources:
|
||||
- https://hub.docker.com/r/bitnami/matomo
|
||||
- https://github.com/bitnami/bitnami-docker-matomo
|
||||
- https://github.com/matomo-org/matomo
|
||||
version: 6.0.22
|
||||
version: 6.0.23
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/matomo
|
||||
tag: 4.13.0@sha256:f615c97d2b117d90e303d33d8682adae1911d1fc5249eb652c2631ffdddff5be
|
||||
tag: 4.13.0@sha256:98db201adbcbec0a941e15a2927c9cbaa276529318412897a3526e5e1b3d2f1a
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/itzg/docker-minecraft-server
|
||||
- https://hub.docker.com/r/itzg/minecraft-server
|
||||
type: application
|
||||
version: 3.0.14
|
||||
version: 3.0.15
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/minecraft-java11
|
||||
tag: latest@sha256:104fe97a46c73be9406aa7540ca9785ef77e4cb3b982a0ab5590cc2d76d7cd60
|
||||
tag: latest@sha256:fea6300caa87ac0ea692403ce274e5ea1dd7e73e86cd830c473b757c2550ae74
|
||||
pullPolicy: Always
|
||||
|
||||
env:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/minecraft-java8-openj9
|
||||
tag: latest@sha256:9776c90d2e673197c981b4d6c4d5cd11d2e29677f94821e1f260cd41bac23587
|
||||
tag: latest@sha256:17d2e91c24b70eaad68da067dd2128dab940cfc2a3cfaafce3fc754fb7628015
|
||||
pullPolicy: Always
|
||||
|
||||
env:
|
||||
|
||||
@@ -4,7 +4,7 @@ image:
|
||||
pullPolicy: Always
|
||||
j11Image:
|
||||
repository: tccr.io/truecharts/minecraft-java11
|
||||
tag: latest@sha256:104fe97a46c73be9406aa7540ca9785ef77e4cb3b982a0ab5590cc2d76d7cd60
|
||||
tag: latest@sha256:fea6300caa87ac0ea692403ce274e5ea1dd7e73e86cd830c473b757c2550ae74
|
||||
pullPolicy: Always
|
||||
j11j9Image:
|
||||
repository: tccr.io/truecharts/minecraft-java11-openj9
|
||||
@@ -12,11 +12,11 @@ j11j9Image:
|
||||
pullPolicy: Always
|
||||
j8Image:
|
||||
repository: tccr.io/truecharts/minecraft-java8-openj9
|
||||
tag: latest@sha256:9776c90d2e673197c981b4d6c4d5cd11d2e29677f94821e1f260cd41bac23587
|
||||
tag: latest@sha256:17d2e91c24b70eaad68da067dd2128dab940cfc2a3cfaafce3fc754fb7628015
|
||||
pullPolicy: Always
|
||||
j8j9Image:
|
||||
repository: tccr.io/truecharts/minecraft-java8-openj9
|
||||
tag: latest@sha256:9776c90d2e673197c981b4d6c4d5cd11d2e29677f94821e1f260cd41bac23587
|
||||
tag: latest@sha256:17d2e91c24b70eaad68da067dd2128dab940cfc2a3cfaafce3fc754fb7628015
|
||||
pullPolicy: Always
|
||||
|
||||
securityContext:
|
||||
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/monica
|
||||
- https://github.com/monicahq/monica
|
||||
- https://hub.docker.com/_/monica
|
||||
version: 6.0.17
|
||||
version: 6.0.18
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- crm
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/monica
|
||||
tag: v3.7.0@sha256:3bd0facc2acb66100eed9b42defee775a6fbae6ba788bf793a4ebd2aa6da8cd3
|
||||
tag: v3.7.0@sha256:69974afd7e53251d2fc6a5cd0beffc90f45339800884b001f17ae13d2d52b42e
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
@@ -19,7 +19,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/mylar
|
||||
- https://github.com/mylar3/mylar3
|
||||
- https://github.com/linuxserver/docker-mylar3
|
||||
version: 8.0.12
|
||||
version: 8.0.13
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mylar3
|
||||
tag: 0.7.0@sha256:61def6eb7b4ab6c5cc7969c2326a0ab98a59f23be8ce0a5796b801b8ba73a829
|
||||
tag: 0.7.0@sha256:87dc06f7dbc45a3ce3ef60fbd7a588a4f953606425a25548256227baaeeb79ed
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: mysql-workbench
|
||||
version: 4.0.9
|
||||
version: 4.0.10
|
||||
appVersion: "8.0.31"
|
||||
description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
|
||||
type: application
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mysql-workbench
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 8.0.31@sha256:86a32129dfc638b81f44f4065edc114661eebc3ec09b65f8150be4e7bdac868a
|
||||
tag: 8.0.31@sha256:349d0c3a666b2f038b7d382b7d87ac4bb93e5af845a484e5a4baf38d6911ac21
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
|
||||
@@ -29,7 +29,7 @@ sources:
|
||||
- https://github.com/prometheus-community/helm-charts
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
type: application
|
||||
version: 7.0.37
|
||||
version: 7.0.38
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -8,7 +8,7 @@ thanosImage:
|
||||
|
||||
alertmanagerImage:
|
||||
repository: tccr.io/truecharts/alertmanager
|
||||
tag: 0.25.0@sha256:93656b946d7a73b15ce10828c99a385b79eba9b7893f6a8fd6219b4e4d10c902
|
||||
tag: 0.25.0@sha256:ab80a68005b86a75d6a616be025fa16580d1454663e4fe4fe401f577d0d45cef
|
||||
|
||||
global:
|
||||
labels: {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "1.34.1"
|
||||
appVersion: "1.34.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
@@ -20,7 +20,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/tailscale
|
||||
- https://hub.docker.com/r/tailscale/tailscale
|
||||
- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
|
||||
version: 3.0.11
|
||||
version: 3.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tailscale/tailscale
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.34.1@sha256:69bec9fdea25765e1b9dd129ccaeaf1e160f1132bb390535772fa939f0bf620b
|
||||
tag: v1.34.2@sha256:08d4203e1664be5f51238bb32f0b93524b497056719ce3f51bde431ef2dbee54
|
||||
|
||||
command:
|
||||
- /usr/local/bin/containerboot
|
||||
|
||||
Reference in New Issue
Block a user