Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9c2d2b2de5
commit
08a4300d6a
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [minio-7.0.32](https://github.com/truecharts/charts/compare/minio-7.0.31...minio-7.0.32) (2023-11-17)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [minio-7.0.33](https://github.com/truecharts/charts/compare/minio-7.0.32...minio-7.0.33) (2023-11-18)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image minio/minio to vrelease.2023-11-15t20-43-25z ([#15039](https://github.com/truecharts/charts/issues/15039))
|
||||
|
||||
|
||||
|
||||
|
||||
## [minio-7.0.32](https://github.com/truecharts/charts/compare/minio-7.0.31...minio-7.0.32) (2023-11-17)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update container image tccr.io/truecharts/minio to latest ([#14208](https://github.com/truecharts/charts/issues/14208))
|
||||
|
||||
|
||||
|
||||
|
||||
## [minio-7.0.22](https://github.com/truecharts/charts/compare/minio-7.0.21...minio-7.0.22) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
appVersion: RELEASE.20
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -20,7 +20,7 @@ name: minio
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/minio
|
||||
- https://github.com/minio/minio
|
||||
version: 7.0.32
|
||||
version: 7.0.33
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [minio-7.0.33](https://github.com/truecharts/charts/compare/minio-7.0.32...minio-7.0.33) (2023-11-18)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image minio/minio to vrelease.2023-11-15t20-43-25z ([#15039](https://github.com/truecharts/charts/issues/15039))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: minio/minio
|
||||
tag: RELEASE.2023-11-11T08-14-41Z@sha256:2bc25202c8c857536bb03e62351586631e516e0839a22135fc3335159047f77b
|
||||
tag: RELEASE.2023-11-15T20-43-25Z@sha256:91866cdaad4cc11d2f86056b234f33f3768a44adc600ea37c225708c83076bc3
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [seafile-1.0.12](https://github.com/truecharts/charts/compare/seafile-1.0.11...seafile-1.0.12) (2023-11-17)
|
||||
|
||||
### Docs
|
||||
|
||||
- Add info for CSRF/memcached errors ([#14669](https://github.com/truecharts/charts/issues/14669))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [seafile-1.0.13](https://github.com/truecharts/charts/compare/seafile-1.0.12...seafile-1.0.13) (2023-11-18)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image seafileltd/seafile-mc to v11.0.2 ([#15040](https://github.com/truecharts/charts/issues/15040))
|
||||
|
||||
|
||||
|
||||
|
||||
## [seafile-1.0.12](https://github.com/truecharts/charts/compare/seafile-1.0.11...seafile-1.0.12) (2023-11-17)
|
||||
|
||||
### Docs
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [seafile-1.0.3](https://github.com/truecharts/charts/compare/seafile-1.0.2...seafile-1.0.3) (2023-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/seafile to v11.0.0 ([#12373](https://github.com/truecharts/charts/issues/12373))
|
||||
|
||||
|
||||
|
||||
|
||||
## [seafile-1.0.2](https://github.com/truecharts/charts/compare/seafile-1.0.1...seafile-1.0.2) (2023-10-07)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "11.0.1"
|
||||
appVersion: 11.0.2
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -27,7 +27,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/seafile
|
||||
- https://seafile.com
|
||||
type: application
|
||||
version: 1.0.12
|
||||
version: 1.0.13
|
||||
annotations:
|
||||
truecharts.org/category: file-storage
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [seafile-1.0.13](https://github.com/truecharts/charts/compare/seafile-1.0.12...seafile-1.0.13) (2023-11-18)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image seafileltd/seafile-mc to v11.0.2 ([#15040](https://github.com/truecharts/charts/issues/15040))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: seafileltd/seafile-mc
|
||||
tag: 11.0.1@sha256:31dbc0c3bb849134001b87deb03e24936740181a0756f95b4df3655ac5e85f81
|
||||
tag: 11.0.2@sha256:c4637b24b87f29dabb886e41f5a7563ae289091168578e85d20a7c4026a263c3
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [uptime-kuma-7.0.15](https://github.com/truecharts/charts/compare/uptime-kuma-7.0.14...uptime-kuma-7.0.15) (2023-11-17)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [uptime-kuma-7.0.16](https://github.com/truecharts/charts/compare/uptime-kuma-7.0.15...uptime-kuma-7.0.16) (2023-11-18)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image louislam/uptime-kuma to v1.23.6 ([#15038](https://github.com/truecharts/charts/issues/15038))
|
||||
|
||||
|
||||
|
||||
|
||||
## [uptime-kuma-7.0.15](https://github.com/truecharts/charts/compare/uptime-kuma-7.0.14...uptime-kuma-7.0.15) (2023-11-17)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [uptime-kuma-7.0.4](https://github.com/truecharts/charts/compare/uptime-kuma-7.0.3...uptime-kuma-7.0.4) (2023-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386))
|
||||
|
||||
|
||||
|
||||
|
||||
## [uptime-kuma-7.0.3](https://github.com/truecharts/charts/compare/uptime-kuma-7.0.2...uptime-kuma-7.0.3) (2023-09-20)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.23.4"
|
||||
appVersion: 1.23.6-deb
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma
|
||||
- https://github.com/louislam/uptime-kuma
|
||||
type: application
|
||||
version: 7.0.15
|
||||
version: 7.0.16
|
||||
annotations:
|
||||
truecharts.org/category: monitoring
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [uptime-kuma-7.0.16](https://github.com/truecharts/charts/compare/uptime-kuma-7.0.15...uptime-kuma-7.0.16) (2023-11-18)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image louislam/uptime-kuma to v1.23.6 ([#15038](https://github.com/truecharts/charts/issues/15038))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: louislam/uptime-kuma
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.23.4-debian@sha256:786ec92a089f0ea67ea912983e30f1869a2eba4b5ee880e1f013966b7eb09112
|
||||
tag: 1.23.6-debian@sha256:ee1841f70126912f67896225a6d78d1bbd35d0e40911dc80c4d7746788d2fab2
|
||||
security:
|
||||
PUID: 0
|
||||
service:
|
Loading…
Reference in New Issue