Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e2fa76e16c
commit
ae7cdf151f
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [ghost-6.0.34](https://github.com/truecharts/charts/compare/ghost-6.0.33...ghost-6.0.34) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6121](https://github.com/truecharts/charts/issues/6121))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [ghost-6.0.35](https://github.com/truecharts/charts/compare/ghost-6.0.34...ghost-6.0.35) (2023-01-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ghost to v5.28.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [ghost-6.0.34](https://github.com/truecharts/charts/compare/ghost-6.0.33...ghost-6.0.34) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [ghost-6.0.24](https://github.com/truecharts/charts/compare/ghost-6.0.23...ghost-6.0.24) (2022-12-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart mariadb to v5.0.15 ([#5492](https://github.com/truecharts/charts/issues/5492))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ghost-6.0.23](https://github.com/truecharts/charts/compare/ghost-6.0.22...ghost-6.0.23) (2022-12-17)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "5.26.4"
|
||||
appVersion: "5.28.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -26,7 +26,7 @@ sources:
|
|||
- https://github.com/TryGhost/Ghost
|
||||
- https://hub.docker.com/_/ghost
|
||||
- https://ghost.org/docs/
|
||||
version: 6.0.34
|
||||
version: 6.0.35
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [ghost-6.0.35](https://github.com/truecharts/charts/compare/ghost-6.0.34...ghost-6.0.35) (2023-01-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ghost to v5.28.0
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/ghost
|
||||
tag: 5.26.4@sha256:0852fd1efcf742f7b2aff2152547caeb89ae01c78b13d5304781dcbbaac13a1c
|
||||
tag: 5.28.0@sha256:e165b4d1903e7379d320fdd5ee1ee0150fc5f7c368a0089fdfbc4fc49d9f1e0d
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
Loading…
Reference in New Issue