chore(deps): update container image tccr.io/truecharts/seafile to v11.0.0 (#12373)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/seafile](https://togithub.com/truecharts/containers) | major | `v10.0.1` -> `v11.0.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44Ny43IiwidXBkYXRlZEluVmVyIjoiMzYuODcuNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> --------- Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
co-authored by
Stavros Kois
parent
a51d429028
commit
744829c785
@@ -169,6 +169,9 @@ jobs:
|
|||||||
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
||||||
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
||||||
fi
|
fi
|
||||||
|
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
|
||||||
|
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Run chart-testing (install)
|
- name: Run chart-testing (install)
|
||||||
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
||||||
@@ -231,6 +234,9 @@ jobs:
|
|||||||
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
||||||
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
||||||
fi
|
fi
|
||||||
|
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
|
||||||
|
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Run chart-testing (install)
|
- name: Run chart-testing (install)
|
||||||
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
||||||
@@ -293,6 +299,9 @@ jobs:
|
|||||||
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
||||||
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
||||||
fi
|
fi
|
||||||
|
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
|
||||||
|
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Run chart-testing (install)
|
- name: Run chart-testing (install)
|
||||||
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
||||||
@@ -355,6 +364,9 @@ jobs:
|
|||||||
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
||||||
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
||||||
fi
|
fi
|
||||||
|
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
|
||||||
|
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Run chart-testing (install)
|
- name: Run chart-testing (install)
|
||||||
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
||||||
@@ -417,6 +429,10 @@ jobs:
|
|||||||
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
||||||
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
||||||
fi
|
fi
|
||||||
|
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
|
||||||
|
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Run chart-testing (install)
|
- name: Run chart-testing (install)
|
||||||
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
||||||
|
|
||||||
@@ -478,6 +494,9 @@ jobs:
|
|||||||
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
||||||
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
||||||
fi
|
fi
|
||||||
|
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
|
||||||
|
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Run chart-testing (install)
|
- name: Run chart-testing (install)
|
||||||
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "10.0.1"
|
appVersion: "11.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
@@ -7,7 +7,7 @@ dependencies:
|
|||||||
- condition: mariadb.enabled
|
- condition: mariadb.enabled
|
||||||
name: mariadb
|
name: mariadb
|
||||||
repository: https://deps.truecharts.org/
|
repository: https://deps.truecharts.org/
|
||||||
version: 7.0.70
|
version: 9.0.27
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Reliable and Performant File Sync and Share Solution
|
description: Reliable and Performant File Sync and Share Solution
|
||||||
home: https://truecharts.org/charts/stable/seafile
|
home: https://truecharts.org/charts/stable/seafile
|
||||||
@@ -27,7 +27,7 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/seafile
|
- https://github.com/truecharts/charts/tree/master/charts/stable/seafile
|
||||||
- https://seafile.com
|
- https://seafile.com
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- file-storage
|
- file-storage
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/seafile
|
repository: tccr.io/truecharts/seafile
|
||||||
tag: v10.0.1@sha256:7cae32631d0b9075d65ef20a671031fd9c4ff28e30dc592d1dc6253f8a325106
|
tag: v11.0.0@sha256:e19fcc4a60199ac083d9ad6fa5783b79bee63ed1bf9105ed8cc534b8c7a7b71d
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|||||||
Reference in New Issue
Block a user