Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
c2dc1f8496
commit
d78aee9ef6
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [budge-6.0.21](https://github.com/truecharts/charts/compare/budge-6.0.20...budge-6.0.21) (2023-11-17)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [budge-6.0.22](https://github.com/truecharts/charts/compare/budge-6.0.21...budge-6.0.22) (2023-11-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image ghcr.io/linuxserver/budge to 0.0.9 ([#15099](https://github.com/truecharts/charts/issues/15099))
|
||||
|
||||
|
||||
|
||||
|
||||
## [budge-6.0.21](https://github.com/truecharts/charts/compare/budge-6.0.20...budge-6.0.21) (2023-11-17)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update container image tccr.io/truecharts/budge to v0.0.9 ([#13633](https://github.com/truecharts/charts/issues/13633))
|
||||
|
||||
|
||||
|
||||
|
||||
## [budge-6.0.11](https://github.com/truecharts/charts/compare/budge-6.0.10...budge-6.0.11) (2023-10-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/budge to v0.0.9 ([#13396](https://github.com/truecharts/charts/issues/13396))
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.0.9"
|
||||
appVersion: 0.0.9
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -20,7 +20,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/budge
|
||||
- https://github.com/linuxserver/budge
|
||||
- https://github.com/linuxserver/docker-BudgE
|
||||
version: 6.0.21
|
||||
version: 6.0.22
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [budge-6.0.22](https://github.com/truecharts/charts/compare/budge-6.0.21...budge-6.0.22) (2023-11-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image ghcr.io/linuxserver/budge to 0.0.9 ([#15099](https://github.com/truecharts/charts/issues/15099))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/budge
|
||||
tag: 0.0.9@sha256:55d378b38526675f42f80f3d2af327f04f4939a40e0b55fc7d6c04020b9d343b
|
||||
tag: 0.0.9@sha256:a9cccd3019a23da3ff40e0e41f0dd4ba033170838892e61cdcfe600363c573c4
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
Loading…
Reference in New Issue