Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image xhofe/alist to v3.30.0@084ba82 by renovate #17024

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 29 additions & 29 deletions charts/stable/alist/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: alist
version: 8.1.6
appVersion: 3.29.1
version: 8.2.0
appVersion: 3.30.0
description: Alist program that supports multiple storage, powered by Gin and React
home: https://truecharts.org/charts/stable/alist
icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.png
deprecated: false
sources:
- https://github.com/Xhofe/alist
- https://github.com/truecharts/charts/tree/master/charts/stable/alist
- https://hub.docker.com/r/xhofe/alist
- https://github.com/Xhofe/alist
- https://github.com/truecharts/charts/tree/master/charts/stable/alist
- https://hub.docker.com/r/xhofe/alist
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- alist
- storage
- webdav
- google driver
- aliyun driver
- baiduyun
- alist
- storage
- webdav
- google driver
- aliyun driver
- baiduyun
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: cloud
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: cloud
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
type: application
2 changes: 1 addition & 1 deletion charts/stable/alist/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: xhofe/alist
pullPolicy: IfNotPresent
tag: v3.29.1@sha256:33f0cc7823ff0fc0e7f590c91c6b1e8945025ff611ed317724c91fb8444a2a07
tag: v3.30.0@sha256:084ba82603563ac6e178d1d2bb90e6b3417efeca90a59aa75f7d1c60db7a5b26
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down
Loading