diff --git a/.github/workflows/catalog-test.yaml b/.github/workflows/catalog-test.yaml index e15f975bd6c..07a2eb91c0e 100644 --- a/.github/workflows/catalog-test.yaml +++ b/.github/workflows/catalog-test.yaml @@ -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 diff --git a/.github/workflows/charts-changelog.yaml b/.github/workflows/charts-changelog.yaml index 85f9bb3edbe..401c6a1d84e 100644 --- a/.github/workflows/charts-changelog.yaml +++ b/.github/workflows/charts-changelog.yaml @@ -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 diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 94eed5bc539..f4460247b30 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -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 }} diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 606fc4b59ed..e71a92b6a66 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -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: diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index 8d7d0fd175e..e4693c95c3c 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -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 }} diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index c56beea2763..a8b643979b1 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -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 diff --git a/.github/workflows/meta-label-pr-ci-status.yaml b/.github/workflows/meta-label-pr-ci-status.yaml index 37904ae042d..6a74a62869b 100644 --- a/.github/workflows/meta-label-pr-ci-status.yaml +++ b/.github/workflows/meta-label-pr-ci-status.yaml @@ -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 }} diff --git a/.github/workflows/metadata-label-commenter.yaml b/.github/workflows/metadata-label-commenter.yaml index 2c423be80d3..241504d8869 100644 --- a/.github/workflows/metadata-label-commenter.yaml +++ b/.github/workflows/metadata-label-commenter.yaml @@ -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 diff --git a/.github/workflows/pr-metadata.yaml b/.github/workflows/pr-metadata.yaml index 4b00ddd94c2..269ce3887f5 100644 --- a/.github/workflows/pr-metadata.yaml +++ b/.github/workflows/pr-metadata.yaml @@ -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 diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index c3afe5f2a11..b46a17324e7 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -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 diff --git a/.github/workflows/prune.yaml b/.github/workflows/prune.yaml index d6f02f6c64a..a1bca8cd45b 100644 --- a/.github/workflows/prune.yaml +++ b/.github/workflows/prune.yaml @@ -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 diff --git a/.github/workflows/renovate-bump.yaml b/.github/workflows/renovate-bump.yaml index c76c1ea3071..da7ee1523ee 100644 --- a/.github/workflows/renovate-bump.yaml +++ b/.github/workflows/renovate-bump.yaml @@ -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 diff --git a/.github/workflows/schedule-sync-labels.yaml b/.github/workflows/schedule-sync-labels.yaml index d154e7d463e..56f008af3d7 100644 --- a/.github/workflows/schedule-sync-labels.yaml +++ b/.github/workflows/schedule-sync-labels.yaml @@ -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 }} diff --git a/charts/dependency/mariadb/Chart.yaml b/charts/dependency/mariadb/Chart.yaml index e8c5ef8a323..5be7561ee78 100644 --- a/charts/dependency/mariadb/Chart.yaml +++ b/charts/dependency/mariadb/Chart.yaml @@ -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 diff --git a/charts/dependency/mariadb/values.yaml b/charts/dependency/mariadb/values.yaml index 6d02bc4b73c..24436ac381b 100644 --- a/charts/dependency/mariadb/values.yaml +++ b/charts/dependency/mariadb/values.yaml @@ -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. diff --git a/charts/dependency/memcached/Chart.yaml b/charts/dependency/memcached/Chart.yaml index c315526dcea..ca41f6f0bd5 100644 --- a/charts/dependency/memcached/Chart.yaml +++ b/charts/dependency/memcached/Chart.yaml @@ -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 diff --git a/charts/dependency/memcached/values.yaml b/charts/dependency/memcached/values.yaml index 8feef6a92d1..4eacfefea76 100644 --- a/charts/dependency/memcached/values.yaml +++ b/charts/dependency/memcached/values.yaml @@ -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: diff --git a/charts/dependency/mongodb/Chart.yaml b/charts/dependency/mongodb/Chart.yaml index 360c6703b41..4e1f38fa037 100644 --- a/charts/dependency/mongodb/Chart.yaml +++ b/charts/dependency/mongodb/Chart.yaml @@ -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 diff --git a/charts/dependency/mongodb/values.yaml b/charts/dependency/mongodb/values.yaml index a573ce38a78..a459db3927d 100644 --- a/charts/dependency/mongodb/values.yaml +++ b/charts/dependency/mongodb/values.yaml @@ -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. diff --git a/charts/incubator/acestream/Chart.yaml b/charts/incubator/acestream/Chart.yaml index 7d724c3fc22..51df30f0b27 100644 --- a/charts/incubator/acestream/Chart.yaml +++ b/charts/incubator/acestream/Chart.yaml @@ -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 diff --git a/charts/incubator/acestream/values.yaml b/charts/incubator/acestream/values.yaml index e0974633a94..5c662d2f8b4 100644 --- a/charts/incubator/acestream/values.yaml +++ b/charts/incubator/acestream/values.yaml @@ -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 diff --git a/charts/incubator/blender/Chart.yaml b/charts/incubator/blender/Chart.yaml index f0887f964e0..240642470a3 100644 --- a/charts/incubator/blender/Chart.yaml +++ b/charts/incubator/blender/Chart.yaml @@ -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 diff --git a/charts/incubator/blender/values.yaml b/charts/incubator/blender/values.yaml index 437962feccc..6752cee90e9 100644 --- a/charts/incubator/blender/values.yaml +++ b/charts/incubator/blender/values.yaml @@ -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 diff --git a/charts/incubator/cloudbeaver/Chart.yaml b/charts/incubator/cloudbeaver/Chart.yaml index 5eeab6d4f02..fb3b9bef16d 100644 --- a/charts/incubator/cloudbeaver/Chart.yaml +++ b/charts/incubator/cloudbeaver/Chart.yaml @@ -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 diff --git a/charts/incubator/cloudbeaver/values.yaml b/charts/incubator/cloudbeaver/values.yaml index c2fde0dc77d..da5ebf6f748 100644 --- a/charts/incubator/cloudbeaver/values.yaml +++ b/charts/incubator/cloudbeaver/values.yaml @@ -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 diff --git a/charts/incubator/cops/Chart.yaml b/charts/incubator/cops/Chart.yaml index d38e13e6f6a..121c2c20458 100644 --- a/charts/incubator/cops/Chart.yaml +++ b/charts/incubator/cops/Chart.yaml @@ -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 diff --git a/charts/incubator/cops/values.yaml b/charts/incubator/cops/values.yaml index 19e49df3ea2..af2e95b5639 100644 --- a/charts/incubator/cops/values.yaml +++ b/charts/incubator/cops/values.yaml @@ -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 diff --git a/charts/incubator/cryptpad/Chart.yaml b/charts/incubator/cryptpad/Chart.yaml index 096095caa87..897958c8ee1 100644 --- a/charts/incubator/cryptpad/Chart.yaml +++ b/charts/incubator/cryptpad/Chart.yaml @@ -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 diff --git a/charts/incubator/cryptpad/values.yaml b/charts/incubator/cryptpad/values.yaml index 4e6ec366d00..75fce37e4d8 100644 --- a/charts/incubator/cryptpad/values.yaml +++ b/charts/incubator/cryptpad/values.yaml @@ -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 diff --git a/charts/incubator/dns-doh-companion/Chart.yaml b/charts/incubator/dns-doh-companion/Chart.yaml index 213d849eb17..941b0d24779 100644 --- a/charts/incubator/dns-doh-companion/Chart.yaml +++ b/charts/incubator/dns-doh-companion/Chart.yaml @@ -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 diff --git a/charts/incubator/dns-doh-companion/values.yaml b/charts/incubator/dns-doh-companion/values.yaml index 5eba6694466..14de2fdde6c 100644 --- a/charts/incubator/dns-doh-companion/values.yaml +++ b/charts/incubator/dns-doh-companion/values.yaml @@ -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 diff --git a/charts/incubator/farmos/Chart.yaml b/charts/incubator/farmos/Chart.yaml index fd6c48a9288..d25a0ab2527 100644 --- a/charts/incubator/farmos/Chart.yaml +++ b/charts/incubator/farmos/Chart.yaml @@ -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 diff --git a/charts/incubator/farmos/values.yaml b/charts/incubator/farmos/values.yaml index 3e23372f4ba..0a8066b0f05 100644 --- a/charts/incubator/farmos/values.yaml +++ b/charts/incubator/farmos/values.yaml @@ -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 diff --git a/charts/incubator/googlephotossync/Chart.yaml b/charts/incubator/googlephotossync/Chart.yaml index 09980070dfe..b8fbc5b2d63 100644 --- a/charts/incubator/googlephotossync/Chart.yaml +++ b/charts/incubator/googlephotossync/Chart.yaml @@ -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 diff --git a/charts/incubator/googlephotossync/values.yaml b/charts/incubator/googlephotossync/values.yaml index a8290734d8c..6539b194020 100644 --- a/charts/incubator/googlephotossync/values.yaml +++ b/charts/incubator/googlephotossync/values.yaml @@ -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 diff --git a/charts/incubator/invidious/Chart.yaml b/charts/incubator/invidious/Chart.yaml index d7c6f422774..e06e1c80083 100644 --- a/charts/incubator/invidious/Chart.yaml +++ b/charts/incubator/invidious/Chart.yaml @@ -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 diff --git a/charts/incubator/invidious/values.yaml b/charts/incubator/invidious/values.yaml index b8b3589ffa2..4ff44bd8f99 100644 --- a/charts/incubator/invidious/values.yaml +++ b/charts/incubator/invidious/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/invidious pullPolicy: IfNotPresent - tag: latest@sha256:1b7dd707a92731255e87d1a9e3dac6d243d13d10c5874874e6830235254d4d7e + tag: latest@sha256:ad84762c8c5c691e303dcb8477d41df204d693a1dfa1a36224bb5ccfa82e5ca2 podSecurityContext: runAsGroup: 0 diff --git a/charts/incubator/kdenlive/Chart.yaml b/charts/incubator/kdenlive/Chart.yaml index 387f47b9a68..6a8da52dfe3 100644 --- a/charts/incubator/kdenlive/Chart.yaml +++ b/charts/incubator/kdenlive/Chart.yaml @@ -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 diff --git a/charts/incubator/kdenlive/values.yaml b/charts/incubator/kdenlive/values.yaml index 8cb0fc874bd..7919967b383 100644 --- a/charts/incubator/kdenlive/values.yaml +++ b/charts/incubator/kdenlive/values.yaml @@ -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 diff --git a/charts/incubator/neko/Chart.yaml b/charts/incubator/neko/Chart.yaml index 8e856c5fcd9..016e5d61366 100644 --- a/charts/incubator/neko/Chart.yaml +++ b/charts/incubator/neko/Chart.yaml @@ -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: | diff --git a/charts/incubator/neko/values.yaml b/charts/incubator/neko/values.yaml index e90f9bced64..dfb34a1c491 100644 --- a/charts/incubator/neko/values.yaml +++ b/charts/incubator/neko/values.yaml @@ -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 diff --git a/charts/incubator/observium/Chart.yaml b/charts/incubator/observium/Chart.yaml index 027715dc567..0258b1551f3 100644 --- a/charts/incubator/observium/Chart.yaml +++ b/charts/incubator/observium/Chart.yaml @@ -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 diff --git a/charts/incubator/observium/values.yaml b/charts/incubator/observium/values.yaml index f0149ba17bb..f9dd0a1d292 100644 --- a/charts/incubator/observium/values.yaml +++ b/charts/incubator/observium/values.yaml @@ -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 diff --git a/charts/incubator/sftpgo/Chart.yaml b/charts/incubator/sftpgo/Chart.yaml index b387bb91444..513ff52ed84 100644 --- a/charts/incubator/sftpgo/Chart.yaml +++ b/charts/incubator/sftpgo/Chart.yaml @@ -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 diff --git a/charts/incubator/sftpgo/values.yaml b/charts/incubator/sftpgo/values.yaml index c3cfdf3b3ac..3541886c75f 100644 --- a/charts/incubator/sftpgo/values.yaml +++ b/charts/incubator/sftpgo/values.yaml @@ -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 diff --git a/charts/stable/adminer/Chart.yaml b/charts/stable/adminer/Chart.yaml index 25eb847bf15..10efc33b56f 100644 --- a/charts/stable/adminer/Chart.yaml +++ b/charts/stable/adminer/Chart.yaml @@ -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 diff --git a/charts/stable/adminer/values.yaml b/charts/stable/adminer/values.yaml index 44581b4f330..fe09979e379 100644 --- a/charts/stable/adminer/values.yaml +++ b/charts/stable/adminer/values.yaml @@ -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 diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index 9a9a32e81ce..9efbc3e28ac 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -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 diff --git a/charts/stable/authentik/values.yaml b/charts/stable/authentik/values.yaml index e31965bcda9..17053b57391 100644 --- a/charts/stable/authentik/values.yaml +++ b/charts/stable/authentik/values.yaml @@ -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: diff --git a/charts/stable/babybuddy/Chart.yaml b/charts/stable/babybuddy/Chart.yaml index f1da4edc4c2..d08c6764b70 100644 --- a/charts/stable/babybuddy/Chart.yaml +++ b/charts/stable/babybuddy/Chart.yaml @@ -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 diff --git a/charts/stable/babybuddy/values.yaml b/charts/stable/babybuddy/values.yaml index 3759a373c87..ec275728b6c 100644 --- a/charts/stable/babybuddy/values.yaml +++ b/charts/stable/babybuddy/values.yaml @@ -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" diff --git a/charts/stable/boinc/Chart.yaml b/charts/stable/boinc/Chart.yaml index b96dac4c60f..3d6fb9ad18a 100644 --- a/charts/stable/boinc/Chart.yaml +++ b/charts/stable/boinc/Chart.yaml @@ -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 diff --git a/charts/stable/boinc/values.yaml b/charts/stable/boinc/values.yaml index b3bd68f9f17..69fdfe26900 100644 --- a/charts/stable/boinc/values.yaml +++ b/charts/stable/boinc/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/boinc pullPolicy: IfNotPresent - tag: latest@sha256:a2450ee0e60a938cdd94e38c3549391e92e1b6ec6d503cb9f0ce403e7b763b39 + tag: latest@sha256:0281449be774598dda4a5d37bb81ad80e304b0664023f9212acfb0ef0b125d8e securityContext: readOnlyRootFilesystem: false diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index c97fc75815b..37e97c2cc8d 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -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 diff --git a/charts/stable/booksonic-air/values.yaml b/charts/stable/booksonic-air/values.yaml index 90b756fac30..b8b727267ac 100644 --- a/charts/stable/booksonic-air/values.yaml +++ b/charts/stable/booksonic-air/values.yaml @@ -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 diff --git a/charts/stable/budge/Chart.yaml b/charts/stable/budge/Chart.yaml index 472e5830aad..299c5d7d321 100644 --- a/charts/stable/budge/Chart.yaml +++ b/charts/stable/budge/Chart.yaml @@ -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 diff --git a/charts/stable/budge/values.yaml b/charts/stable/budge/values.yaml index 51eac02f1cc..b6c08aa7897 100644 --- a/charts/stable/budge/values.yaml +++ b/charts/stable/budge/values.yaml @@ -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: diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index b147102474a..5e77ffd057b 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -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 diff --git a/charts/stable/calibre-web/values.yaml b/charts/stable/calibre-web/values.yaml index 0ab41b66e50..d1661604910 100644 --- a/charts/stable/calibre-web/values.yaml +++ b/charts/stable/calibre-web/values.yaml @@ -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 diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index 4f3d71520b3..1614e82ce27 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -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 diff --git a/charts/stable/calibre/values.yaml b/charts/stable/calibre/values.yaml index e999796d71a..f23f07fbc45 100644 --- a/charts/stable/calibre/values.yaml +++ b/charts/stable/calibre/values.yaml @@ -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: diff --git a/charts/stable/cura-novnc/Chart.yaml b/charts/stable/cura-novnc/Chart.yaml index 385790ba8d4..80d74449736 100644 --- a/charts/stable/cura-novnc/Chart.yaml +++ b/charts/stable/cura-novnc/Chart.yaml @@ -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: | diff --git a/charts/stable/cura-novnc/values.yaml b/charts/stable/cura-novnc/values.yaml index 19364e7606c..0d4af003f4c 100644 --- a/charts/stable/cura-novnc/values.yaml +++ b/charts/stable/cura-novnc/values.yaml @@ -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 diff --git a/charts/stable/cyberchef/Chart.yaml b/charts/stable/cyberchef/Chart.yaml index 68ba7419005..02fad318d87 100644 --- a/charts/stable/cyberchef/Chart.yaml +++ b/charts/stable/cyberchef/Chart.yaml @@ -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 diff --git a/charts/stable/cyberchef/values.yaml b/charts/stable/cyberchef/values.yaml index 7620f639e58..0d3d4c15287 100644 --- a/charts/stable/cyberchef/values.yaml +++ b/charts/stable/cyberchef/values.yaml @@ -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: diff --git a/charts/stable/dokuwiki/Chart.yaml b/charts/stable/dokuwiki/Chart.yaml index 0723dbef83c..d9ccc6ac885 100644 --- a/charts/stable/dokuwiki/Chart.yaml +++ b/charts/stable/dokuwiki/Chart.yaml @@ -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 diff --git a/charts/stable/dokuwiki/values.yaml b/charts/stable/dokuwiki/values.yaml index d0aeaf3d309..c2430eaccc2 100644 --- a/charts/stable/dokuwiki/values.yaml +++ b/charts/stable/dokuwiki/values.yaml @@ -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 diff --git a/charts/stable/duckdns/Chart.yaml b/charts/stable/duckdns/Chart.yaml index 794f77b1025..e167d872fef 100644 --- a/charts/stable/duckdns/Chart.yaml +++ b/charts/stable/duckdns/Chart.yaml @@ -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 diff --git a/charts/stable/duckdns/values.yaml b/charts/stable/duckdns/values.yaml index e2213e71ded..4ead5ad8a00 100644 --- a/charts/stable/duckdns/values.yaml +++ b/charts/stable/duckdns/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/duckdns pullPolicy: IfNotPresent - tag: latest@sha256:8350dbbb9d87658fd1d5cc72e72267d8d64918801bfb1776cafa7e4c2ebfb5b8 + tag: latest@sha256:0915870cc8056ef619195a81969894b22f75bfdd07fce04253df888c3decf5e7 securityContext: runAsNonRoot: false diff --git a/charts/stable/grafana/Chart.yaml b/charts/stable/grafana/Chart.yaml index 680fbb4a577..2a17623db40 100644 --- a/charts/stable/grafana/Chart.yaml +++ b/charts/stable/grafana/Chart.yaml @@ -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 diff --git a/charts/stable/grafana/values.yaml b/charts/stable/grafana/values.yaml index d3fa274de25..8975e59f10b 100644 --- a/charts/stable/grafana/values.yaml +++ b/charts/stable/grafana/values.yaml @@ -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 diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml index 5fd3b709485..d5e2b9ddbf9 100644 --- a/charts/stable/grocy/Chart.yaml +++ b/charts/stable/grocy/Chart.yaml @@ -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 diff --git a/charts/stable/grocy/values.yaml b/charts/stable/grocy/values.yaml index 327d33b8b4b..e7d78ff79d8 100644 --- a/charts/stable/grocy/values.yaml +++ b/charts/stable/grocy/values.yaml @@ -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: diff --git a/charts/stable/hedgedoc/Chart.yaml b/charts/stable/hedgedoc/Chart.yaml index 5a39e01b288..16dabff8207 100644 --- a/charts/stable/hedgedoc/Chart.yaml +++ b/charts/stable/hedgedoc/Chart.yaml @@ -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 diff --git a/charts/stable/hedgedoc/values.yaml b/charts/stable/hedgedoc/values.yaml index 2d5fdffb8e6..3a6571fdc45 100644 --- a/charts/stable/hedgedoc/values.yaml +++ b/charts/stable/hedgedoc/values.yaml @@ -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" diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index 949b88440f2..f401bb9a7fe 100644 --- a/charts/stable/jupyter/values.yaml +++ b/charts/stable/jupyter/values.yaml @@ -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 diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index cb3fd5b75f2..8f350818125 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -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 diff --git a/charts/stable/lazylibrarian/values.yaml b/charts/stable/lazylibrarian/values.yaml index 98765b3c23b..bbad2b66825 100644 --- a/charts/stable/lazylibrarian/values.yaml +++ b/charts/stable/lazylibrarian/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/lazylibrarian pullPolicy: IfNotPresent - tag: latest@sha256:ba05ebe09005329f37583fda1a47b643fdbe8a168189ef0d6c48816bb7c697be + tag: latest@sha256:38681e7836915d3624ad63712655df6b62a279a8fe0531b2fa2e21d6aa82c5ad securityContext: runAsNonRoot: false diff --git a/charts/stable/libremdb/Chart.yaml b/charts/stable/libremdb/Chart.yaml index 19a76fbf0d1..9b829e50f73 100644 --- a/charts/stable/libremdb/Chart.yaml +++ b/charts/stable/libremdb/Chart.yaml @@ -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 diff --git a/charts/stable/libremdb/values.yaml b/charts/stable/libremdb/values.yaml index 1ec3cd8533e..de225c9a502 100644 --- a/charts/stable/libremdb/values.yaml +++ b/charts/stable/libremdb/values.yaml @@ -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 diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index ef9992cbd46..27f0eb31213 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -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 diff --git a/charts/stable/littlelink/values.yaml b/charts/stable/littlelink/values.yaml index 0b63efaa15d..16f86deabb1 100644 --- a/charts/stable/littlelink/values.yaml +++ b/charts/stable/littlelink/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/littlelink-server pullPolicy: IfNotPresent - tag: latest@sha256:4659f6d1fad47460750ae236b0a806b5e4a29ec60365f52e2e94ae90ddc45355 + tag: latest@sha256:d0fdf9b8da77d7fe30942ad937323ca7e01f2a2809ce260875fe8691a3b72914 service: main: diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index 0011901f40d..c1d9d5c3004 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -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 diff --git a/charts/stable/matomo/values.yaml b/charts/stable/matomo/values.yaml index 8d73ab5d4fe..60582448a9f 100644 --- a/charts/stable/matomo/values.yaml +++ b/charts/stable/matomo/values.yaml @@ -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: diff --git a/charts/stable/minecraft-java/Chart.yaml b/charts/stable/minecraft-java/Chart.yaml index 30e2ce20b69..e7f702d388c 100644 --- a/charts/stable/minecraft-java/Chart.yaml +++ b/charts/stable/minecraft-java/Chart.yaml @@ -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 diff --git a/charts/stable/minecraft-java/ci/j11-values.yaml b/charts/stable/minecraft-java/ci/j11-values.yaml index 3165f86aaa8..93145a20fe6 100644 --- a/charts/stable/minecraft-java/ci/j11-values.yaml +++ b/charts/stable/minecraft-java/ci/j11-values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/minecraft-java11 - tag: latest@sha256:104fe97a46c73be9406aa7540ca9785ef77e4cb3b982a0ab5590cc2d76d7cd60 + tag: latest@sha256:fea6300caa87ac0ea692403ce274e5ea1dd7e73e86cd830c473b757c2550ae74 pullPolicy: Always env: diff --git a/charts/stable/minecraft-java/ci/j8-values.yaml b/charts/stable/minecraft-java/ci/j8-values.yaml index 173a7d799fd..a51b4241680 100644 --- a/charts/stable/minecraft-java/ci/j8-values.yaml +++ b/charts/stable/minecraft-java/ci/j8-values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/minecraft-java8-openj9 - tag: latest@sha256:9776c90d2e673197c981b4d6c4d5cd11d2e29677f94821e1f260cd41bac23587 + tag: latest@sha256:17d2e91c24b70eaad68da067dd2128dab940cfc2a3cfaafce3fc754fb7628015 pullPolicy: Always env: diff --git a/charts/stable/minecraft-java/values.yaml b/charts/stable/minecraft-java/values.yaml index 9ebf10549b0..f31acb68b61 100644 --- a/charts/stable/minecraft-java/values.yaml +++ b/charts/stable/minecraft-java/values.yaml @@ -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: diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index 9be75199a7f..c090d42b32f 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -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 diff --git a/charts/stable/monica/values.yaml b/charts/stable/monica/values.yaml index 87f8fa9a343..69061c4ae18 100644 --- a/charts/stable/monica/values.yaml +++ b/charts/stable/monica/values.yaml @@ -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: diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index 3e7f0846f1f..25f344d26f5 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -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 diff --git a/charts/stable/mylar/values.yaml b/charts/stable/mylar/values.yaml index 1ca191e4125..32809f7c31a 100644 --- a/charts/stable/mylar/values.yaml +++ b/charts/stable/mylar/values.yaml @@ -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: diff --git a/charts/stable/mysql-workbench/Chart.yaml b/charts/stable/mysql-workbench/Chart.yaml index 84e2510d6f4..22503f0befb 100644 --- a/charts/stable/mysql-workbench/Chart.yaml +++ b/charts/stable/mysql-workbench/Chart.yaml @@ -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 diff --git a/charts/stable/mysql-workbench/values.yaml b/charts/stable/mysql-workbench/values.yaml index 8313fe5650b..259503345fd 100644 --- a/charts/stable/mysql-workbench/values.yaml +++ b/charts/stable/mysql-workbench/values.yaml @@ -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 diff --git a/charts/stable/prometheus/Chart.yaml b/charts/stable/prometheus/Chart.yaml index 5c6614f31ac..6eb1b2f9567 100644 --- a/charts/stable/prometheus/Chart.yaml +++ b/charts/stable/prometheus/Chart.yaml @@ -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 diff --git a/charts/stable/prometheus/values.yaml b/charts/stable/prometheus/values.yaml index e6bb6e9b7df..e079f4c33dc 100644 --- a/charts/stable/prometheus/values.yaml +++ b/charts/stable/prometheus/values.yaml @@ -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: {} diff --git a/charts/stable/tailscale/Chart.yaml b/charts/stable/tailscale/Chart.yaml index 6f52f4b9c53..df194f32298 100644 --- a/charts/stable/tailscale/Chart.yaml +++ b/charts/stable/tailscale/Chart.yaml @@ -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 diff --git a/charts/stable/tailscale/values.yaml b/charts/stable/tailscale/values.yaml index 2d226c172d3..188b4cddcba 100644 --- a/charts/stable/tailscale/values.yaml +++ b/charts/stable/tailscale/values.yaml @@ -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