Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d87de7a4c8
commit
da47a1f6e4
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [minio-console-5.0.12](https://github.com/truecharts/charts/compare/minio-console-5.0.11...minio-console-5.0.12) (2022-12-27)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [minio-console-5.0.13](https://github.com/truecharts/charts/compare/minio-console-5.0.12...minio-console-5.0.13) (2023-01-16)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/minio-console to v0.22.5
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [minio-console-5.0.12](https://github.com/truecharts/charts/compare/minio-console-5.0.11...minio-console-5.0.12) (2022-12-27)
|
## [minio-console-5.0.12](https://github.com/truecharts/charts/compare/minio-console-5.0.11...minio-console-5.0.12) (2022-12-27)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [minio-console-5.0.3](https://github.com/truecharts/charts/compare/minio-console-5.0.2...minio-console-5.0.3) (2022-11-30)
|
## [minio-console-5.0.3](https://github.com/truecharts/charts/compare/minio-console-5.0.2...minio-console-5.0.3) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [minio-console-5.0.3](https://github.com/truecharts/charts/compare/minio-console-5.0.2...minio-console-5.0.3) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [minio-console-5.0.3](https://github.com/truecharts/charts/compare/minio-console-5.0.2...minio-console-5.0.3) (2022-11-30)
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "0.22.3"
|
appVersion: "0.22.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -20,7 +20,7 @@ name: minio-console
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/minio-console
|
- https://github.com/truecharts/charts/tree/master/charts/stable/minio-console
|
||||||
- https://github.com/minio/console
|
- https://github.com/minio/console
|
||||||
version: 5.0.12
|
version: 5.0.13
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [minio-console-5.0.13](https://github.com/truecharts/charts/compare/minio-console-5.0.12...minio-console-5.0.13) (2023-01-16)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/minio-console to v0.22.5
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
|
||||||
---
|
---
|
||||||
|
|
||||||
TrueCharts can only exist due to the incredible effort of our staff.
|
TrueCharts can only exist due to the incredible effort of our staff.
|
||||||
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
|
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/minio-console
|
repository: tccr.io/truecharts/minio-console
|
||||||
tag: 0.22.3@sha256:c168025d1593142ba0a87bc2f18202efb8803ba707cba4f1af202bb0cbd266db
|
tag: 0.22.5@sha256:315bd6ab91eefcc4726e2addf748a72e9c0153151ed081eca27b35d017dedeaa
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
args: ["server"]
|
args: ["server"]
|
Loading…
Reference in New Issue