Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e8b390ac65
commit
30f7fe573a
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [reg-9.0.7](https://github.com/truecharts/charts/compare/reg-9.0.6...reg-9.0.7) (2023-04-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8087](https://github.com/truecharts/charts/issues/8087))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [reg-9.0.8](https://github.com/truecharts/charts/compare/reg-9.0.7...reg-9.0.8) (2023-04-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix nonexistent image tag ([#8118](https://github.com/truecharts/charts/issues/8118))
|
||||
|
||||
|
||||
|
||||
|
||||
## [reg-9.0.7](https://github.com/truecharts/charts/compare/reg-9.0.6...reg-9.0.7) (2023-04-20)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
|
||||
|
||||
## [reg-8.0.6](https://github.com/truecharts/charts/compare/dockerregistry-2.0.6...reg-8.0.6) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/reg
|
||||
- https://github.com/genuinetools/reg
|
||||
- https://github.com/k8s-at-home/container-images/
|
||||
version: 9.0.7
|
||||
version: 9.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [reg-9.0.8](https://github.com/truecharts/charts/compare/reg-9.0.7...reg-9.0.8) (2023-04-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix nonexistent image tag ([#8118](https://github.com/truecharts/charts/issues/8118))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/dockerregistry
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.16.1@sha256:ae581387764a23c62c1386389e27358bac5088790904938264cb0bcd4e8c946c
|
||||
tag: v2@sha256:7489a11ae1e47bd46d08b0834f42f9ec18e72d8dde8dc7cd6310d7231feff3c3
|
||||
service:
|
||||
main:
|
||||
ports:
|
Loading…
Reference in New Issue