Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
832684298f
commit
12f487d4c8
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [adminer-5.0.35](https://github.com/truecharts/charts/compare/adminer-5.0.34...adminer-5.0.35) (2023-11-21)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image adminer to latest[@3b3012a](https://github.com/3b3012a) ([#15218](https://github.com/truecharts/charts/issues/15218))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [adminer-5.0.36](https://github.com/truecharts/charts/compare/adminer-5.0.35...adminer-5.0.36) (2023-11-22)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image adminer to latest[@0ce7583](https://github.com/0ce7583) ([#15224](https://github.com/truecharts/charts/issues/15224))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [adminer-5.0.35](https://github.com/truecharts/charts/compare/adminer-5.0.34...adminer-5.0.35) (2023-11-21)
|
## [adminer-5.0.35](https://github.com/truecharts/charts/compare/adminer-5.0.34...adminer-5.0.35) (2023-11-21)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
- update container image tccr.io/truecharts/adminer to latest ([#14193](https://github.com/truecharts/charts/issues/14193))
|
- update container image tccr.io/truecharts/adminer to latest ([#14193](https://github.com/truecharts/charts/issues/14193))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [adminer-5.0.25](https://github.com/truecharts/charts/compare/adminer-5.0.24...adminer-5.0.25) (2023-11-01)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/adminer to latest ([#14191](https://github.com/truecharts/charts/issues/14191))
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: Tools-Utilities
|
truecharts.org/category: Tools-Utilities
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: "latest"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -25,4 +25,4 @@ sources:
|
||||||
- https://github.com/vrana/adminer
|
- https://github.com/vrana/adminer
|
||||||
- http://hub.docker.com/_/adminer/
|
- http://hub.docker.com/_/adminer/
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.35
|
version: 5.0.36
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [adminer-5.0.36](https://github.com/truecharts/charts/compare/adminer-5.0.35...adminer-5.0.36) (2023-11-22)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image adminer to latest[@0ce7583](https://github.com/0ce7583) ([#15224](https://github.com/truecharts/charts/issues/15224))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: adminer
|
repository: adminer
|
||||||
tag: latest@sha256:3b3012a52604eb23dc99a36a50132e8df75fe40e3e68cdd82a718a7b994159dd
|
tag: latest@sha256:0ce7583815dabdd9f560ee0afed630ecb33df6756f4b66c85c197011559a0248
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
Loading…
Reference in New Issue