Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
a40024bb11
commit
cec0b45c01
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [minio-console-5.0.5](https://github.com/truecharts/charts/compare/minio-console-5.0.4...minio-console-5.0.5) (2022-12-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/minio-console to v0.22.1
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [minio-console-5.0.6](https://github.com/truecharts/charts/compare/minio-console-5.0.5...minio-console-5.0.6) (2022-12-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/minio-console to v0.22.2
|
||||
|
||||
|
||||
|
||||
|
||||
## [minio-console-5.0.5](https://github.com/truecharts/charts/compare/minio-console-5.0.4...minio-console-5.0.5) (2022-12-07)
|
||||
|
||||
### Chore
|
||||
|
@ -86,14 +95,5 @@
|
|||
|
||||
|
||||
|
||||
## [minio-console-5.0.1](https://github.com/truecharts/charts/compare/minio-console-5.0.0...minio-console-5.0.1) (2022-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
|
||||
|
||||
|
||||
|
||||
|
||||
## [minio-console-5.0.1](https://github.com/truecharts/charts/compare/minio-console-5.0.0...minio-console-5.0.1) (2022-11-15)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.22.1"
|
||||
appVersion: "0.22.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -20,7 +20,7 @@ name: minio-console
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/minio-console
|
||||
- https://github.com/minio/console
|
||||
version: 5.0.5
|
||||
version: 5.0.6
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [minio-console-5.0.6](https://github.com/truecharts/charts/compare/minio-console-5.0.5...minio-console-5.0.6) (2022-12-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/minio-console to v0.22.2
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/minio-console
|
||||
tag: 0.22.1@sha256:b5fda3f8b2fe888821cf1c48354338dc13c3113f34ede0d182779bb0ce6a54b3
|
||||
tag: 0.22.2@sha256:af31f1e1f5262465a34cd875f3e69e60804fc4075cd696d0f4ee80c9bd7d3bca
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
args: ["server"]
|
Loading…
Reference in New Issue