Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
6ddd1be92c
commit
8d8d1ec0bd
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [adminer-5.0.33](https://github.com/truecharts/charts/compare/adminer-5.0.32...adminer-5.0.33) (2023-11-17)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [adminer-5.0.34](https://github.com/truecharts/charts/compare/adminer-5.0.33...adminer-5.0.34) (2023-11-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image adminer to latest[@9099f67](https://github.com/9099f67) ([#15201](https://github.com/truecharts/charts/issues/15201))
|
||||
|
||||
|
||||
|
||||
|
||||
## [adminer-5.0.33](https://github.com/truecharts/charts/compare/adminer-5.0.32...adminer-5.0.33) (2023-11-17)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
||||
|
||||
|
||||
## [adminer-5.0.23](https://github.com/truecharts/charts/compare/adminer-5.0.21...adminer-5.0.23) (2023-10-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
||||
|
|
@ -2,7 +2,7 @@ annotations:
|
|||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Tools-Utilities
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
appVersion: latest
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -25,4 +25,4 @@ sources:
|
|||
- https://github.com/vrana/adminer
|
||||
- http://hub.docker.com/_/adminer/
|
||||
type: application
|
||||
version: 5.0.33
|
||||
version: 5.0.34
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [adminer-5.0.34](https://github.com/truecharts/charts/compare/adminer-5.0.33...adminer-5.0.34) (2023-11-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image adminer to latest[@9099f67](https://github.com/9099f67) ([#15201](https://github.com/truecharts/charts/issues/15201))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: adminer
|
||||
tag: latest@sha256:b7f0e6681e9a77916daf2f070616d25e3fd687b84550aa6673de9a24407dd613
|
||||
tag: latest@sha256:9099f67fdd0269f568f040ef527366a3c99b9a23de53e1305fdf4c59a9851ff0
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
Loading…
Reference in New Issue