Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9fae56dd8c
commit
9b1fff7ad6
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [strapi-8.0.27](https://github.com/truecharts/charts/compare/strapi-8.0.26...strapi-8.0.27) (2023-02-02)
|
||||
|
||||
### Fix
|
||||
|
||||
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [strapi-8.0.28](https://github.com/truecharts/charts/compare/strapi-8.0.27...strapi-8.0.28) (2023-02-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/strapi to v4.6.1
|
||||
|
||||
|
||||
|
||||
|
||||
## [strapi-8.0.27](https://github.com/truecharts/charts/compare/strapi-8.0.26...strapi-8.0.27) (2023-02-02)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [strapi-8.0.18](https://github.com/truecharts/charts/compare/strapi-8.0.17...strapi-8.0.18) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [strapi-8.0.17](https://github.com/truecharts/charts/compare/strapi-8.0.16...strapi-8.0.17) (2022-12-25)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "4.6.0"
|
||||
appVersion: "4.6.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://hub.docker.com/naskio/strapi
|
||||
- https://truecharts.org/docs/charts/stable/strapi
|
||||
- https://github.com/naskio/docker-strapi
|
||||
version: 8.0.27
|
||||
version: 8.0.28
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [strapi-8.0.28](https://github.com/truecharts/charts/compare/strapi-8.0.27...strapi-8.0.28) (2023-02-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/strapi to v4.6.1
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/strapi
|
||||
tag: 4.6.0@sha256:b43fe7d0191e9f1cb04d8b75dfa5bc874307217cbf6bf7ae0a3e8bee4c820f9a
|
||||
tag: 4.6.1@sha256:60da6fd6c07d2e0c27ad9f807cbbaccbad50c16a7ea8d20a76b103bba0f644c6
|
||||
pullPolicy: Always
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue