Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-02-11 07:54:01 +00:00
parent e0a385e15b
commit b3e5b9ae86
11 changed files with 20 additions and 21 deletions

View File

@ -4,6 +4,15 @@
## [dockerregistry-2.0.10](https://github.com/truecharts/charts/compare/dockerregistry-2.0.9...dockerregistry-2.0.10) (2023-02-11)
### Chore
- update container image tccr.io/truecharts/dockerregistry to v2
## [dockerregistry-2.0.9](https://github.com/truecharts/charts/compare/dockerregistry-2.0.8...dockerregistry-2.0.9) (2023-02-10) ## [dockerregistry-2.0.9](https://github.com/truecharts/charts/compare/dockerregistry-2.0.8...dockerregistry-2.0.9) (2023-02-10)
### Fix ### Fix
@ -88,12 +97,3 @@
## [dockerregistry-2.0.2](https://github.com/truecharts/charts/compare/dockerregistry-2.0.1...dockerregistry-2.0.2) (2022-11-30) ## [dockerregistry-2.0.2](https://github.com/truecharts/charts/compare/dockerregistry-2.0.1...dockerregistry-2.0.2) (2022-11-30)
## [dockerregistry-2.0.2](https://github.com/truecharts/charts/compare/dockerregistry-2.0.1...dockerregistry-2.0.2) (2022-11-30)

View File

@ -29,8 +29,7 @@ maintainers:
name: dockerregistry name: dockerregistry
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/dockerregistry - https://github.com/truecharts/charts/tree/master/charts/incubator/dockerregistry
- https://hub.docker.com/_/registry
- https://github.com/distribution/distribution - https://github.com/distribution/distribution
- https://registry.hub.docker.com/_/registry/ - https://registry.hub.docker.com/_/registry/
type: application type: application
version: 2.0.9 version: 2.0.10

View File

@ -0,0 +1,9 @@
## [dockerregistry-2.0.10](https://github.com/truecharts/charts/compare/dockerregistry-2.0.9...dockerregistry-2.0.10) (2023-02-11)
### Chore
- update container image tccr.io/truecharts/dockerregistry to v2

View File

@ -2,7 +2,7 @@ env: {}
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/dockerregistry repository: tccr.io/truecharts/dockerregistry
tag: v2@sha256:ef7d8fc0d91e1d929d4bd05e0b31c551f8c9fcdf150144b90d3c29e0073fba20 tag: v2@sha256:4cca858945e240d02bd996fa6020821676a9e2a098421d22a1db5206c2d151f2
persistence: persistence:
datastoragepath: datastoragepath:
enabled: true enabled: true

View File

@ -1,9 +0,0 @@
## [dockerregistry-2.0.9](https://github.com/truecharts/charts/compare/dockerregistry-2.0.8...dockerregistry-2.0.9) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.